Home
last modified time | relevance | path

Searched refs:OPCODE_LRP (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h188 OPCODE_LRP, /* X X */ enumerator
Dprog_instruction.c196 { OPCODE_LRP, "LRP", 3, 1 },
Dprogramopt.c381 inst->Opcode = OPCODE_LRP; in _mesa_append_fog_code()
Dprog_optimize.c80 case OPCODE_LRP: in get_src_arg_mask()
Dnvfragparse.c101 { "LRP", OPCODE_LRP, INPUT_3V, OUTPUT_V, _R | _H | _X | _C | _S },
Dprog_execute.c1094 case OPCODE_LRP: in _mesa_execute_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass1.c191 case OPCODE_LRP: in brw_wm_pass1()
Dbrw_wm_emit.c83 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { in brw_wm_arg_can_be_immediate()
1780 case OPCODE_LRP: in brw_wm_emit()
Dbrw_vs_emit.c69 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { in brw_vs_arg_can_be_immediate()
1981 case OPCODE_LRP: in brw_old_vs_emit()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c602 case OPCODE_LRP: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c654 case OPCODE_LRP: in upload_program()