Searched refs:blit_depth (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
420 blit_depth = is_depth && (writemask & PIPE_MASK_Z);
425 assert(blit_depth || blit_stencil);
429 assert(!blit_depth);
447 is_depth == blit_depth &&
H A Du_blitter.c1824 bool blit_stencil, blit_depth, blit_color; local in function:util_blitter_blit_generic
1839 blit_depth = has_depth && (mask & PIPE_MASK_Z);
1843 if (!blit_stencil && !blit_depth && !blit_color) {
1898 if (blit_depth || blit_stencil) {
1901 if (blit_depth && blit_stencil) {
1907 } else if (blit_depth) {
1948 if (blit_depth && blit_stencil) {
1994 srcbox, blit_depth || blit_stencil, use_txf);

Completed in 6 milliseconds