Searched refs:sparseProperties (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 431 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties() 441 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
|
D | goldfish_vk_deepcopy_guest.cpp | 396 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties() 397 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
|
D | goldfish_vk_counting_guest.cpp | 613 featureBits, rootType, (VkPhysicalDeviceSparseProperties*)(&toCount->sparseProperties), in count_VkPhysicalDeviceProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 1090 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties() 1109 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 941 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties), in reservedmarshal_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 432 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties() 442 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
|
D | goldfish_vk_deepcopy.cpp | 396 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties() 397 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
|
D | goldfish_vk_marshaling.cpp | 1151 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties() 1170 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 927 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties), in reservedunmarshal_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 769 slink:VkPhysicalDeviceProperties::pname:sparseProperties member, which is a
|
D | devsandqueues.adoc | 94 * pname:sparseProperties is the slink:VkPhysicalDeviceSparseProperties
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4781 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
|
D | vulkan_hash.hpp | 9351 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3206 VkPhysicalDeviceSparseProperties sparseProperties; member
|