Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.h88 #define xa_format_c(bpp,type,c1,c2) (((bpp) << 24) | \ macro
130 xa_format_z16 = xa_format_c(16, xa_type_z, 16, 0),
131 xa_format_z32 = xa_format_c(32, xa_type_z, 32, 0),
132 xa_format_z24 = xa_format_c(32, xa_type_z, 24, 0),
134 xa_format_x8z24 = xa_format_c(32, xa_type_sz, 24, 0),
135 xa_format_s8z24 = xa_format_c(32, xa_type_sz, 24, 8),
136 xa_format_z24x8 = xa_format_c(32, xa_type_zs, 24, 0),
137 xa_format_z24s8 = xa_format_c(32, xa_type_zs, 24, 8),
139 xa_format_yuv8 = xa_format_c(8, xa_type_yuv_component, 8, 0)