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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 441 ubyte newstencil[TGSI_QUAD_SIZE]; local
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[j]) | (~wrtMask & data->stencilVals[j])
    [all...]
  /external/skia/src/gpu/
GrResourceProvider.cpp 443 bool newStencil = false;
453 newStencil = true;
457 if (newStencil) {

Completed in 635 milliseconds