Lines Matching refs:op0
135 let op0 = inst.operand(0); variable
136 assert.equal(op0.name(), "GLSL");
137 assert.equal(op0.type(), "ValueEnum");
138 assert.equal(op0.value(), 2);
156 let op0 = inst.operand(0);
157 assert.equal(op0.name(), "GLSL");
158 assert.equal(op0.type(), "ValueEnum");
159 assert.equal(op0.value(), 2);
307 let op0 = inst.operand(0);
308 assert.equal(op0.name(), "int");
309 assert.equal(op0.value(), 1);