/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 55 RENDER_SIZE = 16, enumerator 57 NUM_RENDER_PIXELS = RENDER_SIZE * RENDER_SIZE, 410 addSimplePrograms(programCollection, 0.75f * static_cast<float>(RENDER_SIZE)); in initProgramsPointSize() 432 minExpectedBlackPixels = NUM_RENDER_PIXELS - 3 * RENDER_SIZE; in testPrimitivesInside() 474 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() 530 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() 558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() 574 …ing the far clipping plane, depth clamp disabled", 0.5f, false, IVec2(RENDER_SIZE/2, 0), Vec4(0.0… in testPrimitivesDepthClamp() 575 …cting the far clipping plane, depth clamp enabled", 0.5f, true, IVec2(RENDER_SIZE/2, 0), Vec4(1.0… in testPrimitivesDepthClamp() 595 caseMinPixels[1] = RENDER_SIZE - 2; in testPrimitivesDepthClamp() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
D | vktClippingTests.cpp | 55 RENDER_SIZE = 16, enumerator 57 NUM_RENDER_PIXELS = RENDER_SIZE * RENDER_SIZE, 410 addSimplePrograms(programCollection, 0.75f * static_cast<float>(RENDER_SIZE)); in initProgramsPointSize() 432 minExpectedBlackPixels = NUM_RENDER_PIXELS - 3 * RENDER_SIZE; in testPrimitivesInside() 474 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() 530 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() 558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() 574 …ing the far clipping plane, depth clamp disabled", 0.5f, false, IVec2(RENDER_SIZE/2, 0), Vec4(0.0… in testPrimitivesDepthClamp() 575 …cting the far clipping plane, depth clamp enabled", 0.5f, true, IVec2(RENDER_SIZE/2, 0), Vec4(1.0… in testPrimitivesDepthClamp() 595 caseMinPixels[1] = RENDER_SIZE - 2; in testPrimitivesDepthClamp() [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 159 RENDER_SIZE = 128, enumerator 189 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 190 m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 191 …upportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_S… in init() 236 tcu::Surface resultWithGeometry (RENDER_SIZE, RENDER_SIZE); in iterate() 237 tcu::Surface resultWithoutGeometry (RENDER_SIZE, RENDER_SIZE); in iterate() 251 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE); in iterate() 466 RENDER_SIZE = 256, enumerator 496 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 497 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 | es31fTessellationTests.cpp | 1606 static const int RENDER_SIZE = 256; member in deqp::gles31::Functional::__anon36d7c12d0211::CommonEdgeCase 1625 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 1756 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deString… in iterate() 1921 static const int RENDER_SIZE = 16; member in deqp::gles31::Functional::__anon36d7c12d0211::TessCoordCase 1934 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 2074 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStri… in iterate() 2166 static const int RENDER_SIZE = 16; member in deqp::gles31::Functional::__anon36d7c12d0211::FractionalSpacingModeCase 2178 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); in init() 2268 …const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStri… in iterate() 2344 static const int RENDER_SIZE = 256; member in deqp::gles31::Functional::__anon36d7c12d0211::BasicVariousTessLevelsPosAttrCase [all …]
|
D | es31fSampleVariableTests.cpp | 300 RENDER_SIZE = 64 enumerator 305 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in NumSamplesCase() 354 RENDER_SIZE = 64 enumerator 359 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) in MaxSamplesCase() 439 RENDER_SIZE = 64 enumerator 451 …: MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderR… in SampleIDCase() 532 " highp ivec2 pixelPos = ivec2(floor(relPosition * " << (int)RENDER_SIZE << ".0));\n" in genFragmentSource() 608 RENDER_SIZE = 64 enumerator 617 …: MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRe… in SamplePosDistributionCase() 908 RENDER_SIZE = 32 enumerator [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::__anonaf1bc5220111::TextureGatherCase 1034 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in deqp::gles31::Functional::__anonaf1bc5220111::TextureGatherCase 1278 …ge(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y()); in init() 1288 << " and size " << RENDER_SIZE << TestLog::EndMessage; in init() 1387 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y()); in iterate() 1430 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y()); in iterate() 1455 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat); in iterate() 1527 …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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationShaderInputOutputTests.cpp | 64 RENDER_SIZE = 256, enumerator 100 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in runTest() 482 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test() 936 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryPointSizeTests.cpp | 59 RENDER_SIZE = 32, enumerator 320 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 62 RENDER_SIZE = 256, enumerator 594 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 407 RENDER_SIZE = 256, enumerator 499 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationShaderInputOutputTests.cpp | 64 RENDER_SIZE = 256, enumerator 100 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in runTest() 482 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test() 936 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryPointSizeTests.cpp | 59 RENDER_SIZE = 32, enumerator 320 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 62 RENDER_SIZE = 256, enumerator 594 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 407 RENDER_SIZE = 256, enumerator 499 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 69 static const deUint32 RENDER_SIZE = 8u; variable 261 , m_renderSize (RENDER_SIZE, RENDER_SIZE) in InputAttachmentSparseFillingTestInstance()
|