Home
last modified time | relevance | path

Searched refs:newstencil (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c441 ubyte newstencil[TGSI_QUAD_SIZE]; in apply_stencil_op() local
445 newstencil[j] = data->stencilVals[j]; in apply_stencil_op()
459 newstencil[j] = 0; in apply_stencil_op()
466 newstencil[j] = refs[j]; in apply_stencil_op()
474 newstencil[j] = data->stencilVals[j] + 1; in apply_stencil_op()
483 newstencil[j] = data->stencilVals[j] - 1; in apply_stencil_op()
491 newstencil[j] = data->stencilVals[j] + 1; in apply_stencil_op()
498 newstencil[j] = data->stencilVals[j] - 1; in apply_stencil_op()
505 newstencil[j] = ~data->stencilVals[j]; in apply_stencil_op()
519 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]); in apply_stencil_op()
[all …]