Home
last modified time | relevance | path

Searched refs:OPCODE_RCP (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h157 OPCODE_RCP, /* X X X X X */ enumerator
H A Dprog_instruction.c138 { OPCODE_RCP, "RCP", 1, 1 },
H A Dprog_to_nir.c656 [OPCODE_RCP] = 0,
699 case OPCODE_RCP: in ptn_emit_instruction()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c989 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