Searched refs:inv_m (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 1357 struct ureg inv_m = get_temp(p); local in function:build_sphere_texgen 1381 emit_op2(p, OPCODE_MUL, inv_m, 0, tmp, half); 1383 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); 1387 release_temp(p, inv_m);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 1432 struct ureg inv_m = get_temp(p); local in function:build_sphere_texgen 1456 emit_op2(p, OPCODE_MUL, inv_m, 0, tmp, half); 1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); 1462 release_temp(p, inv_m);
|
Completed in 6 milliseconds