Home
last modified time | relevance | path

Searched refs:shaderGroup (Results 1 – 14 of 14) 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.cpp1190 …de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypes[shaderT… in createShaderImageAccessTests() local
1231 shaderGroup->addChild(accessTypeGroup.release()); in createShaderImageAccessTests()
1234 accessGroup->addChild(shaderGroup.release()); in createShaderImageAccessTests()
DvktProtectedMemYCbCrConversionTests.cpp1441 …de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypeName, "YCbC… in createYCbCrConversionTests() local
1505 shaderGroup->addChild(colorModelGroup.release()); in createYCbCrConversionTests()
1508 formatGroup->addChild(shaderGroup.release()); in createYCbCrConversionTests()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1384 GroupScope shaderGroup(&json, "ShaderManager"); in SerializeContextToString() local
1395 GroupScope shaderGroup(&json, "ProgramManager"); in SerializeContextToString() local
1406 GroupScope shaderGroup(&json, "TextureManager"); in SerializeContextToString() local
1415 GroupScope shaderGroup(&json, "VertexArrayMap"); in SerializeContextToString() local
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1329 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local
1330 indexGroup->addChild(shaderGroup); in init()
1338shaderGroup->addChild(new SamplerIndexingCase(m_context, caseName.c_str(), "", shaderType, sampler… in init()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp232 deUint32& shaderGroup,
326 deUint32& shaderGroup, in calcShaderGroup()
336 shaderGroup = shaderGroupCounter; in calcShaderGroup()
DvktRayTracingMiscTests.cpp3829 const void* getShaderRecordData(const ShaderGroups& shaderGroup) const final in getShaderRecordData()
3831 …return (shaderGroup == ShaderGroups::HIT_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).d… in getShaderRecordData()
3832 … : (shaderGroup == ShaderGroups::MISS_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).data() in getShaderRecordData()
3836 deUint32 getShaderRecordSize(const ShaderGroups& shaderGroup) const final in getShaderRecordSize()
3840 return ((shaderGroup == ShaderGroups::HIT_GROUP) || in getShaderRecordSize()
3841 (shaderGroup == ShaderGroups::MISS_GROUP)) ? m_shaderRecordSize in getShaderRecordSize()
4312 const auto shaderGroup = ( (currentShaderStage == VK_SHADER_STAGE_ANY_HIT_BIT_KHR) || in verifyResultBuffer() local
4324 const auto& expectedDataVec = currentItem.shaderGroupToRecordDataMap.at (shaderGroup); in verifyResultBuffer()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1619 …MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderGroupName.c_str(), "… in addClippingTests() local
1631shaderGroup.get(), caseName, caseGroups[groupNdx].description, initPrograms, testClipDistance, in addClippingTests()
1634 mainGroup->addChild(shaderGroup.release()); in addClippingTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp2017 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local
2018 indexGroup->addChild(shaderGroup); in init()
2032shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, sampler… 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()
/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()