Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c331 …fullcolormask = util_format_colormask_full(util_format_description(cbuf_format[rt]), state->colorm… in lp_build_blend_aos()
Dlp_state_fs.c1248 fullcolormask = util_format_colormask_full(cbuf0_format_desc, key->blend.rt[0].colormask); in generate_variant()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h559 util_format_colormask_full(const struct util_format_description *desc, unsigned colormask) in util_format_colormask_full() function