Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_EX2 (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c128 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c404 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_pow()
494 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_lit()
602 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp()
626 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp()
737 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_log()
Dtgsi_exec.c5096 case TGSI_OPCODE_EX2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h373 TGSI_OPCODE_EX2 = 28, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c59 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c309 TGSI_OPCODE_EX2, floor_x); in exp_emit()
317 TGSI_OPCODE_EX2, emit_data->args[0] /* src0.x */); in exp_emit()
456 ex2_flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_EX2, in log_emit()
1178 bld_base->op_actions[TGSI_OPCODE_EX2].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
2543 bld_base->op_actions[TGSI_OPCODE_EX2].emit = ex2_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c573 case TGSI_OPCODE_EX2: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c95 [TGSI_OPCODE_EX2] = {false, false, 0, 1, 1},
Di915_fpc_translate.c498 case TGSI_OPCODE_EX2: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1812 [TGSI_OPCODE_EX2] = nir_op_fexp2,
2005 case TGSI_OPCODE_EX2: in ttn_emit_instruction()
Dnir_to_tgsi.c1055 ntt_emit_scalar(c, TGSI_OPCODE_EX2, dst, src[0], src[1]); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c595 case TGSI_OPCODE_EX2: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c597 case TGSI_OPCODE_EX2: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp298 case TGSI_OPCODE_EX2: in srcMask()
3283 case TGSI_OPCODE_EX2: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2849 case TGSI_OPCODE_EX2: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9393 case TGSI_OPCODE_EX2: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11785 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate},
11983 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate},
12210 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, cayman_emit_float_instr},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1586 emit_scalar(ir, TGSI_OPCODE_EX2, result_dst, op[0]); in visit_expression()