/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A 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/ in testPrimitivesDepthClamp() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A 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/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A 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/ in testPrimitivesDepthClamp() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target."); 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_SIZ in iterate() 466 RENDER_SIZE = 256, global() enumerator 837 RENDER_SIZE = 128, global() enumerator [all...] |
H A D | es31fShaderMultisampleInterpolationTests.cpp | 114 RENDER_SIZE = 128 enumerator 122 : MultisampleShaderRenderUtil::MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_PER_ITERATION_SHADER) 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 661 : MultisampleShaderRenderUtil::MultisampleRenderCase (context, name, description, numSamples, target, RENDER_SIZE) 703 " v_position = (a_position.xy + vec2(1.0, 1.0)) / 2.0 * vec2(" << (int)RENDER_SIZE << ".0, " << (int)RENDER_SIZE << ".0);\n" 721 " 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) 842 RENDER_SIZE [all...] |
H A D | es31fSampleVariableTests.cpp | 300 RENDER_SIZE = 64 305 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 354 RENDER_SIZE = 64 359 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 439 RENDER_SIZE = 64 451 : MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) 532 " highp ivec2 pixelPos = ivec2(floor(relPosition * " << (int)RENDER_SIZE << ".0));\n" 608 RENDER_SIZE = 64 617 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) 908 RENDER_SIZE [all...] |
H A D | es31fTessellationTests.cpp | 1606 static const int RENDER_SIZE = 256; 1625 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); 1756 const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName())); 1921 static const int RENDER_SIZE = 16; 1934 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); 2074 const RandomViewport viewport (renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName())); 2166 static const int RENDER_SIZE = 16; 2178 checkRenderTargetSize(m_context.getRenderTarget(), RENDER_SIZE); [all...] |
H A D | es31fSampleShadingTests.cpp | 264 RENDER_SIZE = 128 enumerator 271 : MultisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) in SampleShadingRenderingCase() 377 for (int y = 0; y < RENDER_SIZE; ++y) 378 for (int x = 0; x < RENDER_SIZE; ++x)
|
H A D | es31fTextureGatherTests.cpp | 1017 static const IVec2 RENDER_SIZE; member in deqp::gles31::Functional::__anon30945::TextureGatherCase 1034 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in deqp::gles31::Functional::__anon30945::TextureGatherCase 1278 gl.renderbufferStorage(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_colorBufferForma in iterate() [all...] |
H A D | es31fUniformLocationTests.cpp | 123 RENDER_SIZE = 16 enumerator 229 const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName()) + baseSeed); in run() 231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE); in run()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 194 RENDER_SIZE = 32 enumerator 233 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 234 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE)); 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_SIZ in verifyUnicoloredBuffer() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 270 RENDER_SIZE = 32 enumerator 309 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 310 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE)); 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_SIZ in verifyUnicoloredBuffer() [all...] |
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sTessellationGeometryInteractionTests.cpp | 89 RENDER_SIZE = 256 enumerator 127 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || in init() 128 m_context.getRenderTarget().getHeight() < RENDER_SIZE) in init() 129 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target."); in init() 304 renderedLayers[ndx].setSize(RENDER_SIZE, RENDER_SIZE); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 64 RENDER_SIZE = 256, enumerator 100 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in runTest() 481 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test() 935 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE); in test()
|
H A D | vktTessellationGeometryGridRenderTests.cpp | 62 RENDER_SIZE = 256, enumerator 591 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
H A D | vktTessellationGeometryPointSizeTests.cpp | 59 RENDER_SIZE = 32, enumerator 320 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in test()
|
H A 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/ |
H A 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()
|
H A D | vktTessellationGeometryPointSizeTests.cpp | 59 RENDER_SIZE = 32, enumerator 320 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in test()
|
H A D | vktTessellationGeometryGridRenderTests.cpp | 62 RENDER_SIZE = 256, enumerator 594 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE); in iterate()
|
H A 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/ |
H A D | es3pDepthTests.cpp | 507 enum {RENDER_SIZE = 512}; enumerator 556 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE); in iterate() local 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_SIZ in logAnalysis() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A 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.y);\n" in initProgramsDrawWithUBO() 777 << " const int pageSize = " << RENDER_SIZE << " * " << RENDER_SIZE << ";\n" in initProgramsDrawWithUBO() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A 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.y);\n" in initProgramsDrawWithUBO() 777 << " const int pageSize = " << RENDER_SIZE << " * " << RENDER_SIZE << ";\n" in initProgramsDrawWithUBO() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 69 static const deUint32 RENDER_SIZE = 8u; member 259 , m_renderSize (RENDER_SIZE, RENDER_SIZE) in InputAttachmentSparseFillingTestInstance()
|