Searched refs:util_format_colormask (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h671 util_format_colormask(const struct util_format_description *desc) function in typeref:typename:unsigned
705 return (~colormask & util_format_colormask(desc)) == 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c459 util_format_colormask(util_format_description(strb->surface->format));
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h681 util_format_colormask(const struct util_format_description *desc) function in typeref:typename:unsigned
715 return (~colormask & util_format_colormask(desc)) == 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c131 unsigned colormask = util_format_colormask(desc);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c464 util_format_colormask(util_format_description(strb->surface->format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c131 unsigned colormask = util_format_colormask(desc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c153 unsigned colormask = util_format_colormask(desc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3272 blend_rt->colormask &= util_format_colormask(format_desc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c4247 blend_rt->colormask &= util_format_colormask(format_desc);

Completed in 47 milliseconds