/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 219 class BlockMultiNestedStructCase : public UniformBlockCase class 222 …BlockMultiNestedStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string&… in BlockMultiNestedStructCase() function in vkt::ubo::__anon161981660111::BlockMultiNestedStructCase 817 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex", "", baseF… in init() 818 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment", "", base… in init() 819 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both", "", baseFla… in init() 820 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_mixed", "", baseFl… in init() 821 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_vertex_comp_access", … in init() 822 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_fragment_comp_access", … in init() 823 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_both_comp_access", ""… in init() 824 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName + "_mixed_comp_access", "… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 273 class BlockMultiNestedStructCase : public UniformBlockCase class 276 …BlockMultiNestedStructCase (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/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 662 class BlockMultiNestedStructCase : public SSBOLayoutCase class 665 …BlockMultiNestedStructCase (tcu::TestContext& testCtx, const char* name, const char* description, … in BlockMultiNestedStructCase() function in vkt::ssbo::__anon016fa5a10111::BlockMultiNestedStructCase 1332 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, baseName.c_str(), "", baseFlags… in init() 1333 …modeGroup->addChild(new BlockMultiNestedStructCase(m_testCtx, (baseName + "_comp_access").c_str(),… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 677 class BlockMultiNestedStructCase : public SSBOLayoutCase class 680 …BlockMultiNestedStructCase (Context& context, const char* name, const char* description, deUint32 … in BlockMultiNestedStructCase() function in deqp::gles31::Functional::__anone82e064c0111::BlockMultiNestedStructCase 1288 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bas… in init()
|