/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 194 RENDER_SIZE = 32 enumerator 233 …(m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() <… in init() 234 …nder target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_S… in init() 373 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE); in renderWithValue() 378 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE); in renderWithValue() 423 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZE); in verifyUnicoloredBuffer() 436 for (int y = 0; y < RENDER_SIZE; ++y) in verifyUnicoloredBuffer() 437 for (int x = 0; x < RENDER_SIZE; ++x) in verifyUnicoloredBuffer()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderWinding.cpp | 53 static const int RENDER_SIZE = 64; member in glcts::WindingCase 160 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE); in prepareFramebuffer() 187 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE); in iterate() 213 tcu::Surface rendered(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 54 RENDER_SIZE = 16, enumerator 56 NUM_RENDER_PIXELS = RENDER_SIZE * RENDER_SIZE, 389 addSimplePrograms(programCollection, 0.75f * RENDER_SIZE); in initProgramsPointSize() 411 minExpectedBlackPixels = NUM_RENDER_PIXELS - 3 * RENDER_SIZE; in testPrimitivesInside() 453 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() 507 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() 533 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() 549 …ing the far clipping plane, depth clamp disabled", 0.5f, false, IVec2(RENDER_SIZE/2, 0), Vec4(0.0… in testPrimitivesDepthClamp() 550 …cting the far clipping plane, depth clamp enabled", 0.5f, true, IVec2(RENDER_SIZE/2, 0), Vec4(1.0… in testPrimitivesDepthClamp() 568 caseMinPixels[1] = RENDER_SIZE - 2; in testPrimitivesDepthClamp() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 153 RENDER_SIZE = 128, enumerator 182 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 183 m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 184 …upportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_S… in init() 229 tcu::Surface resultWithGeometry (RENDER_SIZE, RENDER_SIZE); in iterate() 230 tcu::Surface resultWithoutGeometry (RENDER_SIZE, RENDER_SIZE); in iterate() 244 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE); in iterate() 459 RENDER_SIZE = 256, enumerator 488 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 489 m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() [all …]
|
D | es31fShaderMultisampleInterpolationTests.cpp | 106 RENDER_SIZE = 128 enumerator 114 …:MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleSha… in MultisampleShadeCountRenderCase() 155 for (int y = 0; y < RENDER_SIZE; ++y) in verifyImage() 156 for (int x = 0; x < RENDER_SIZE; ++x) in verifyImage() 642 RENDER_SIZE = 32 enumerator 653 …aderRenderUtil::MultisampleRenderCase (context, name, description, numSamples, target, RENDER_SIZE) in SingleSampleInterpolateAtSampleCase() 695 …(a_position.xy + vec2(1.0, 1.0)) / 2.0 * vec2(" << (int)RENDER_SIZE << ".0, " << (int)RENDER_SIZE … in genVertexSource() 834 RENDER_SIZE = 128 enumerator 843 : CentroidRenderCase(context, name, description, numSamples, target, RENDER_SIZE) in CentroidQualifierAtSampleCase() 937 RENDER_SIZE = 32 enumerator [all …]
|
D | es31fSampleVariableTests.cpp | 298 RENDER_SIZE = 64 enumerator 303 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in NumSamplesCase() 350 RENDER_SIZE = 64 enumerator 355 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in MaxSamplesCase() 433 RENDER_SIZE = 64 enumerator 445 …: MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderR… in SampleIDCase() 524 " highp ivec2 pixelPos = ivec2(floor(relPosition * " << (int)RENDER_SIZE << ".0));\n" in genFragmentSource() 600 RENDER_SIZE = 64 enumerator 609 …: MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRe… in SamplePosDistributionCase() 898 RENDER_SIZE = 32 enumerator [all …]
|
D | es31fTessellationTests.cpp | 1583 static const int RENDER_SIZE = 256; member in deqp::gles31::Functional::__anone18a5e580211::CommonEdgeCase 1599 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 1725 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deString… in iterate() 1890 static const int RENDER_SIZE = 16; member in deqp::gles31::Functional::__anone18a5e580211::TessCoordCase 1903 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 2038 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStri… in iterate() 2130 static const int RENDER_SIZE = 16; member in deqp::gles31::Functional::__anone18a5e580211::FractionalSpacingModeCase 2142 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 2227 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStri… in iterate() 2303 static const int RENDER_SIZE = 256; member in deqp::gles31::Functional::__anone18a5e580211::BasicVariousTessLevelsPosAttrCase [all …]
|
D | es31fSampleShadingTests.cpp | 256 RENDER_SIZE = 128 enumerator 263 …ltisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) in SampleShadingRenderingCase() 370 for (int y = 0; y < RENDER_SIZE; ++y) in verifyImage() 371 for (int x = 0; x < RENDER_SIZE; ++x) in verifyImage()
|
D | es31fTextureGatherTests.cpp | 1016 static const IVec2 RENDER_SIZE; member in deqp::gles31::Functional::__anonb02207ad0111::TextureGatherCase 1033 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in deqp::gles31::Functional::__anonb02207ad0111::TextureGatherCase 1276 …ge(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y()); in init() 1286 << " and size " << RENDER_SIZE << TestLog::EndMessage; in init() 1382 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y()); in iterate() 1425 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y()); in iterate() 1450 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat); in iterate() 1522 …red, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets… in verify()
|
D | es31fUniformLocationTests.cpp | 123 RENDER_SIZE = 16 enumerator 229 …const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringH… in run() 231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE); in run()
|
D | es31fShaderImageLoadStoreTests.cpp | 2932 …(m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() <… in init() 2933 …throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width… in init() 2939 static const int RENDER_SIZE; member in deqp::gles31::Functional::__anon6ae108680111::EarlyFragmentTestsCase 2946 const int EarlyFragmentTestsCase::RENDER_SIZE = 32; member in deqp::gles31::Functional::__anon6ae108680111::EarlyFragmentTestsCase 2955 const int viewportWidth = RENDER_SIZE; in iterate() 2956 const int viewportHeight = RENDER_SIZE; in iterate() 2990 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE); in iterate() 3000 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, RENDER_SIZE, RENDER_SIZE); in iterate() 3009 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, RENDER_SIZE, RENDER_SIZE); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 270 RENDER_SIZE = 32 enumerator 309 …(m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() <… in init() 310 …nder target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_S… in init() 450 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE); in renderWithValue() 455 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE); in renderWithValue() 500 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZE); in verifyUnicoloredBuffer() 513 for (int y = 0; y < RENDER_SIZE; ++y) in verifyUnicoloredBuffer() 514 for (int x = 0; x < RENDER_SIZE; ++x) in verifyUnicoloredBuffer()
|
/external/deqp/modules/gles31/stress/ |
D | es31sTessellationGeometryInteractionTests.cpp | 89 RENDER_SIZE = 256 enumerator 124 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 125 m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 126 …upportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_S… in init() 301 renderedLayers[ndx].setSize(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationShaderInputOutputTests.cpp | 62 RENDER_SIZE = 256, enumerator 98 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in runTest() 478 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test() 932 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryPointSizeTests.cpp | 57 RENDER_SIZE = 32, enumerator 318 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 60 RENDER_SIZE = 256, enumerator 543 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 384 RENDER_SIZE = 256, enumerator 474 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
D | vktTessellationUserDefinedIO.cpp | 65 RENDER_SIZE = 256, enumerator 800 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 507 enum {RENDER_SIZE = 512}; enumerator 556 …TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE); in iterate() 563 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE); in iterate() 565 gl.renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, RENDER_SIZE, RENDER_SIZE); in iterate() 570 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE); in iterate() 762 const float pxPerCall = RENDER_SIZE*RENDER_SIZE; in logAnalysis()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 73 RENDER_SIZE = 128, //!< framebuffer size in pixels enumerator 74 GRID_SIZE = RENDER_SIZE / 8, //!< number of grid tiles in a row 633 , m_renderSize (RENDER_SIZE, RENDER_SIZE) in SparseBufferTestInstance() 788 …<< " const int fragNdx = int(gl_FragCoord.x) + " << RENDER_SIZE << " * int(gl_FragCoord.… in initProgramsDrawWithUBO() 789 << " const int pageSize = " << RENDER_SIZE << " * " << RENDER_SIZE << ";\n" in initProgramsDrawWithUBO()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1123 static const IVec2 RENDER_SIZE; member in vkt::sr::__anonf1da81390111::TextureGatherInstance 1132 const IVec2 TextureGatherInstance::RENDER_SIZE = IVec2(64, 64); member in vkt::sr::__anonf1da81390111::TextureGatherInstance 1153 m_renderSize = RENDER_SIZE.asUint(); in TextureGatherInstance() 1313 …addUniform(binding++, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec2), RENDER_SIZE.asFloa… in setupUniforms() 1370 …red, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets… in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1241 RENDER_SIZE = 128, enumerator 1292 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE)) in BufferRenderInstance() 4122 RENDER_SIZE = 128, enumerator 4155 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE)) in ImageFetchRenderInstance() 5576 RENDER_SIZE = 128, enumerator 5610 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE)) in ImageSampleRenderInstance() 7925 RENDER_SIZE = 128, enumerator 7954 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE)) in TexelBufferRenderInstance()
|