Searched refs:maxCustomBorderColorSamplers (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 28282 : pNext( pNext_ ), maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ ) 28320 return std::tie( sType, pNext, maxCustomBorderColorSamplers ); in reflect() 28335 && ( maxCustomBorderColorSamplers == rhs.maxCustomBorderColorSamplers ); in operator ==() 28348 uint32_t maxCustomBorderColorSamplers = {}; member
|
D | vulkansc_hash.hpp | 3832 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
|
D | vulkan_core.h | 14825 uint32_t maxCustomBorderColorSamplers; member
|
D | vulkan_structs.hpp | 55719 : pNext( pNext_ ), maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ ) 55757 return std::tie( sType, pNext, maxCustomBorderColorSamplers ); in reflect() 55772 && ( maxCustomBorderColorSamplers == rhs.maxCustomBorderColorSamplers ); in operator ==() 55785 uint32_t maxCustomBorderColorSamplers = {}; member
|
D | vulkan_hash.hpp | 7096 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 18199 vkStream->write((uint32_t*)&forMarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 18223 vkStream->read((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 14086 memcpy((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|