Searched refs:residencyStandard3DBlockShape (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 451 * pname:residencyStandard3DBlockShape 804 * pname:residencyStandard3DBlockShape 849 * slink:VkPhysicalDeviceSparseProperties::pname:residencyStandard3DBlockShape
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 879 …residencyStandard3DBlockShape = printer.write_int("residencyStandard3DBlockShape", 4, indent, sign…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4755 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyStandard3DBlockShape ); in operator ()()
|
D | vulkan_hash.hpp | 9325 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyStandard3DBlockShape ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1058 vkStream->write((VkBool32*)&forMarshaling->residencyStandard3DBlockShape, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1070 vkStream->read((VkBool32*)&forUnmarshaling->residencyStandard3DBlockShape, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 910 memcpy(*ptr, (VkBool32*)&forMarshaling->residencyStandard3DBlockShape, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1120 vkStream->write((VkBool32*)&forMarshaling->residencyStandard3DBlockShape, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1131 vkStream->read((VkBool32*)&forUnmarshaling->residencyStandard3DBlockShape, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 898 memcpy((VkBool32*)&forUnmarshaling->residencyStandard3DBlockShape, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3192 VkBool32 residencyStandard3DBlockShape; member
|