/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 397 static void renderFloatReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight,… in renderFloatReference() argument 401 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1); in renderFloatReference() 408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderFloatReference() 428 static void renderIntReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, i… in renderIntReference() argument 431 float cellH = (float)dst.getHeight() / (float)(gridHeight-1); in renderIntReference() 438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderIntReference() 554 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1; in iterate() local 555 const int numVertices = gridWidth*gridHeight; in iterate() 556 const int numQuads = (gridWidth-1)*(gridHeight-1); in iterate() 608 for (int y = 0; y < gridHeight; y++) in iterate() [all …]
|
D | es3fTextureMipmapTests.cpp | 316 int gridHeight = 4; in iterate() local 318 int cellHeight = viewport.height / gridHeight; in iterate() 355 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate() 407 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate() 1261 const int gridHeight = 4; in iterate() local 1263 const int cellHeight = viewport.height / gridHeight; in iterate() 1300 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 1307 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 259 const int gridHeight = 4; in test() local 260 const int numVertices = (gridWidth+1)*(gridHeight+1); in test() 261 …const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANG… in test() 270 for (int i = 0; i < gridHeight+1; ++i) in test() 274 gridPosComps.push_back(-1.0f + 2.0f * ((float)i + 0.5f) / (float)(gridHeight+1)); in test() 285 for (int i = 0; i < gridHeight; i++) in test() 306 for (int i = 0; i < gridHeight; ++i) in test()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 276 const int gridHeight = 4; in iterate() local 278 const int cellHeight = viewportHeight / gridHeight; in iterate() 299 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 306 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate() 348 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 355 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate() 781 const int gridHeight = 4; in iterate() local 783 const int cellHeight = viewportHeight / gridHeight; in iterate() 811 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 818 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate() [all …]
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.hpp | 45 ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight);
|
D | rsgProgramExecutor.cpp | 167 ProgramExecutor::ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight) in ProgramExecutor() argument 170 , m_gridHeight (gridHeight) in ProgramExecutor()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 276 int gridHeight = 4; in iterate() local 278 int cellHeight = viewport.height / gridHeight; in iterate() 319 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 326 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 268 int gridHeight = 4; in iterate() local 270 int cellHeight = viewport.height / gridHeight; in iterate() 311 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 318 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 272 int gridHeight = 4; in iterate() local 274 int cellHeight = viewport.height / gridHeight; in iterate() 311 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 318 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate() 363 for (int gridY = 0; gridY < gridHeight; gridY++) in iterate() 370 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 3873 int gridHeight; member 3879 return scene.gridWidth * scene.gridHeight * scene.gridLayers * 6; in getLayeredGridNumVertices() 3890 for (int cellY = 0; cellY < scene.gridHeight; ++cellY) in generateLayeredGridVertexAttribData4C4V() 3897 const float cellTop = (float(cellY+1) / (float)scene.gridHeight - 0.5f) * 2.0f; in generateLayeredGridVertexAttribData4C4V() 3898 const float cellBottom = (float(cellY ) / (float)scene.gridHeight - 0.5f) * 2.0f; in generateLayeredGridVertexAttribData4C4V() 3924 for (int ndx = 0; ndx < scene.gridLayers * scene.gridHeight * scene.gridWidth * 6; ++ndx) in generateLayeredGridIndexData() 4108 m_results.back().scene.gridHeight = gridSizes[gridNdx]; in init() 5494 scene.gridHeight = 93; in init() 5573 scene.gridHeight = 40; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1707 const int gridHeight = 4; in iterate() local 1708 const int numVertices = (gridWidth+1)*(gridHeight+1); in iterate() 1709 …const int numIndices = gridWidth*gridHeight * (m_primitiveType == TESSPRIMITIVETYPE_TRIANGL… in iterate() 1721 for (int i = 0; i < gridHeight+1; i++) in iterate() 1725 gridPosComps.push_back(-1.0f + 2.0f * ((float)i + 0.5f) / (float)(gridHeight+1)); in iterate() 1736 for (int i = 0; i < gridHeight; i++) in iterate() 1760 for (int i = 0; i < gridHeight; i++) in iterate()
|