Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp28282 : pNext( pNext_ ), maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ )
28320 return std::tie( sType, pNext, maxCustomBorderColorSamplers ); in reflect()
28335 && ( maxCustomBorderColorSamplers == rhs.maxCustomBorderColorSamplers ); in operator ==()
28348 uint32_t maxCustomBorderColorSamplers = {}; member
Dvulkansc_hash.hpp3832 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
Dvulkan_core.h14825 uint32_t maxCustomBorderColorSamplers; member
Dvulkan_structs.hpp55719 : pNext( pNext_ ), maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ )
55757 return std::tie( sType, pNext, maxCustomBorderColorSamplers ); in reflect()
55772 && ( maxCustomBorderColorSamplers == rhs.maxCustomBorderColorSamplers ); in operator ==()
55785 uint32_t maxCustomBorderColorSamplers = {}; member
Dvulkan_hash.hpp7096 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp18199 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()
Dgoldfish_vk_reserved_marshaling.cpp14086 memcpy((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()