Home | History | Annotate | Download | only in functional

Lines Matching refs:numL0CellsX

250 	const int		numL0CellsX		= 4;
254 int cellL0Width = target.width/numL0CellsX;
259 int stencilValues[numL0CellsX*numL0CellsY];
268 // Compute stencil values: numL0CellsX*numL0CellsY combinations of lowest and highest bits.
269 getStencilTestValues(target.stencilBits, numL0CellsX*numL0CellsY, &stencilValues[0]);
282 for (int x0 = 0; x0 < numL0CellsX; x0++)
284 int stencilValue = stencilValues[y0*numL0CellsX + x0];