Searched refs:_bfc0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1031 struct ureg _bfc0 = undef, _bfc1 = undef; in build_lighting() local 1073 _bfc0 = make_temp(p, get_scenecolor(p, 1)); in build_lighting() 1077 _bfc1 = _bfc0; in build_lighting() 1094 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting() 1245 res0 = _bfc0; in build_lighting() 1250 res0 = _bfc0; in build_lighting() 1266 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); in build_lighting() 1270 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/ in build_lighting() 1274 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); in build_lighting() 1277 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
|