Searched refs:combinedImageSamplerDescriptorCount (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 46976 : pNext( pNext_ ), combinedImageSamplerDescriptorCount( combinedImageSamplerDescriptorCount_ ) 47014 return std::tie( sType, pNext, combinedImageSamplerDescriptorCount ); in reflect() 47029 && ( combinedImageSamplerDescriptorCount == rhs.combinedImageSamplerDescriptorCount ); in operator ==() 47042 uint32_t combinedImageSamplerDescriptorCount = {}; member
|
D | vulkansc_hash.hpp | 6448 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
|
D | vulkan_core.h | 5471 uint32_t combinedImageSamplerDescriptorCount; member
|
D | vulkan_structs.hpp | 95245 : pNext( pNext_ ), combinedImageSamplerDescriptorCount( combinedImageSamplerDescriptorCount_ ) 95283 return std::tie( sType, pNext, combinedImageSamplerDescriptorCount ); in reflect() 95298 && ( combinedImageSamplerDescriptorCount == rhs.combinedImageSamplerDescriptorCount ); in operator ==() 95311 uint32_t combinedImageSamplerDescriptorCount = {}; member
|
D | vulkan_hash.hpp | 12426 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6938 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties() 6963 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5272 memcpy((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, *ptr, in reservedunmarshal_VkSamplerYcbcrConversionImageFormatProperties()
|