Searched refs:loadOpGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 988 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup(new tcu::TestCaseGroup(testCtx, (std::string("loadop")… in createRenderPassUnusedAttachmentTests() local 1013 loadOpGroup->addChild(storeOpGroup.release()); in createRenderPassUnusedAttachmentTests() 1015 unusedAttTests->addChild(loadOpGroup.release()); in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 6043 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6076 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderT… in addFormatTests() 6079 formatGroup->addChild(loadOpGroup.release()); in addFormatTests() 6088 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6266 loadOpGroup->addChild(storeOpGroup.release()); in addFormatTests() 6269 inputGroup->addChild(loadOpGroup.release()); in addFormatTests() 6292 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6326 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderT… in addFormatTests() 6362 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].st… in addFormatTests() 6396 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].st… in addFormatTests() [all …]
|