Home
last modified time | relevance | path

Searched refs:OPCODE_EX2 (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h137 OPCODE_EX2, /* X X 2 X X */ enumerator
Dprog_instruction.c118 { OPCODE_EX2, "EX2", 1, 1 },
Dprog_optimize.c86 case OPCODE_EX2: in get_src_arg_mask()
685 case OPCODE_EX2: in _mesa_merge_mov_into_inst()
Dprog_to_nir.c640 [OPCODE_EX2] = 0,
701 case OPCODE_EX2: in ptn_emit_instruction()
Dprogramopt.c366 inst->Opcode = OPCODE_EX2; in _mesa_append_fog_code()
Dprog_execute.c611 case OPCODE_EX2: /* Exponential base 2 */ in _mesa_execute_program()
Dir_to_mesa.cpp1002 emit_scalar(ir, OPCODE_EX2, result_dst, op[0]); in visit()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c571 case OPCODE_EX2: in upload_program()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c317 case OPCODE_EX2: return R200_VPI_OUT_OP_EX2; in t_opcode()