HomeSort by relevance Sort by last modified time
    Searched refs:numL0CellsY (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 251 const int numL0CellsY = 4;
255 int cellL0Height = target.height/numL0CellsY;
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]);
280 for (int y0 = 0; y0 < numL0CellsY; y0++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 251 const int numL0CellsY = 4;
255 int cellL0Height = target.height/numL0CellsY;
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]);
280 for (int y0 = 0; y0 < numL0CellsY; y0++)
    [all...]

Completed in 86 milliseconds