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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 613 unsigned func, zFailOp, zPassOp, failOp;
629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
655 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
657 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 613 unsigned func, zFailOp, zPassOp, failOp;
629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
655 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
657 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);

Completed in 108 milliseconds