Searched refs:blit_stencil (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blit.c396 boolean is_stencil, is_depth, blit_depth, blit_stencil; local in function:util_blit_pixels
421 blit_stencil = is_stencil && (writemask & PIPE_MASK_S);
425 assert(blit_depth || blit_stencil);
430 assert(!blit_stencil);
446 is_stencil == blit_stencil &&
H A Du_blitter.c1824 bool blit_stencil, blit_depth, blit_color; local in function:util_blitter_blit_generic
1840 blit_stencil = has_stencil && (mask & PIPE_MASK_S) &&
1843 if (!blit_stencil && !blit_depth && !blit_color) {
1850 if (blit_stencil || !is_scaled)
1898 if (blit_depth || blit_stencil) {
1901 if (blit_depth && blit_stencil) {
1948 if (blit_depth && blit_stencil) {
1965 } else if (blit_stencil) {
1994 srcbox, blit_depth || blit_stencil, use_txf);

Completed in 11 milliseconds