Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp433 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties()
443 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
Dgoldfish_vk_deepcopy.cpp397 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties()
398 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling.cpp1152 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties()
1171 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling.cpp929 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties), in reservedunmarshal_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp34142 …ame_ ), pipelineCacheUUID( pipelineCacheUUID_ ), limits( limits_ ), sparseProperties( sparseProper…
34180 …Version, vendorID, deviceID, deviceType, deviceName, pipelineCacheUUID, limits, sparseProperties ); in reflect()
34201 && ( sparseProperties == rhs.sparseProperties ); in operator ==()
34220 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties sparseProperties = {}; member
Dvulkansc_hash.hpp4781 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
Dvulkan_core.h3244 VkPhysicalDeviceSparseProperties sparseProperties; member
Dvulkan_structs.hpp71189 …ame_ ), pipelineCacheUUID( pipelineCacheUUID_ ), limits( limits_ ), sparseProperties( sparseProper…
71227 …Version, vendorID, deviceID, deviceType, deviceName, pipelineCacheUUID, limits, sparseProperties ); in reflect()
71248 && ( sparseProperties == rhs.sparseProperties ); in operator ==()
71267 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties sparseProperties = {}; member
Dvulkan_hash.hpp9351 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()