Home
last modified time | relevance | path

Searched refs:cellY (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp871 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()
880 glViewport(cellX*cellSize, cellY*cellSize, cellSize, cellSize); in render()
937 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()
946 glBlitFramebuffer(0, 0, cellSize, cellSize, cellX*cellSize, cellY*cellSize, (cellX+1)*cellSize, (cellY+1)*cellSize, GL_COLOR_BUFFER_BIT, GL_NEAREST); in render()
999 for (int cellY in render()
[all...]
H A Des3fFragmentOutputTests.cpp408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderFloatReference() local
410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; in renderFloatReference()
411 const Vec4 v00 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+0)*numComponents, numComponents); in renderFloatReference()
412 const Vec4 v01 = readVec4(vertices + ((cellY+1)*gridWidth + cellX+0)*numComponents, numComponents); in renderFloatReference()
413 const Vec4 v10 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+1)*numComponents, numComponents); in renderFloatReference()
414 const Vec4 v11 = readVec4(vertices + ((cellY+1)*gridWidth + cellX+1)*numComponents, numComponents); in renderFloatReference()
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderIntReference() local
439 IVec4 c = readIVec4(vertices + (cellY*gridWidth + cellX+1)*numComponents, numComponents); in renderIntReference()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp1524 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()
1528 int seed = cellX + cellY * numRowsCols; in TEST_P()
1537 glViewport(cellX * cellSize, cellY * cellSize, cellSize, cellSize); in TEST_P()
1548 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()
1552 int seed = cellX + cellY * numRowsCols; in TEST_P()
1556 int testN = cellX * cellSize + cellY * backFBOSiz in TEST_P()
[all...]
H A DStateChangeTest.cpp3340 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()
3344 int seed = cellX + cellY * numRowsCols; in TEST_P()
3354 glViewport(cellX * cellSize, cellY * cellSize, cellSize, cellSize); in TEST_P()
3366 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()
3370 int seed = cellX + cellY * numRowsCols; in TEST_P()
3376 cellX * cellSize + cellY * getWindowWidt in TEST_P()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp1341 const int cellY = cellNdx / m_gridSize;
1342 const tcu::Vec4& cellColor = ((cellX+cellY)%2 == 0) ? (green) : (yellow);
1344 data[(ndx * 6 + 0) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+0) / float(m_gridSize), float(cellY+0) / float(m_gridSize), 0.0f, 1.0f);
1346 data[(ndx * 6 + 1) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+1) / float(m_gridSize), float(cellY+1) / float(m_gridSize), 0.0f, 1.0f);
1348 data[(ndx * 6 + 2) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+0) / float(m_gridSize), float(cellY+1) / float(m_gridSize), 0.0f, 1.0f);
1350 data[(ndx * 6 + 3) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+0) / float(m_gridSize), float(cellY+0) / float(m_gridSize), 0.0f, 1.0f);
1352 data[(ndx * 6 + 4) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+1) / float(m_gridSize), float(cellY+0) / float(m_gridSize), 0.0f, 1.0f);
1354 data[(ndx * 6 + 5) * VA_NUM_ATTRIB_VECS + VA_POS_VEC_NDX] = tcu::Vec4(float(cellX+1) / float(m_gridSize), float(cellY+1) / float(m_gridSize), 0.0f, 1.0f);
4192 const int cellY = cellNdx / m_gridSize;
4193 const tcu::Vec4& cellColor = ((cellX+cellY)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp494 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
497 optASFeedbackPtr->onCullMaskAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
499 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
562 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
565 optASFeedbackPtr->onCullMaskAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
567 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
622 const auto cellY = (((nInstance / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
625 optASFeedbackPtr->onCullMaskAssignedToCell( tcu::UVec3(cellX, cellY, cellZ),
627 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell( tcu::UVec3(cellX, cellY, cellZ),
690 const auto cellY variable
766 const auto cellY = (((cellIndex / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); global() variable
828 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); fillVertexVec() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp3890 for (int cellY = 0; cellY < scene.gridHeight; ++cellY)
3894 const tcu::Vec4 color = (((cellX + cellY + cellZ) % 2) == 0) ? (green) : (yellow);
3897 const float cellTop = (float(cellY+1) / (float)scene.gridHeight - 0.5f) * 2.0f;
3898 const float cellBottom = (float(cellY ) / (float)scene.gridHeight - 0.5f) * 2.0f;
3900 vertexData[(cellY * scene.gridWidth * scene.gridLayers + cellX * scene.gridLayers + cellZ) * 12 + 0] = color;
3901 vertexData[(cellY * scene.gridWidth * scene.gridLayers + cellX * scene.gridLayers + cellZ) * 12 + 1] = tcu::Vec4(cellLeft, cellTop, 0.0f, 1.0f);
3903 vertexData[(cellY * scene.gridWidth * scene.gridLayers + cellX * scene.gridLayers + cellZ) * 12 + 2] = color;
3904 vertexData[(cellY * scen
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp493 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
496 optASFeedbackPtr->onCullMaskAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
498 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
561 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
564 optASFeedbackPtr->onCullMaskAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
566 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell ( tcu::UVec3(cellX, cellY, cellZ),
621 const auto cellY = (((nInstance / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
624 optASFeedbackPtr->onCullMaskAssignedToCell( tcu::UVec3(cellX, cellY, cellZ),
626 optASFeedbackPtr->onInstanceCustomIndexAssignedToCell( tcu::UVec3(cellX, cellY, cellZ),
689 const auto cellY variable
765 const auto cellY = (((cellIndex / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); global() variable
827 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); fillVertexVec() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp2059 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()
2072 ctx.viewport(cellX*cellSize, cellY*cellSize, cellSize, cellSize); in render()

Completed in 34 milliseconds