Home
last modified time | relevance | path

Searched refs:sparseBinding (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc82 * The <<features-sparseBinding, pname:sparseBinding>> feature is the base,
102 * _Sparse Residency_ builds on (and requires) the pname:sparseBinding
590 The basic pname:sparseBinding feature allows the resource to reserve its own
740 * pname:sparseBinding: Support for creating slink:VkBuffer and
Dfeatures.adoc881 * [[features-sparseBinding]] pname:sparseBinding specifies whether
980 * slink:VkPhysicalDeviceFeatures::pname:sparseBinding must: be reported as
Dresources.adoc174 If the <<features-sparseBinding, pname:sparseBinding>> feature is not
1887 If the <<features-sparseBinding, pname:sparseBinding>> feature is not
Dlimits.adoc4455 | basetype:VkDeviceSize | pname:sparseAddressSpaceSize | pname:sparseBinding
4856 … | pname:extendedSparseAddressSpaceSize | pname:sparseBinding, `<<features-e…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseBinding ); in operator ()()
Dvulkan_hash.hpp3198 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseBinding ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp661 vkStream->write((VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
729 vkStream->read((VkBool32*)&forUnmarshaling->sparseBinding, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp613 memcpy(*ptr, (VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp724 vkStream->write((VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
792 vkStream->read((VkBool32*)&forUnmarshaling->sparseBinding, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp606 memcpy((VkBool32*)&forUnmarshaling->sparseBinding, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3060 VkBool32 sparseBinding; member