Searched refs:OPCODE_RCP (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_instruction.h | 157 OPCODE_RCP, /* X X X X X */ enumerator
|
H A D | prog_instruction.c | 138 { OPCODE_RCP, "RCP", 1, 1 },
|
H A D | prog_to_nir.c | 656 [OPCODE_RCP] = 0, 699 case OPCODE_RCP: in ptn_emit_instruction()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 989 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation() 997 emit_op1(p, OPCODE_RCP, dist, 0, dist); in calculate_light_attenuation() 1003 emit_op1(p, OPCODE_RCP, att, 0, dist); in calculate_light_attenuation() 1399 emit_op1(p, OPCODE_RCP, fog, WRITEMASK_X, tmp); in build_fog()
|
Completed in 6 milliseconds