Searched refs:residencyStandard2DBlockShape (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 449 * pname:residencyStandard2DBlockShape 778 * pname:residencyStandard2DBlockShape 845 * slink:VkPhysicalDeviceSparseProperties::pname:residencyStandard2DBlockShape
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 877 …residencyStandard2DBlockShape = printer.write_int("residencyStandard2DBlockShape", 4, indent, sign…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4753 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyStandard2DBlockShape ); in operator ()()
|
D | vulkan_hash.hpp | 9323 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyStandard2DBlockShape ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1055 vkStream->write((VkBool32*)&forMarshaling->residencyStandard2DBlockShape, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1067 vkStream->read((VkBool32*)&forUnmarshaling->residencyStandard2DBlockShape, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 905 memcpy(*ptr, (VkBool32*)&forMarshaling->residencyStandard2DBlockShape, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1117 vkStream->write((VkBool32*)&forMarshaling->residencyStandard2DBlockShape, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1128 vkStream->read((VkBool32*)&forUnmarshaling->residencyStandard2DBlockShape, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 893 memcpy((VkBool32*)&forUnmarshaling->residencyStandard2DBlockShape, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3190 VkBool32 residencyStandard2DBlockShape; member
|