Searched refs:formatA4B4G4R4 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 4988 * [[features-formatA4B4G4R4]] pname:formatA4B4G4R4 indicates that the
|
D | formats.adoc | 2849 slink:VkPhysicalDevice4444FormatsFeaturesEXT::pname:formatA4B4G4R4 feature.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3706 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice4444FormatsFeaturesEXT.formatA4B4G4R4 ); in operator ()()
|
D | vulkan_hash.hpp | 6666 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice4444FormatsFeaturesEXT.formatA4B4G4R4 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 13429 vkStream->write((VkBool32*)&forMarshaling->formatA4B4G4R4, sizeof(VkBool32)); in marshal_VkPhysicalDevice4444FormatsFeaturesEXT() 13442 vkStream->read((VkBool32*)&forUnmarshaling->formatA4B4G4R4, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice4444FormatsFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 9018 memcpy(*ptr, (VkBool32*)&forMarshaling->formatA4B4G4R4, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice4444FormatsFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17985 vkStream->write((VkBool32*)&forMarshaling->formatA4B4G4R4, sizeof(VkBool32)); in marshal_VkPhysicalDevice4444FormatsFeaturesEXT() 18010 vkStream->read((VkBool32*)&forUnmarshaling->formatA4B4G4R4, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice4444FormatsFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13950 memcpy((VkBool32*)&forUnmarshaling->formatA4B4G4R4, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice4444FormatsFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 15442 VkBool32 formatA4B4G4R4; member
|