Searched refs:count_VkExtent3D (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_counting_guest.cpp | 57 void count_VkExtent3D(uint32_t featureBits, VkStructureType rootType, const VkExtent3D* toCount, in count_VkExtent3D() function 319 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->maxExtent), count); in count_VkImageFormatProperties() 626 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->minImageTransferGranularity), in count_VkQueueFamilyProperties() 864 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->extent), count); in count_VkSparseImageMemoryBind() 942 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->imageGranularity), count); in count_VkSparseImageFormatProperties() 1078 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->extent), count); in count_VkImageCreateInfo() 2226 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->imageExtent), count); in count_VkBufferImageCopy() 2309 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->extent), count); in count_VkImageCopy() 2324 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->extent), count); in count_VkImageResolve() 5102 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->extent), count); in count_VkImageCopy2() [all …]
|
D | goldfish_vk_counting_guest.h | 47 void count_VkExtent3D(uint32_t featureBits, VkStructureType rootType, const VkExtent3D* toCount,
|