Searched refs:customBorderColors (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 319 * [[VUID-VkSamplerCreateInfo-customBorderColors-04085]] 320 If the <<features-customBorderColors, pname:customBorderColors>> feature
|
D | features.adoc | 4785 * [[features-customBorderColors]] pname:customBorderColors indicates that
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3819 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColors ); in operator ()()
|
D | vulkan_hash.hpp | 7083 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColors ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 13178 vkStream->write((VkBool32*)&forMarshaling->customBorderColors, sizeof(VkBool32)); in marshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT() 13191 vkStream->read((VkBool32*)&forUnmarshaling->customBorderColors, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8852 memcpy(*ptr, (VkBool32*)&forMarshaling->customBorderColors, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17641 vkStream->write((VkBool32*)&forMarshaling->customBorderColors, sizeof(VkBool32)); in marshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT() 17666 vkStream->read((VkBool32*)&forUnmarshaling->customBorderColors, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13672 memcpy((VkBool32*)&forUnmarshaling->customBorderColors, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14759 VkBool32 customBorderColors; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 6054 * Require the <<features-customBorderColors, pname:customBorderColors>>
|