Searched refs:sparseBinding (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 82 * 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
|
D | features.adoc | 881 * [[features-sparseBinding]] pname:sparseBinding specifies whether 980 * slink:VkPhysicalDeviceFeatures::pname:sparseBinding must: be reported as
|
D | resources.adoc | 174 If the <<features-sparseBinding, pname:sparseBinding>> feature is not 1887 If the <<features-sparseBinding, pname:sparseBinding>> feature is not
|
D | limits.adoc | 4455 | basetype:VkDeviceSize | pname:sparseAddressSpaceSize | pname:sparseBinding 4856 … | pname:extendedSparseAddressSpaceSize | pname:sparseBinding, `<<features-e…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseBinding ); in operator ()()
|
D | vulkan_hash.hpp | 3198 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseBinding ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 661 vkStream->write((VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 729 vkStream->read((VkBool32*)&forUnmarshaling->sparseBinding, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 613 memcpy(*ptr, (VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 724 vkStream->write((VkBool32*)&forMarshaling->sparseBinding, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 792 vkStream->read((VkBool32*)&forUnmarshaling->sparseBinding, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 606 memcpy((VkBool32*)&forUnmarshaling->sparseBinding, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3060 VkBool32 sparseBinding; member
|