Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3451 int currId = 0; in generateOpPhiCase5() local
3463 currId = iter; in generateOpPhiCase5()
3464 idStack.push(currId); in generateOpPhiCase5()
3465 res << "\tOpSelectionMerge %m" << currId << " None\n"; in generateOpPhiCase5()
3466 res << "\tOpBranchConditional %b" << depth << " %t" << currId << " %f" << currId << "\n"; in generateOpPhiCase5()
3467 res << "%t" << currId << " = OpLabel\n"; in generateOpPhiCase5()
3468 res << "%rt" << currId << " = OpFAdd %f32 " << value.top() << " %f32_1\n"; in generateOpPhiCase5()
3470 tag << "%rt" << currId; in generateOpPhiCase5()
3472 tag << " %t" << currId; in generateOpPhiCase5()
3481 res << "\tOpBranch %m" << currId << "\n"; in generateOpPhiCase5()
[all …]