Searched refs:__hw_fmt (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 48 #define swiz_fmt1(__vk_fmt, __hw_fmt, __swizzle) \ argument 51 { .isl_format = __hw_fmt, .swizzle = __swizzle, \ 58 #define fmt1(__vk_fmt, __hw_fmt) \ argument 59 swiz_fmt1(__vk_fmt, __hw_fmt, RGBA) 83 #define y_plane(__hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ argument 84 { .isl_format = __hw_fmt, \ 91 #define chroma_plane(__hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ argument 92 { .isl_format = __hw_fmt, \
|