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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c450 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...]
H A Du_blitter.c1131 boolean blit_stencil, blit_depth; local
1136 blit_stencil = util_format_has_stencil(src_desc) && (mask & PIPE_MASK_S);
1140 if (blit_stencil && !ctx->has_stencil_export) {
1141 blit_stencil = FALSE;
1166 if (blit_depth || blit_stencil) {
1169 if (blit_depth && blit_stencil) {
1199 if (blit_depth && blit_stencil) {
1216 } else if (blit_stencil) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c450 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...]
H A Du_blitter.c1131 boolean blit_stencil, blit_depth; local
1136 blit_stencil = util_format_has_stencil(src_desc) && (mask & PIPE_MASK_S);
1140 if (blit_stencil && !ctx->has_stencil_export) {
1141 blit_stencil = FALSE;
1166 if (blit_depth || blit_stencil) {
1169 if (blit_depth && blit_stencil) {
1199 if (blit_depth && blit_stencil) {
1216 } else if (blit_stencil) {

Completed in 368 milliseconds