/external/deqp/modules/gles2/functional/ |
es2fDefaultVertexAttributeTests.cpp | 194 RENDER_SIZE = 32 233 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE) 234 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE)); 373 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE); 378 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE); 423 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZE) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDefaultVertexAttributeTests.cpp | 270 RENDER_SIZE = 32 309 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE) 310 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE)); 450 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE); 455 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE); 500 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZE) [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderMultisampleInterpolationTests.cpp | 106 RENDER_SIZE = 128 114 : MultisampleShaderRenderUtil::MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_PER_ITERATION_SHADER) 155 for (int y = 0; y < RENDER_SIZE; ++y) 156 for (int x = 0; x < RENDER_SIZE; ++x) 642 RENDER_SIZE = 32 653 : MultisampleShaderRenderUtil::MultisampleRenderCase (context, name, description, numSamples, target, RENDER_SIZE) 695 " v_position = (a_position.xy + vec2(1.0, 1.0)) / 2.0 * vec2(" << (int)RENDER_SIZE << ".0, " << (int)RENDER_SIZE << ".0);\n" 713 " const highp float threshold = 0.15625; // 4 subpixel bits. Assume 3 accurate bits + 0.03125 for other errors\n"; // 0.03125 = mediump epsilon when value = 32 (RENDER_SIZE) 834 RENDER_SIZE = 12 [all...] |
es31fTessellationGeometryInteractionTests.cpp | 153 RENDER_SIZE = 128, 182 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || 183 m_context.getRenderTarget().getHeight() < RENDER_SIZE) 184 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target."); 229 tcu::Surface resultWithGeometry (RENDER_SIZE, RENDER_SIZE); 230 tcu::Surface resultWithoutGeometry (RENDER_SIZE, RENDER_SIZE); 244 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE) [all...] |
es31fSampleShadingTests.cpp | 256 RENDER_SIZE = 128 263 : MultisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) 370 for (int y = 0; y < RENDER_SIZE; ++y) 371 for (int x = 0; x < RENDER_SIZE; ++x)
|
es31fTessellationTests.cpp | [all...] |
es31fSampleVariableTests.cpp | 298 RENDER_SIZE = 64 303 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 350 RENDER_SIZE = 64 355 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 433 RENDER_SIZE = 64 445 : MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) 524 " highp ivec2 pixelPos = ivec2(floor(relPosition * " << (int)RENDER_SIZE << ".0));\n" 600 RENDER_SIZE = 64 609 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) 898 RENDER_SIZE = 3 [all...] |
es31fTextureGatherTests.cpp | 1000 static const IVec2 RENDER_SIZE; 1017 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); [all...] |
es31fUniformLocationTests.cpp | 123 RENDER_SIZE = 16 229 const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName()) + baseSeed); 231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE); [all...] |
es31fShaderImageLoadStoreTests.cpp | [all...] |
/external/deqp/modules/gles31/stress/ |
es31sTessellationGeometryInteractionTests.cpp | 89 RENDER_SIZE = 256 124 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || 125 m_context.getRenderTarget().getHeight() < RENDER_SIZE) 126 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target."); 301 renderedLayers[ndx].setSize(RENDER_SIZE, RENDER_SIZE);
|
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 507 enum {RENDER_SIZE = 512}; 556 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE); 563 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE); 565 gl.renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, RENDER_SIZE, RENDER_SIZE); 570 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE); 762 const float pxPerCall = RENDER_SIZE*RENDER_SIZE [all...] |
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | [all...] |