Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_custom_border_color.adoc68 sname:VkPhysicalDeviceCustomBorderColorPropertiesEXT::pname:maxCustomBorderColorSamplers
125 ** Renamed maxCustomBorderColors to maxCustomBorderColorSamplers
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc334 specified by the <<limits-maxCustomBorderColorSamplers,
335 pname:maxCustomBorderColorSamplers>> member of the
Dlimits.adoc3466 * [[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/
Dvulkansc_hash.hpp3832 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
Dvulkan_hash.hpp7096 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13154 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp8837 memcpy(*ptr, (uint32_t*)&forMarshaling->maxCustomBorderColorSamplers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17605 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()
Dgoldfish_vk_reserved_marshaling.cpp13643 memcpy((uint32_t*)&forUnmarshaling->maxCustomBorderColorSamplers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14753 uint32_t maxCustomBorderColorSamplers; member