Searched refs:FMT_COLOR (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 42 #define TU6_VTC(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_VERTEX | FMT_TEXTURE | FMT_COLOR) 43 #define TU6_xTC(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_TEXTURE | FMT_COLOR) 337 assert(fmt.supported & FMT_COLOR); in tu6_format_color() 408 if (native_fmt.supported & FMT_COLOR) { in tu_physical_device_get_format_properties()
|
D | tu_image.c | 375 if (!(fmt.supported & FMT_COLOR)) in tu_image_view_init()
|
D | tu_private.h | 1221 FMT_COLOR = 4, enumerator
|