Searched refs:_bfc0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 1026 struct ureg _bfc0 = undef, _bfc1 = undef; local in function:build_lighting 1068 _bfc0 = make_temp(p, get_scenecolor(p, 1)); 1072 _bfc1 = _bfc0; 1089 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); 1240 res0 = _bfc0; 1245 res0 = _bfc0; 1261 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); 1265 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 1034 struct ureg _bfc0 = undef, _bfc1 = undef; local in function:build_lighting 1076 _bfc0 = make_temp(p, get_scenecolor(p, 1)); 1080 _bfc1 = _bfc0; 1097 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); 1315 res0 = _bfc0; 1320 res0 = _bfc0; 1336 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); 1340 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/ [all...] |
Completed in 6 milliseconds