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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c441 ubyte newstencil[TGSI_QUAD_SIZE]; local in function:apply_stencil_op
445 newstencil[j] = data->stencilVals[j];
459 newstencil[j] = 0;
466 newstencil[j] = refs[j];
474 newstencil[j] = data->stencilVals[j] + 1;
483 newstencil[j] = data->stencilVals[j] - 1;
491 newstencil[j] = data->stencilVals[j] + 1;
498 newstencil[j] = data->stencilVals[j] - 1;
505 newstencil[j] = ~data->stencilVals[j];
519 data->stencilVals[j] = (wrtMask & newstencil[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c441 ubyte newstencil[TGSI_QUAD_SIZE]; local in function:apply_stencil_op
445 newstencil[j] = data->stencilVals[j];
459 newstencil[j] = 0;
466 newstencil[j] = refs[j];
474 newstencil[j] = data->stencilVals[j] + 1;
483 newstencil[j] = data->stencilVals[j] - 1;
491 newstencil[j] = data->stencilVals[j] + 1;
498 newstencil[j] = data->stencilVals[j] - 1;
505 newstencil[j] = ~data->stencilVals[j];
519 data->stencilVals[j] = (wrtMask & newstencil[
[all...]

Completed in 3 milliseconds