/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pRedundantStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 24, enumerator 161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 446 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 483 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGH in init() [all...] |
H A D | es3pStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 24, enumerator 170 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 214 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 259 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 313 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 358 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 400 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 448 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 490 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 532 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGH in init() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 294 VIEWPORT_WIDTH = 64, enumerator 432 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachementTexture() local 451 m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachementTexture() 559 m_gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in render() 603 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture() local 646 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 733 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachmentTextures() local 748 m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachmentTextures() 757 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture() local 790 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGH in iterate() local 863 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 875 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 918 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genSamplerTexture() local 958 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 972 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1047 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1070 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1131 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genFramebufferWithGrid() local 1150 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1162 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1331 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1348 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local [all...] |
H A D | es31fTextureBorderClampTests.cpp | 604 VIEWPORT_WIDTH = 128, 669 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH || 672 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport"); 717 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); 768 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getIterationSeed(config)); 2028 VIEWPORT_WIDTH = 128, 2088 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH || 2091 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport"); 2138 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); 2169 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGH [all...] |
H A D | es31fDrawElementsBaseVertexTests.cpp | 194 VIEWPORT_WIDTH = 64, enumerator 378 tcu::Surface surface(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 413 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)); in iterate()
|
H A D | es31fTextureSpecificationTests.cpp | 68 VIEWPORT_WIDTH = 256, enumerator 140 if (renderTarget.getWidth() < VIEWPORT_WIDTH || renderTarget.getHeight() < VIEWPORT_HEIGHT) in iterate() 148 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pRedundantStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 24, enumerator 161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 450 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 493 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGH in init() [all...] |
H A D | es2pStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 24, enumerator 170 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 214 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 259 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 313 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 358 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 400 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 448 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 494 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init() 542 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGH in init() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.cpp | 57 const int VIEWPORT_WIDTH = 128; member 492 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderReferences() 493 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)"); in renderReferences() 516 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderResults() 517 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)"); in renderResults() 556 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 557 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 559 tcu::Surface textureResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 560 tcu::Surface samplerResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 562 int x = m_random.getInt(0, m_renderCtx.getRenderTarget().getWidth() - VIEWPORT_WIDTH); in iterate() [all...] |
H A D | glsRandomShaderCase.cpp | 59 VIEWPORT_WIDTH = 64, enumerator 475 int viewportWidth = de::min<int>(VIEWPORT_WIDTH, m_renderCtx.getRenderTarget().getWidth()); in iterate()
|
H A D | glsFragOpInteractionCase.cpp | 72 VIEWPORT_WIDTH = 64, enumerator 461 const int viewportW = de::min<int>(m_renderCtx.getRenderTarget().getWidth(), VIEWPORT_WIDTH);
|
H A D | glsShaderLibraryCase.cpp | 604 VIEWPORT_WIDTH = 128, enumerator 950 const int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 58 VIEWPORT_WIDTH = 64, enumerator 608 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 630 const float sX = deFloatExp2(lodX) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture().getWidth()); in iterate() 632 const float sZ = deFloatExp2(lodZ) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture().getDepth()); in iterate() 654 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 770 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 773 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 819 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 896 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureWrapTests.cpp | 53 VIEWPORT_WIDTH = 256, enumerator 177 RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName())); in iterate()
|
H A D | es2fRandomFragmentOpTests.cpp | 63 VIEWPORT_WIDTH = 64, enumerator 264 int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH);
|
H A D | es2fTextureFilteringTests.cpp | 55 VIEWPORT_WIDTH = 64, enumerator 224 const float viewportW = (float)de::min<int>(VIEWPORT_WIDTH, m_renderCtx.getRenderTarget().getWidth()); in init() 265 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) ^ deInt32Hash(m_caseNdx)); in iterate()
|
H A D | es2fTextureUnitTests.cpp | 63 static const int VIEWPORT_WIDTH = 128; member 763 int viewportWidth = deMin32(VIEWPORT_WIDTH, renderTarget.getWidth()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 71 VIEWPORT_WIDTH = 99, enumerator 653 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance() 1071 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify() 1152 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in LinearDerivateCase() 1276 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance() 1482 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 71 VIEWPORT_WIDTH = 99, enumerator 629 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance() 1044 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify() 1143 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms() 1250 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance() 1520 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomFragmentOpTests.cpp | 63 VIEWPORT_WIDTH = 64, enumerator 264 int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH);
|
H A D | es3fTextureWrapTests.cpp | 79 VIEWPORT_WIDTH = 256, enumerator 312 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) + m_caseNdx); in iterate()
|
H A D | es3fShaderDerivateTests.cpp | 72 VIEWPORT_WIDTH = 167, enumerator 669 const int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in getViewportSize()
|
H A D | es3fTextureUnitTests.cpp | 66 static const int VIEWPORT_WIDTH = 128; member 993 int viewportWidth = deMin32(VIEWPORT_WIDTH, renderTarget.getWidth()); in iterate()
|
H A D | es3fTransformFeedbackTests.cpp | 69 VIEWPORT_WIDTH = 128, enumerator 1074 int viewportW = de::min((int)VIEWPORT_WIDTH, width);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 59 VIEWPORT_WIDTH = 128, enumerator 273 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in execute()
|