/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/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 * static_cast<float>(RENDER_SIZE)); in initProgramsPointSize() 411 minExpectedBlackPixels = NUM_RENDER_PIXELS - 3 * RENDER_SIZE; in testPrimitivesInside() 453 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() 509 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() 537 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() 553 …ing the far clipping plane, depth clamp disabled", 0.5f, false, IVec2(RENDER_SIZE/2, 0), Vec4(0.0… in testPrimitivesDepthClamp() 554 …cting the far clipping plane, depth clamp enabled", 0.5f, true, IVec2(RENDER_SIZE/2, 0), Vec4(1.0… in testPrimitivesDepthClamp() 574 caseMinPixels[1] = RENDER_SIZE - 2; in testPrimitivesDepthClamp() [all …]
|
/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/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/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 | 114 RENDER_SIZE = 128 enumerator 122 …:MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleSha… in MultisampleShadeCountRenderCase() 163 for (int y = 0; y < RENDER_SIZE; ++y) in verifyImage() 164 for (int x = 0; x < RENDER_SIZE; ++x) in verifyImage() 650 RENDER_SIZE = 32 enumerator 661 …aderRenderUtil::MultisampleRenderCase (context, name, description, numSamples, target, RENDER_SIZE) in SingleSampleInterpolateAtSampleCase() 703 …(a_position.xy + vec2(1.0, 1.0)) / 2.0 * vec2(" << (int)RENDER_SIZE << ".0, " << (int)RENDER_SIZE … in genVertexSource() 842 RENDER_SIZE = 128 enumerator 851 : CentroidRenderCase(context, name, description, numSamples, target, RENDER_SIZE) in CentroidQualifierAtSampleCase() 945 RENDER_SIZE = 32 enumerator [all …]
|
D | es31fSampleVariableTests.cpp | 299 RENDER_SIZE = 64 enumerator 304 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in NumSamplesCase() 351 RENDER_SIZE = 64 enumerator 356 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in MaxSamplesCase() 434 RENDER_SIZE = 64 enumerator 446 …: MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderR… in SampleIDCase() 525 " highp ivec2 pixelPos = ivec2(floor(relPosition * " << (int)RENDER_SIZE << ".0));\n" in genFragmentSource() 601 RENDER_SIZE = 64 enumerator 610 …: MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRe… in SamplePosDistributionCase() 899 RENDER_SIZE = 32 enumerator [all …]
|
D | es31fTessellationTests.cpp | 1583 static const int RENDER_SIZE = 256; member in deqp::gles31::Functional::__anon4a9088cf0211::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::__anon4a9088cf0211::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::__anon4a9088cf0211::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::__anon4a9088cf0211::BasicVariousTessLevelsPosAttrCase [all …]
|
D | es31fSampleShadingTests.cpp | 264 RENDER_SIZE = 128 enumerator 271 …ltisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) in SampleShadingRenderingCase() 377 for (int y = 0; y < RENDER_SIZE; ++y) in verifyImage() 378 for (int x = 0; x < RENDER_SIZE; ++x) in verifyImage()
|
D | es31fTextureGatherTests.cpp | 1017 static const IVec2 RENDER_SIZE; member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase 1034 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase 1281 …ge(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y()); in init() 1291 << " and size " << RENDER_SIZE << TestLog::EndMessage; in init() 1390 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y()); in iterate() 1433 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y()); in iterate() 1458 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat); in iterate() 1530 …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 | 2941 …(m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() <… in init() 2942 …throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width… in init() 2948 static const int RENDER_SIZE; member in deqp::gles31::Functional::__anon0a49b9df0111::EarlyFragmentTestsCase 2955 const int EarlyFragmentTestsCase::RENDER_SIZE = 32; member in deqp::gles31::Functional::__anon0a49b9df0111::EarlyFragmentTestsCase 2964 const int viewportWidth = RENDER_SIZE; in iterate() 2965 const int viewportHeight = RENDER_SIZE; in iterate() 2999 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE); in iterate() 3009 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, RENDER_SIZE, RENDER_SIZE); in iterate() 3018 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, RENDER_SIZE, RENDER_SIZE); in iterate()
|
/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() 480 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test() 934 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 | 397 RENDER_SIZE = 256, enumerator 489 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
D | vktTessellationUserDefinedIO.cpp | 65 RENDER_SIZE = 256, enumerator 808 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() 776 …<< " const int fragNdx = int(gl_FragCoord.x) + " << RENDER_SIZE << " * int(gl_FragCoord.… in initProgramsDrawWithUBO() 777 << " const int pageSize = " << RENDER_SIZE << " * " << RENDER_SIZE << ";\n" in initProgramsDrawWithUBO()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 68 static const deUint32 RENDER_SIZE = 8u; variable 260 , m_renderSize (RENDER_SIZE, RENDER_SIZE) in InputAttachmentSparseFillingTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1138 static const IVec2 RENDER_SIZE; member in vkt::sr::__anon19f4c7b00111::TextureGatherInstance 1147 const IVec2 TextureGatherInstance::RENDER_SIZE = IVec2(64, 64); member in vkt::sr::__anon19f4c7b00111::TextureGatherInstance 1168 m_renderSize = RENDER_SIZE.asUint(); in TextureGatherInstance() 1401 …addUniform(binding++, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec2), RENDER_SIZE.asFloa… in setupUniforms() 1458 …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() 7963 RENDER_SIZE = 128, enumerator 7992 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE)) in TexelBufferRenderInstance()
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 244 # The buffer will be sized based on the `RENDER_SIZE` of the `PIPELINE`.
|