Searched refs:ubwc_possible (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 313 /* note: ubwc_possible() argument values to be ignored except for format */ 315 ubwc_possible(format, VK_IMAGE_TYPE_2D, 0, 0, physical_device->info, VK_SAMPLE_COUNT_1_BIT)) { 363 if (!ubwc_possible(info->format, info->type, info->usage, info->usage, physical_device->info, sampleCounts))
|
| H A D | tu_image.c | 458 ubwc_possible(VkFormat format, VkImageType type, VkImageUsageFlags usage, function in typeref:typename:bool 625 if (!ubwc_possible(image->vk_format, pCreateInfo->imageType, pCreateInfo->usage,
|
| H A D | tu_private.h | 1535 ubwc_possible(VkFormat format, VkImageType type, VkImageUsageFlags usage, VkImageUsageFlags stencil_usage,
|
Completed in 16 milliseconds