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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c382 boolean is_stencil, is_depth, blit_depth, blit_stencil; local
407 blit_stencil = is_stencil && (writemask & PIPE_MASK_S);
411 assert(blit_depth || blit_stencil);
416 assert(!blit_stencil);
432 is_stencil == blit_stencil &&
H A Du_blitter.c1691 boolean blit_stencil, blit_depth, blit_color; local
1707 blit_stencil = has_stencil && (mask & PIPE_MASK_S) &&
1710 if (!blit_stencil && !blit_depth && !blit_color) {
1714 if (blit_stencil ||
1728 if (blit_depth || blit_stencil) {
1731 if (blit_depth && blit_stencil) {
1777 if (blit_depth && blit_stencil) {
1794 } else if (blit_stencil) {
1824 srcbox, blit_depth || blit_stencil);

Completed in 88 milliseconds