Searched refs:combinedImageSamplerDescriptorCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 834 * 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
|
D | descriptorsets.adoc | 2722 slink:VkSamplerYcbcrConversionImageFormatProperties::pname:combinedImageSamplerDescriptorCount.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 1066 `VkSamplerYcbcrConversionImageFormatProperties::combinedImageSamplerDescriptorCount` determines how…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6448 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
|
D | vulkan_hash.hpp | 12426 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5797 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties() 5810 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3996 memcpy(*ptr, (uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, sizeof(uint32_t)); in reservedmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6937 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties() 6962 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5264 memcpy((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, *ptr, in reservedunmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5430 uint32_t combinedImageSamplerDescriptorCount; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7652 … slink:VkSamplerYcbcrConversionImageFormatPropertiesKHR::pname:combinedImageSamplerDescriptorCount,
|