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 | 6244 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6277 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderT… in addFormatTests() 6280 formatGroup->addChild(loadOpGroup.release()); in addFormatTests() 6289 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6467 loadOpGroup->addChild(storeOpGroup.release()); in addFormatTests() 6470 inputGroup->addChild(loadOpGroup.release()); in addFormatTests() 6493 …de::MovePtr<tcu::TestCaseGroup> loadOpGroup (new tcu::TestCaseGroup(testCtx, loadOps[loadOpNdx].st… in addFormatTests() local 6527 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), renderTypes[renderTypeNdx].str, renderT… in addFormatTests() 6563 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].st… in addFormatTests() 6597 …addFunctionCaseWithPrograms<TestConfig>(loadOpGroup.get(), testName, renderTypes[renderTypeNdx].st… in addFormatTests() [all …]
|