Searched refs:newstencil (Results 1 – 1 of 1) sorted by relevance
441 ubyte newstencil[TGSI_QUAD_SIZE]; in apply_stencil_op() local445 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 …]