Lines Matching refs:OpVariable
59 // first instruction is an OpVariable instruction. When applied, the OpVariable
70 return first_instruction->opcode() == spv::Op::OpVariable;
75 // Duplicate the first OpVariable instruction.
78 assert(first_instruction->opcode() == spv::Op::OpVariable &&
79 "Expected first instruction to be OpVariable");
108 if (first_instruction->opcode() == spv::Op::OpVariable) {
152 %18 = OpVariable %17 Uniform
158 %27 = OpVariable %26 Uniform
164 %60 = OpVariable %59 Output
275 %18 = OpVariable %17 Uniform
281 %27 = OpVariable %26 Uniform
288 %60 = OpVariable %59 Output
367 %18 = OpVariable %17 Uniform
373 %27 = OpVariable %26 Uniform
379 %60 = OpVariable %59 Output
465 // Each "reduction" step will duplicate the first OpVariable instruction in
512 %4 = OpVariable %16 Uniform
513 %3 = OpVariable %17 Output
517 %23 = OpVariable %21 Function