Searched refs:residencyAlignedMipSize (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 320 * pname:residencyAlignedMipSize 817 * pname:residencyAlignedMipSize 851 * slink:VkPhysicalDeviceSparseProperties::pname:residencyAlignedMipSize
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 880 …residencyAlignedMipSize = printer.write_int("residencyAlignedMipSize", 4, indent, signed=False, bi…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4756 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyAlignedMipSize ); in operator ()()
|
D | vulkan_hash.hpp | 9326 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyAlignedMipSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1059 vkStream->write((VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1071 vkStream->read((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 912 memcpy(*ptr, (VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1121 vkStream->write((VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties() 1132 vkStream->read((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 900 memcpy((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSparseProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3193 VkBool32 residencyAlignedMipSize; member
|