Home
last modified time | relevance | path

Searched refs:combinedImageSamplerDescriptorCount (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc834 * pname:combinedImageSamplerDescriptorCount is the number of combined
841 pname:combinedImageSamplerDescriptorCount is a number between 1 and the
844 will have a maximum pname:combinedImageSamplerDescriptorCount which is the
846 pname:combinedImageSamplerDescriptorCount for each format.
848 pname:combinedImageSamplerDescriptorCount descriptors for each descriptor in
860 pname:combinedImageSamplerDescriptorCount descriptors to allow
866 sname:VkSamplerYcbcrConversionImageFormatProperties::pname:combinedImageSamplerDescriptorCount
869 pname:combinedImageSamplerDescriptorCount is `3`, so descriptor sets with
Ddescriptorsets.adoc2722 slink:VkSamplerYcbcrConversionImageFormatProperties::pname:combinedImageSamplerDescriptorCount.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc1066 `VkSamplerYcbcrConversionImageFormatProperties::combinedImageSamplerDescriptorCount` determines how…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6448 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
Dvulkan_hash.hpp12426 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5797 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties()
5810 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp3996 memcpy(*ptr, (uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, sizeof(uint32_t)); in reservedmarshal_VkSamplerYcbcrConversionImageFormatProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6937 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties()
6962 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp5264 memcpy((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, *ptr, in reservedunmarshal_VkSamplerYcbcrConversionImageFormatProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5430 uint32_t combinedImageSamplerDescriptorCount; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7652 … slink:VkSamplerYcbcrConversionImageFormatPropertiesKHR::pname:combinedImageSamplerDescriptorCount,