Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp76 class BlockSingleStructCase : public UniformBlockCase class
79BlockSingleStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string& desc… in BlockSingleStructCase() function in vkt::ubo::__anon0b1e62e70111::BlockSingleStructCase
634 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_vertex", "", baseFlags|D… in init()
635 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_fragment", "", baseFlags|… in init()
636 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_both", "", baseFlags|DEC… in init()
637 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_vertex_comp_access", "", ba… in init()
638 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_fragment_comp_access", "", b… in init()
639 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, baseName + "_both_comp_access", "", base… in init()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp84 class BlockSingleStructCase : public UniformBlockCase class
87BlockSingleStructCase (Context& context, const char* name, const char* description, deUint32 layou… in BlockSingleStructCase() function in deqp::gles3::Functional::BlockSingleStructCase
497 …modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_vertex").c_str(), "", baseF… in init()
498 …modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_fragment").c_str(), "", bas… in init()
501 …modeGroup->addChild(new BlockSingleStructCase(m_context, (baseName + "_both").c_str(), "", baseFl… in init()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp329 class BlockSingleStructCase : public UniformBlockCase class
332BlockSingleStructCase(Context& context, const char* name, const char* description, glu::GLSLVersio… in BlockSingleStructCase() function in deqp::BlockSingleStructCase
838 singleStructGroup->addChild(new BlockSingleStructCase( in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp362 class BlockSingleStructCase : public SSBOLayoutCase class
365BlockSingleStructCase (tcu::TestContext& testCtx, const char* name, const char* description, deUin… in BlockSingleStructCase() function in vkt::ssbo::__anon4eaddb020111::BlockSingleStructCase
1299 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, caseName.c_str(), "", caseFlags, bu… in init()
1300 …modeGroup->addChild(new BlockSingleStructCase(m_testCtx, (caseName + "_comp_access").c_str(), "", … in init()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp351 class BlockSingleStructCase : public SSBOLayoutCase class
354BlockSingleStructCase (Context& context, const char* name, const char* description, deUint32 layou… in BlockSingleStructCase() function in deqp::gles31::Functional::__anon244fde4d0111::BlockSingleStructCase
1031 …modeGroup->addChild(new BlockSingleStructCase(m_context, caseName.c_str(), "", caseFlags, bufferMo… in init()