Searched defs:_col1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c1041 struct ureg _col0 = undef, _col1 = undef; local
1068 _col1 = make_temp(p, get_identity_param(p));
1070 _col1 = _col0;
1100 emit_op1(p, OPCODE_MOV, res1, 0, _col1);
1209 res1 = _col1;
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1041 struct ureg _col0 = undef, _col1 = undef; local
1068 _col1 = make_temp(p, get_identity_param(p));
1070 _col1 = _col0;
1100 emit_op1(p, OPCODE_MOV, res1, 0, _col1);
1209 res1 = _col1;
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);

Completed in 57 milliseconds