Searched refs:numL1CellsX (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp252 const int numL1CellsX = 3; local
256 int cellL1Width = cellL0Width/numL1CellsX;
260 float depthValues[numL1CellsX*numL1CellsY];
288 for (int x1 = 0; x1 < numL1CellsX; x1++)
298 renderCmd.params.depth = depthValues[y1*numL1CellsX + x1];;
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp252 const int numL1CellsX = 3; local
256 int cellL1Width = cellL0Width/numL1CellsX;
260 float depthValues[numL1CellsX*numL1CellsY];
288 for (int x1 = 0; x1 < numL1CellsX; x1++)
298 renderCmd.params.depth = depthValues[y1*numL1CellsX + x1];;

Completed in 95 milliseconds