Home
last modified time | relevance | path

Searched refs:Block2LevelStructArrayCase (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp86 class Block2LevelStructArrayCase : public UniformBlockCase class
89Block2LevelStructArrayCase (Context& context, const char* name, const char* description, deUint32 … in Block2LevelStructArrayCase() function in deqp::gles31::Functional::__anoncd69fd0f0111::Block2LevelStructArrayCase
281 …modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_vertex").c_str(), "", … in init()
282 …modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_fragment").c_str(), ""… in init()
285 …modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_both").c_str(), "", ba… in init()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp273 class Block2LevelStructArrayCase : public UniformBlockCase class
276Block2LevelStructArrayCase (tcu::TestContext& testCtx, const std::string& name, const std::string&… in Block2LevelStructArrayCase() function in vkt::ubo::__anon1db6c0130111::Block2LevelStructArrayCase
549 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), "", baseF… in init()
550 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment"), "", bas… in init()
551 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both"), "", baseFl… in init()
552 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex_comp_access"), … in init()
553 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_fragment_comp_access")… in init()
554 …modeGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_both_comp_access"), "… in init()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp349 class Block2LevelStructArrayCase : public InterfaceBlockCase class
352 Block2LevelStructArrayCase (tcu::TestContext& testCtx, in Block2LevelStructArrayCase() function in vkt::TransformFeedback::__anon424e08100111::Block2LevelStructArrayCase
515 …structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_vertex"), … in init()
516 …structArrayArrayGroup->addChild(new Block2LevelStructArrayCase(m_testCtx, (baseName + "_geometry")… in init()