Searched defs:RENDER_SIZE (Results 1 - 20 of 20) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp256 RENDER_SIZE = 128 enumerator in enum:deqp::gles31::Functional::__anon5405::SampleShadingRenderingCase::__anon5406
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)
H A Des31fShaderMultisampleInterpolationTests.cpp106 RENDER_SIZE = 128 enumerator in enum:deqp::gles31::Functional::__anon5435::MultisampleShadeCountRenderCase::__anon5436
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
[all...]
H A Des31fUniformLocationTests.cpp123 RENDER_SIZE = 16 enumerator in enum:deqp::gles31::Functional::__anon5486::UniformLocationCase::__anon5487
229 const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName()) + baseSeed);
231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE);
H A Des31fTessellationGeometryInteractionTests.cpp153 RENDER_SIZE = 128, enumerator in enum:deqp::gles31::Functional::__anon5444::IdentityGeometryShaderCase::__anon5445
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_SIZ
459 RENDER_SIZE = 256, enumerator in enum:deqp::gles31::Functional::__anon5444::IdentityTessellationShaderCase::__anon5447
829 RENDER_SIZE = 128, enumerator in enum:deqp::gles31::Functional::__anon5444::FeedbackPrimitiveTypeCase::__anon5449
[all...]
H A Des31fTextureGatherTests.cpp1016 static const IVec2 RENDER_SIZE; member in class:deqp::gles31::Functional::__anon5467::TextureGatherCase
1033 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in class:deqp::gles31::Functional::__anon5467::TextureGatherCase
1276 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y());
1286 << " and size " << RENDER_SIZE << TestLog::EndMessage;
1382 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y());
1425 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y());
1450 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferForma
[all...]
H A Des31fShaderImageLoadStoreTests.cpp2932 (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE))
2933 throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width and height");
2939 static const int RENDER_SIZE; member in class:deqp::gles31::Functional::__anon5426::EarlyFragmentTestsCase
2946 const int EarlyFragmentTestsCase::RENDER_SIZE = 32; member in class:deqp::gles31::Functional::__anon5426::EarlyFragmentTestsCase
2955 const int viewportWidth = RENDER_SIZE;
2956 const int viewportHeight = RENDER_SIZE;
2990 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
3000 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, RENDER_SIZE, RENDER_SIZ
[all...]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderWinding.cpp53 static const int RENDER_SIZE = 64; member in class:glcts::WindingCase
160 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
187 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE);
213 tcu::Surface rendered(RENDER_SIZE, RENDER_SIZE);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp54 RENDER_SIZE = 32, enumerator in enum:vkt::tessellation::__anon4609::Constants
315 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE);
H A DvktTessellationGeometryGridRenderTests.cpp57 RENDER_SIZE = 256, enumerator in enum:vkt::tessellation::__anon4607::Constants
540 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE);
H A DvktTessellationGeometryPassthroughTests.cpp381 RENDER_SIZE = 256, enumerator in enum:vkt::tessellation::__anon4608::Constants
471 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE);
H A DvktTessellationShaderInputOutputTests.cpp59 RENDER_SIZE = 256, enumerator in enum:vkt::tessellation::__anon4615::Constants
95 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE);
497 initializeWhiteReferenceImage(referenceImage, RENDER_SIZE, RENDER_SIZE);
H A DvktTessellationUserDefinedIO.cpp62 RENDER_SIZE = 256, enumerator in enum:vkt::tessellation::__anon4619::Constants
797 const tcu::IVec2 renderSize = tcu::IVec2(RENDER_SIZE, RENDER_SIZE);
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp194 RENDER_SIZE = 32 enumerator in enum:deqp::gles2::Functional::__anon4935::AttributeCase::__anon4936
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_SIZ
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp89 RENDER_SIZE = 256 enumerator in enum:deqp::gles31::Stress::__anon5496::GridRenderCase::__anon5497
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/functional/
H A Des3fDefaultVertexAttributeTests.cpp270 RENDER_SIZE = 32 enumerator in enum:deqp::gles3::Functional::__anon5064::AttributeCase::__anon5065
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_SIZ
[all...]
/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp52 RENDER_SIZE = 16, enumerator in enum:vkt::clipping::__anon4294::TestConstants
54 NUM_RENDER_PIXELS = RENDER_SIZE * RENDER_SIZE,
361 addSimplePrograms(programCollection, 0.75f * RENDER_SIZE);
381 minExpectedBlackPixels = NUM_RENDER_PIXELS - 3 * RENDER_SIZE;
421 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE);
463 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE);
489 const IVec2 regionSize = IVec2(RENDER_SIZE/
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp71 RENDER_SIZE = 128, //!< framebuffer size in pixels enumerator in enum:vkt::sparse::__anon4537::__anon4538
72 GRID_SIZE = RENDER_SIZE / 8, //!< number of grid tiles in a row
751 , m_renderSize (RENDER_SIZE, RENDER_SIZE)
906 << " const int fragNdx = int(gl_FragCoord.x) + " << RENDER_SIZE << " * int(gl_FragCoord.y);\n"
907 << " const int pageSize = " << RENDER_SIZE << " * " << RENDER_SIZE << ";\n" local
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp507 enum {RENDER_SIZE = 512}; enumerator in enum:deqp::gles3::Performance::__anon5308::BaseCase::__anon5309
556 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE); local
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_SIZ
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1122 static const IVec2 RENDER_SIZE; member in class:vkt::sr::__anon4525::TextureGatherInstance
1131 const IVec2 TextureGatherInstance::RENDER_SIZE = IVec2(64, 64); member in class:vkt::sr::__anon4525::TextureGatherInstance
1152 m_renderSize = RENDER_SIZE.asUint();
1312 addUniform(binding++, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec2), RENDER_SIZE.asFloat().getPtr());
1369 return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp1347 RENDER_SIZE = 128, enumerator in enum:vkt::BindingModel::__anon4271::BufferRenderInstance::__anon4272
1397 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE))
3914 RENDER_SIZE = 128, enumerator in enum:vkt::BindingModel::__anon4271::ImageFetchRenderInstance::__anon4279
3944 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE))
5094 RENDER_SIZE = 128, enumerator in enum:vkt::BindingModel::__anon4271::ImageSampleRenderInstance::__anon4280
5125 : SingleCmdRenderInstance (context, isPrimaryCmdBuf, tcu::UVec2(RENDER_SIZE, RENDER_SIZE))
6934 RENDER_SIZE enumerator in enum:vkt::BindingModel::__anon4271::TexelBufferRenderInstance::__anon4284
[all...]

Completed in 1416 milliseconds