Searched refs:abuseGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5325 …de::MovePtr<tcu::TestCaseGroup> abuseGroup (new tcu::TestCaseGroup(testCtx, "abuse", "OpName abus… in createOpNameGroup() local 5404 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "main_has_multiple_names", "multiple_nam… in createOpNameGroup() 5430 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named", "everything_named", … in createOpNameGroup() 5456 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named_the_same", "everything… in createOpNameGroup() 5473 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (std::string("main") + abuseCases[ndx].n… in createOpNameGroup() 5490 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (std::string("x") + abuseCases[ndx].name… in createOpNameGroup() 5541 group->addChild(abuseGroup.release()); in createOpNameGroup() 5549 …de::MovePtr<tcu::TestCaseGroup> abuseGroup(new tcu::TestCaseGroup(testCtx, "abuse", "OpMemberName … in createOpMemberNameGroup() local 5622 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "u3str_x_has_multiple_names", "multiple_… in createOpMemberNameGroup() 5640 …abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named_the_same", "everything… in createOpMemberNameGroup() [all …]
|