Home
last modified time | relevance | path

Searched refs:shaderGroup (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local
270 addChild(shaderGroup); in init()
274shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local
270 addChild(shaderGroup); in init()
274shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp439 struct shaderGroup struct in glcts::TextureCubeMapArraySamplingTest
472 void getShaderGroup(samplingFunction function, shaderGroup& shader_group) const;
492 …void init(const glw::Functions& gl, const shaderGroup& shader_group, shaderType shader_type, bool …
521 …void init(const glw::Functions& gl, const shaderGroup& shader_group, TextureCubeMapArraySamplingTe…
DesextcTextureCubeMapArraySampling.cpp4283 shaderGroup shader_group;
4339 const shaderGroup& shader_group,
4446 …raySamplingTest::programDefinition::init(const glw::Functions& gl, const shaderGroup& shader_group,
4670 shaderGroup& shader_group) const
4896 void TextureCubeMapArraySamplingTest::shaderGroup::init()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp1185 …de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypes[shaderT… in createShaderImageAccessTests() local
1226 shaderGroup->addChild(accessTypeGroup.release()); in createShaderImageAccessTests()
1229 accessGroup->addChild(shaderGroup.release()); in createShaderImageAccessTests()
DvktProtectedMemYCbCrConversionTests.cpp1403 …de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypeName, "YCbC… in createYCbCrConversionTests() local
1466 shaderGroup->addChild(colorModelGroup.release()); in createYCbCrConversionTests()
1469 formatGroup->addChild(shaderGroup.release()); in createYCbCrConversionTests()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1317 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local
1318 indexGroup->addChild(shaderGroup); in init()
1326shaderGroup->addChild(new SamplerIndexingCase(m_context, caseName.c_str(), "", shaderType, sampler… in init()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1457 …MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderGroupName.c_str(), "… in addClippingTests() local
1469shaderGroup.get(), caseName, caseGroups[groupNdx].description, initPrograms, testClipDistance, in addClippingTests()
1472 mainGroup->addChild(shaderGroup.release()); in addClippingTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1976 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local
1977 indexGroup->addChild(shaderGroup); in init()
1991shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, sampler… in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1906 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local
1907 opGroup->addChild(shaderGroup); in init()
1921shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1914 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local
1915 opGroup->addChild(shaderGroup); in init()
1929shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()