Home
last modified time | relevance | path

Searched refs:residencyAlignedMipSize (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc320 * pname:residencyAlignedMipSize
817 * pname:residencyAlignedMipSize
851 * slink:VkPhysicalDeviceSparseProperties::pname:residencyAlignedMipSize
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py880residencyAlignedMipSize = printer.write_int("residencyAlignedMipSize", 4, indent, signed=False, bi…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4756 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyAlignedMipSize ); in operator ()()
Dvulkan_hash.hpp9326 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyAlignedMipSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1059 vkStream->write((VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties()
1071 vkStream->read((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp912 memcpy(*ptr, (VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSparseProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1121 vkStream->write((VkBool32*)&forMarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSparseProperties()
1132 vkStream->read((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSparseProperties()
Dgoldfish_vk_reserved_marshaling.cpp900 memcpy((VkBool32*)&forUnmarshaling->residencyAlignedMipSize, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSparseProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3193 VkBool32 residencyAlignedMipSize; member