HomeSort by: relevance | last modified time | path
    Searched defs:xa_format_c (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/gallium/frontends/xa/
xa_tracker.h 88 #define xa_format_c(bpp,type,c1,c2) (((bpp) << 24) | \ macro
135 xa_format_z16 = xa_format_c(16, xa_type_z, 16, 0),
136 xa_format_z32 = xa_format_c(32, xa_type_z, 32, 0),
137 xa_format_z24 = xa_format_c(32, xa_type_z, 24, 0),
139 xa_format_x8z24 = xa_format_c(32, xa_type_sz, 24, 0),
140 xa_format_s8z24 = xa_format_c(32, xa_type_sz, 24, 8),
141 xa_format_z24x8 = xa_format_c(32, xa_type_zs, 24, 0),
142 xa_format_z24s8 = xa_format_c(32, xa_type_zs, 24, 8),
144 xa_format_yuv8 = xa_format_c(8, xa_type_yuv_component, 8, 0)

Completed in 21 milliseconds