Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp46976 : pNext( pNext_ ), combinedImageSamplerDescriptorCount( combinedImageSamplerDescriptorCount_ )
47014 return std::tie( sType, pNext, combinedImageSamplerDescriptorCount ); in reflect()
47029 && ( combinedImageSamplerDescriptorCount == rhs.combinedImageSamplerDescriptorCount ); in operator ==()
47042 uint32_t combinedImageSamplerDescriptorCount = {}; member
Dvulkansc_hash.hpp6448 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
Dvulkan_core.h5471 uint32_t combinedImageSamplerDescriptorCount; member
Dvulkan_structs.hpp95245 : pNext( pNext_ ), combinedImageSamplerDescriptorCount( combinedImageSamplerDescriptorCount_ )
95283 return std::tie( sType, pNext, combinedImageSamplerDescriptorCount ); in reflect()
95298 && ( combinedImageSamplerDescriptorCount == rhs.combinedImageSamplerDescriptorCount ); in operator ==()
95311 uint32_t combinedImageSamplerDescriptorCount = {}; member
Dvulkan_hash.hpp12426 …H_COMBINE( seed, samplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6938 vkStream->write((uint32_t*)&forMarshaling->combinedImageSamplerDescriptorCount, in marshal_VkSamplerYcbcrConversionImageFormatProperties()
6963 vkStream->read((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, in unmarshal_VkSamplerYcbcrConversionImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp5272 memcpy((uint32_t*)&forUnmarshaling->combinedImageSamplerDescriptorCount, *ptr, in reservedunmarshal_VkSamplerYcbcrConversionImageFormatProperties()