Home
last modified time | relevance | path

Searched refs:abuseGroup (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp5325 …de::MovePtr<tcu::TestCaseGroup> abuseGroup (new tcu::TestCaseGroup(testCtx, "abuse", "OpName abus… in createOpNameGroup() local
5404abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "main_has_multiple_names", "multiple_nam… in createOpNameGroup()
5430abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named", "everything_named", … in createOpNameGroup()
5456abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named_the_same", "everything… in createOpNameGroup()
5473abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (std::string("main") + abuseCases[ndx].n… in createOpNameGroup()
5490abuseGroup->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
5622abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "u3str_x_has_multiple_names", "multiple_… in createOpMemberNameGroup()
5640abuseGroup->addChild(new SpvAsmComputeShaderCase(testCtx, "everything_named_the_same", "everything… in createOpMemberNameGroup()
[all …]