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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 428 ubyte newstencil[TGSI_QUAD_SIZE]; local
432 newstencil[j] = data->stencilVals[j];
446 newstencil[j] = 0;
453 newstencil[j] = refs[j];
461 newstencil[j] = data->stencilVals[j] + 1;
470 newstencil[j] = data->stencilVals[j] - 1;
478 newstencil[j] = data->stencilVals[j] + 1;
485 newstencil[j] = data->stencilVals[j] - 1;
492 newstencil[j] = ~data->stencilVals[j];
506 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j])
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 428 ubyte newstencil[TGSI_QUAD_SIZE]; local
432 newstencil[j] = data->stencilVals[j];
446 newstencil[j] = 0;
453 newstencil[j] = refs[j];
461 newstencil[j] = data->stencilVals[j] + 1;
470 newstencil[j] = data->stencilVals[j] - 1;
478 newstencil[j] = data->stencilVals[j] + 1;
485 newstencil[j] = data->stencilVals[j] - 1;
492 newstencil[j] = ~data->stencilVals[j];
506 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j])
    [all...]

Completed in 1285 milliseconds