Home | History | Annotate | Download | only in functional

Lines Matching refs:stencilValues

259 	int				stencilValues[numL0CellsX*numL0CellsY];
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
284 int stencilValue = stencilValues[y0*numL0CellsX + x0];
340 int stencilValues[numValues];
342 getStencilTestValues(target.stencilBits, numValues, &stencilValues[0]);
355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx];