Home
last modified time | relevance | path

Searched refs:sparseResidencyBuffer (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc124 *** The <<features-sparseResidencyBuffer, pname:sparseResidencyBuffer>>
743 * pname:sparseResidencyBuffer: Support for creating slink:VkBuffer objects
Dfeatures.adoc895 * [[features-sparseResidencyBuffer]] pname:sparseResidencyBuffer specifies
982 * slink:VkPhysicalDeviceFeatures::pname:sparseResidencyBuffer must: be
Dresources.adoc178 If the <<features-sparseResidencyBuffer, pname:sparseResidencyBuffer>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1654 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseResidencyBuffer ); in operator ()()
Dvulkan_hash.hpp3199 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseResidencyBuffer ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp662 vkStream->write((VkBool32*)&forMarshaling->sparseResidencyBuffer, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
730 vkStream->read((VkBool32*)&forUnmarshaling->sparseResidencyBuffer, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp615 memcpy(*ptr, (VkBool32*)&forMarshaling->sparseResidencyBuffer, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp725 vkStream->write((VkBool32*)&forMarshaling->sparseResidencyBuffer, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
793 vkStream->read((VkBool32*)&forUnmarshaling->sparseResidencyBuffer, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp608 memcpy((VkBool32*)&forUnmarshaling->sparseResidencyBuffer, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3061 VkBool32 sparseResidencyBuffer; member