Searched refs:sparseResidencyAliased (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 164 * The <<features-sparseResidencyAliased, pname:sparseResidencyAliased>> 529 sname:VkDevice objects that have the <<features-sparseResidencyAliased, 530 pname:sparseResidencyAliased>> feature enabled are able to use the 757 * pname:sparseResidencyAliased: Support for creating slink:VkBuffer and 1649 If the <<features-sparseResidencyAliased, pname:sparseResidencyAliased>>
|
D | features.adoc | 953 * [[features-sparseResidencyAliased]] pname:sparseResidencyAliased 996 * slink:VkPhysicalDeviceFeatures::pname:sparseResidencyAliased must: be
|
D | resources.adoc | 182 If the <<features-sparseResidencyAliased, pname:sparseResidencyAliased>> 1891 If the <<features-sparseResidencyAliased, pname:sparseResidencyAliased>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1661 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseResidencyAliased ); in operator ()()
|
D | vulkan_hash.hpp | 3206 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sparseResidencyAliased ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 669 vkStream->write((VkBool32*)&forMarshaling->sparseResidencyAliased, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 737 vkStream->read((VkBool32*)&forUnmarshaling->sparseResidencyAliased, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 629 memcpy(*ptr, (VkBool32*)&forMarshaling->sparseResidencyAliased, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 732 vkStream->write((VkBool32*)&forMarshaling->sparseResidencyAliased, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 800 vkStream->read((VkBool32*)&forUnmarshaling->sparseResidencyAliased, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 622 memcpy((VkBool32*)&forUnmarshaling->sparseResidencyAliased, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3068 VkBool32 sparseResidencyAliased; member
|