Searched refs:maxCustomBorderColorSamplers (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_custom_border_color.adoc | 68 sname:VkPhysicalDeviceCustomBorderColorPropertiesEXT::pname:maxCustomBorderColorSamplers 125 ** Renamed maxCustomBorderColors to maxCustomBorderColorSamplers
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 334 specified by the <<limits-maxCustomBorderColorSamplers, 335 pname:maxCustomBorderColorSamplers>> member of the
|
D | limits.adoc | 3466 * [[limits-maxCustomBorderColorSamplers]] 3467 pname:maxCustomBorderColorSamplers indicates the maximum number of 4726 | code:uint32_t | pname:maxCustomBorderColorSamplers | `apiext:VK_EXT_custom… 5193 | pname:maxCustomBorderColorSamplers | - | 32 | min
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3832 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
|
D | vulkan_hash.hpp | 7096 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 13154 vkStream->write((uint32_t*)&forMarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 13166 vkStream->read((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8837 memcpy(*ptr, (uint32_t*)&forMarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17605 vkStream->write((uint32_t*)&forMarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 17629 vkStream->read((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13643 memcpy((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14753 uint32_t maxCustomBorderColorSamplers; member
|