Home
last modified time | relevance | path

Searched refs:BlockMultiNestedStructCase (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp246 class BlockMultiNestedStructCase : public UniformBlockCase class
249BlockMultiNestedStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string&… in BlockMultiNestedStructCase() function in vkt::ubo::__anoneec377b00111::BlockMultiNestedStructCase
876 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex", "", baseF… in init()
877 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment", "", base… in init()
878 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both", "", baseFla… in init()
879 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_mixed", "", baseFl… in init()
880 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex_comp_access", … in init()
881 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment_comp_access", … in init()
882 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both_comp_access", ""… in init()
883 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_mixed_comp_access", "… in init()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp273 class BlockMultiNestedStructCase : public UniformBlockCase class
276BlockMultiNestedStructCase (Context& context, const char* name, const char* description, deUint32 … in BlockMultiNestedStructCase() function in deqp::gles3::Functional::BlockMultiNestedStructCase
689 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, (baseName + "_vertex").c_str(), "", … in init()
690 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, (baseName + "_fragment").c_str(), ""… in init()
693 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, (baseName + "_both").c_str(), "", b… in init()
695 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, (baseName + "_mixed").c_str(), "", b… in init()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp526 class BlockMultiNestedStructCase : public UniformBlockCase class
529 BlockMultiNestedStructCase(Context& context, const char* name, const char* description, in BlockMultiNestedStructCase() function in deqp::BlockMultiNestedStructCase
1214 modeGroup->addChild(new BlockMultiNestedStructCase( in init()
1219 modeGroup->addChild(new BlockMultiNestedStructCase( in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp760 class BlockMultiNestedStructCase : public SSBOLayoutCase class
763BlockMultiNestedStructCase (tcu::TestContext& testCtx, const char* name, const char* description, … in BlockMultiNestedStructCase() function in vkt::ssbo::__anonc22efaab0111::BlockMultiNestedStructCase
1674 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName.c_str(), "", baseFlags… in init()
1675 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, (baseName + "_comp_access").c_str(),… in init()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp677 class BlockMultiNestedStructCase : public SSBOLayoutCase class
680BlockMultiNestedStructCase (Context& context, const char* name, const char* description, deUint32 … in BlockMultiNestedStructCase() function in deqp::gles31::Functional::__anon1694bd960111::BlockMultiNestedStructCase
1288 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bas… in init()