/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 183 class BlockSingleNestedStructArrayCase : public UniformBlockCase class 186 …BlockSingleNestedStructArrayCase (tcu::TestContext& testCtx, const std::string& name, const std::s… in BlockSingleNestedStructArrayCase() function in vkt::ubo::__anon0b1e62e70111::BlockSingleNestedStructArrayCase 781 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_vertex", "", b… in init() 782 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_fragment", "",… in init() 783 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_both", "", ba… in init() 784 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_vertex_comp_acces… in init() 785 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_fragment_comp_acc… in init() 786 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName + "_both_comp_access"… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 192 class BlockSingleNestedStructArrayCase : public UniformBlockCase class 195 …BlockSingleNestedStructArrayCase (Context& context, const char* name, const char* description, deU… in BlockSingleNestedStructArrayCase() function in deqp::gles3::Functional::BlockSingleNestedStructArrayCase 596 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_context, (baseName + "_vertex").c_str()… in init() 597 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_context, (baseName + "_fragment").c_str… in init() 600 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_context, (baseName + "_both").c_str(), … in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 442 class BlockSingleNestedStructArrayCase : public UniformBlockCase class 445 BlockSingleNestedStructArrayCase(Context& context, const char* name, const char* description, in BlockSingleNestedStructArrayCase() function in deqp::BlockSingleNestedStructArrayCase 1114 singleNestedStructArrayGroup->addChild(new BlockSingleNestedStructArrayCase( in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 552 class BlockSingleNestedStructArrayCase : public SSBOLayoutCase class 555 …BlockSingleNestedStructArrayCase (tcu::TestContext& testCtx, const char* name, const char* descrip… in BlockSingleNestedStructArrayCase() function in vkt::ssbo::__anon4eaddb020111::BlockSingleNestedStructArrayCase 1482 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, baseName.c_str(), "", bas… in init() 1483 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_testCtx, (baseName + "_comp_access").c_… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 459 class BlockSingleNestedStructArrayCase : public SSBOLayoutCase class 462 …BlockSingleNestedStructArrayCase (Context& context, const char* name, const char* description, deU… in BlockSingleNestedStructArrayCase() function in deqp::gles31::Functional::__anon244fde4d0111::BlockSingleNestedStructArrayCase 1118 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_context, baseName.c_str(), "", baseFlag… in init()
|