HomeSort by relevance Sort by last modified time
    Searched refs:blit_stencil (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 450 boolean is_stencil, is_depth, blit_depth, blit_stencil; local
474 blit_stencil = is_stencil && (zs_writemask & BLIT_WRITEMASK_STENCIL);
477 (!writemask && (blit_depth || blit_stencil)));
486 is_stencil == blit_stencil &&
520 if (blit_stencil && !ctx->has_stencil_export) {
521 blit_stencil = FALSE;
605 if (!blit_depth && blit_stencil) {
621 if (!blit_depth && blit_stencil) {
691 if (blit_depth && blit_stencil) {
706 else if (blit_stencil) {
    [all...]
u_blitter.c 1131 boolean blit_stencil, blit_depth; local
    [all...]

Completed in 77 milliseconds