Searched refs:minImageTransferGranularity (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1283 * pname:minImageTransferGranularity is the minimum granularity supported 1286 The value returned in pname:minImageTransferGranularity has a unit of 1290 Possible values of pname:minImageTransferGranularity are: 1327 [eq]#(1,1,1)# in pname:minImageTransferGranularity, meaning that there are 1331 support whole mip level transfers, thus pname:minImageTransferGranularity
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 449 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_tohost_VkQueueFamilyProperties() 457 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_fromhost_VkQueueFamilyProperties()
|
D | goldfish_vk_deepcopy_guest.cpp | 406 deepcopy_VkExtent3D(alloc, rootType, &from->minImageTransferGranularity, in deepcopy_VkQueueFamilyProperties() 407 (VkExtent3D*)(&to->minImageTransferGranularity)); in deepcopy_VkQueueFamilyProperties()
|
D | goldfish_vk_counting_guest.cpp | 626 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->minImageTransferGranularity), in count_VkQueueFamilyProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 1119 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity)); in marshal_VkQueueFamilyProperties() 1129 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 957 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity), ptr); in reservedmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 450 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_tohost_VkQueueFamilyProperties() 458 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_fromhost_VkQueueFamilyProperties()
|
D | goldfish_vk_deepcopy.cpp | 406 deepcopy_VkExtent3D(alloc, rootType, &from->minImageTransferGranularity, in deepcopy_VkQueueFamilyProperties() 407 (VkExtent3D*)(&to->minImageTransferGranularity)); in deepcopy_VkQueueFamilyProperties()
|
D | goldfish_vk_marshaling.cpp | 1180 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity)); in marshal_VkQueueFamilyProperties() 1190 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 941 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity), ptr); in reservedunmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6106 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.minImageTransferGranularity ); in operator ()()
|
D | vulkan_hash.hpp | 11794 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.minImageTransferGranularity ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3213 VkExtent3D minImageTransferGranularity; member
|