Searched refs:_bfc1 (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 1075 _bfc1 = make_temp(p, get_identity_param(p)); in build_lighting() 1077 _bfc1 = _bfc0; in build_lighting() 1099 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting() 1251 res1 = _bfc1; in build_lighting() 1278 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _bfc1); in build_lighting()
|