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.cpp223 class BlockMultiNestedStructCase : public UniformBlockCase class
226BlockMultiNestedStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string&… in BlockMultiNestedStructCase() function in vkt::ubo::__anon86b6b2240111::BlockMultiNestedStructCase
831 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex", "", baseF… in init()
832 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment", "", base… in init()
833 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both", "", baseFla… in init()
834 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_mixed", "", baseFl… in init()
835 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex_comp_access", … in init()
836 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment_comp_access", … in init()
837 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both_comp_access", ""… in init()
838 …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
1025 modeGroup->addChild(new BlockMultiNestedStructCase( in init()
1030 modeGroup->addChild(new BlockMultiNestedStructCase( in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp672 class BlockMultiNestedStructCase : public SSBOLayoutCase class
675BlockMultiNestedStructCase (tcu::TestContext& testCtx, const char* name, const char* description, … in BlockMultiNestedStructCase() function in vkt::ssbo::__anon4aaab69f0111::BlockMultiNestedStructCase
1581 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName.c_str(), "", baseFlags… in init()
1582 …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::__anoneab5aa0a0111::BlockMultiNestedStructCase
1288 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bas… in init()