Searched refs:sparseProperties (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 433 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_tohost_VkPhysicalDeviceProperties() 443 resourceTracker, (VkPhysicalDeviceSparseProperties*)(&toTransform->sparseProperties)); in transform_fromhost_VkPhysicalDeviceProperties()
|
D | goldfish_vk_deepcopy.cpp | 397 alloc, rootType, &from->sparseProperties, in deepcopy_VkPhysicalDeviceProperties() 398 (VkPhysicalDeviceSparseProperties*)(&to->sparseProperties)); in deepcopy_VkPhysicalDeviceProperties()
|
D | goldfish_vk_marshaling.cpp | 1152 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forMarshaling->sparseProperties)); in marshal_VkPhysicalDeviceProperties() 1171 (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 929 vkStream, rootType, (VkPhysicalDeviceSparseProperties*)(&forUnmarshaling->sparseProperties), in reservedunmarshal_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 34142 …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
|
D | vulkansc_hash.hpp | 4781 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
|
D | vulkan_core.h | 3244 VkPhysicalDeviceSparseProperties sparseProperties; member
|
D | vulkan_structs.hpp | 71189 …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
|
D | vulkan_hash.hpp | 9351 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.sparseProperties ); in operator ()()
|