Home
last modified time | relevance | path

Searched refs:cellL0Width (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp254 int cellL0Width = target.width/numL0CellsX; in generateBaseClearAndDepthCommands() local
256 int cellL1Width = cellL0Width/numL1CellsX; in generateBaseClearAndDepthCommands()
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0) in generateBaseClearAndDepthCommands()
290 int x = x0*cellL0Width + x1*cellL1Width; in generateBaseClearAndDepthCommands()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp254 int cellL0Width = target.width/numL0CellsX; in generateBaseClearAndDepthCommands() local
256 int cellL1Width = cellL0Width/numL1CellsX; in generateBaseClearAndDepthCommands()
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0) in generateBaseClearAndDepthCommands()
290 int x = x0*cellL0Width + x1*cellL1Width; in generateBaseClearAndDepthCommands()