Home
last modified time | relevance | path

Searched refs:minImageTransferGranularity (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1283 * 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/
Dgoldfish_vk_transform_guest.cpp449 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_tohost_VkQueueFamilyProperties()
457 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_fromhost_VkQueueFamilyProperties()
Dgoldfish_vk_deepcopy_guest.cpp406 deepcopy_VkExtent3D(alloc, rootType, &from->minImageTransferGranularity, in deepcopy_VkQueueFamilyProperties()
407 (VkExtent3D*)(&to->minImageTransferGranularity)); in deepcopy_VkQueueFamilyProperties()
Dgoldfish_vk_counting_guest.cpp626 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->minImageTransferGranularity), in count_VkQueueFamilyProperties()
Dgoldfish_vk_marshaling_guest.cpp1119 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity)); in marshal_VkQueueFamilyProperties()
1129 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity)); in unmarshal_VkQueueFamilyProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp957 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity), ptr); in reservedmarshal_VkQueueFamilyProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp450 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_tohost_VkQueueFamilyProperties()
458 (VkExtent3D*)(&toTransform->minImageTransferGranularity)); in transform_fromhost_VkQueueFamilyProperties()
Dgoldfish_vk_deepcopy.cpp406 deepcopy_VkExtent3D(alloc, rootType, &from->minImageTransferGranularity, in deepcopy_VkQueueFamilyProperties()
407 (VkExtent3D*)(&to->minImageTransferGranularity)); in deepcopy_VkQueueFamilyProperties()
Dgoldfish_vk_marshaling.cpp1180 (VkExtent3D*)(&forMarshaling->minImageTransferGranularity)); in marshal_VkQueueFamilyProperties()
1190 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity)); in unmarshal_VkQueueFamilyProperties()
Dgoldfish_vk_reserved_marshaling.cpp941 (VkExtent3D*)(&forUnmarshaling->minImageTransferGranularity), ptr); in reservedunmarshal_VkQueueFamilyProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6106 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.minImageTransferGranularity ); in operator ()()
Dvulkan_hash.hpp11794 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.minImageTransferGranularity ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3213 VkExtent3D minImageTransferGranularity; member