Searched refs:newstencil (Results 1 – 1 of 1) sorted by relevance
428 ubyte newstencil[TGSI_QUAD_SIZE]; in apply_stencil_op() local432 newstencil[j] = data->stencilVals[j]; in apply_stencil_op()446 newstencil[j] = 0; in apply_stencil_op()453 newstencil[j] = refs[j]; in apply_stencil_op()461 newstencil[j] = data->stencilVals[j] + 1; in apply_stencil_op()470 newstencil[j] = data->stencilVals[j] - 1; in apply_stencil_op()478 newstencil[j] = data->stencilVals[j] + 1; in apply_stencil_op()485 newstencil[j] = data->stencilVals[j] - 1; in apply_stencil_op()492 newstencil[j] = ~data->stencilVals[j]; in apply_stencil_op()506 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]); in apply_stencil_op()[all …]