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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c63 struct pipe_depth_stencil_alpha_state dsa_write_stencil; member in struct:blit_state
109 ctx->dsa_write_stencil.stencil[0].enabled = 1;
110 ctx->dsa_write_stencil.stencil[0].func = PIPE_FUNC_ALWAYS;
111 ctx->dsa_write_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
114 ctx->dsa_write_stencil.stencil[0].valuemask = 0xff;
115 ctx->dsa_write_stencil.stencil[0].writemask = 0xff;
117 ctx->dsa_write_depthstencil.stencil[0] = ctx->dsa_write_stencil.stencil[0];
712 cso_set_depth_stencil_alpha(ctx->cso, &ctx->dsa_write_stencil);
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c63 struct pipe_depth_stencil_alpha_state dsa_write_stencil; member in struct:blit_state
109 ctx->dsa_write_stencil.stencil[0].enabled = 1;
110 ctx->dsa_write_stencil.stencil[0].func = PIPE_FUNC_ALWAYS;
111 ctx->dsa_write_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
114 ctx->dsa_write_stencil.stencil[0].valuemask = 0xff;
115 ctx->dsa_write_stencil.stencil[0].writemask = 0xff;
117 ctx->dsa_write_depthstencil.stencil[0] = ctx->dsa_write_stencil.stencil[0];
712 cso_set_depth_stencil_alpha(ctx->cso, &ctx->dsa_write_stencil);
[all...]

Completed in 26 milliseconds