Searched refs:fail_op (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
100 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_depth.c114 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
H A Dst_cb_clear.c267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
100 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c114 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
H A Dst_cb_clear.c267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_hyperz.c95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP ||
226 (s->fail_op != PIPE_STENCIL_OP_KEEP ||
H A Dr300_state.c608 (r300_translate_stencil_op(state->stencil[0].fail_op) <<
626 (r300_translate_stencil_op(state->stencil[1].fail_op) <<
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_hyperz.c95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP ||
226 (s->fail_op != PIPE_STENCIL_OP_KEEP ||
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h228 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h228 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state.c231 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
247 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c231 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
247 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c457 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op);
471 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c457 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op);
471 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1111 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1111 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump_state.c329 trace_dump_member(uint, &state->stencil[i], fail_op);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c329 trace_dump_member(uint, &state->stencil[i], fail_op);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state.c373 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
389 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_state.c352 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
367 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c373 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
389 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state.c352 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
367 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));

Completed in 445 milliseconds

12