Searched refs:customBorderColorWithoutFormat (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 1199 <<features-customBorderColorWithoutFormat, 1200 pname:customBorderColorWithoutFormat>> feature is enabled. 1230 If the <<features-customBorderColorWithoutFormat, 1231 pname:customBorderColorWithoutFormat>> feature is not enabled then
|
D | features.adoc | 4790 * [[features-customBorderColorWithoutFormat]] 4791 pname:customBorderColorWithoutFormat indicates that explicit formats are
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3820 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat ); in operator ()()
|
D | vulkan_hash.hpp | 7084 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 13179 vkStream->write((VkBool32*)&forMarshaling->customBorderColorWithoutFormat, sizeof(VkBool32)); in marshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT() 13192 vkStream->read((VkBool32*)&forUnmarshaling->customBorderColorWithoutFormat, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8854 memcpy(*ptr, (VkBool32*)&forMarshaling->customBorderColorWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17642 vkStream->write((VkBool32*)&forMarshaling->customBorderColorWithoutFormat, sizeof(VkBool32)); in marshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT() 17667 vkStream->read((VkBool32*)&forUnmarshaling->customBorderColorWithoutFormat, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13674 memcpy((VkBool32*)&forUnmarshaling->customBorderColorWithoutFormat, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14760 VkBool32 customBorderColorWithoutFormat; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5925 <<features-customBorderColorWithoutFormat, 5926 pname:customBorderColorWithoutFormat>> is enabled (internal merge
|