Searched refs:rb_colormask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.h39 uint32_t rb_colormask; member in struct:fd2_blend_stateobj
H A Dfd2_blend.c97 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_RED;
99 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_GREEN;
101 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_BLUE;
103 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_ALPHA;
H A Dfd2_emit.c232 OUT_RING(ring, blend->rb_colormask);
379 OUT_RING(ring, blend->rb_colormask);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c100 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_RED;
102 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_GREEN;
104 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_BLUE;
106 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_ALPHA;
H A Dfd2_blend.h37 uint32_t rb_colormask; member in struct:fd2_blend_stateobj
H A Dfd2_emit.c226 OUT_RING(ring, blend->rb_colormask);
385 OUT_RING(ring, blend->rb_colormask);

Completed in 6 milliseconds