Home
last modified time | relevance | path

Searched refs:sparseProperties (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp431 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties()
441 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
Dgoldfish_vk_deepcopy_guest.cpp396 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties()
397 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_counting_guest.cpp613 featureBits, rootType, (VkPhysicalDeviceSparseProperties*)(&toCount->sparseProperties), in count_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling_guest.cpp1090 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties()
1109 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp941 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties), in reservedmarshal_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp432 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties()
442 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
Dgoldfish_vk_deepcopy.cpp396 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties()
397 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling.cpp1151 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties()
1170 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling.cpp927 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties), in reservedunmarshal_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc769 slink:VkPhysicalDeviceProperties::pname:sparseProperties member, which is a
Ddevsandqueues.adoc94 * pname:sparseProperties is the slink:VkPhysicalDeviceSparseProperties
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4781 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
Dvulkan_hash.hpp9351 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3206 VkPhysicalDeviceSparseProperties sparseProperties; member