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

/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp255 int cellL0Height = target.height/numL0CellsY; local
257 int cellL1Height = cellL0Height/numL1CellsY;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
291 int y = y0*cellL0Height + y1*cellL1Height;
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp255 int cellL0Height = target.height/numL0CellsY; local
257 int cellL1Height = cellL0Height/numL1CellsY;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
291 int y = y0*cellL0Height + y1*cellL1Height;

Completed in 86 milliseconds