Searched defs:_col0 (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
1066 _col0 = make_temp(p, get_scenecolor(p, 0));
1070 _col1 = _col0;
1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0);
1201 res0 = _col0;
1208 res0 = _col0;
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1221 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1041 struct ureg _col0 = undef, _col1 = undef; local
1066 _col0 = make_temp(p, get_scenecolor(p, 0));
1070 _col1 = _col0;
1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0);
1201 res0 = _col0;
1208 res0 = _col0;
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1221 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
[all...]

Completed in 118 milliseconds