Searched refs:TGSI_OPCODE_EX2 (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 128 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 404 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()
|
D | tgsi_exec.c | 5096 case TGSI_OPCODE_EX2: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 373 TGSI_OPCODE_EX2 = 28, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 59 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 309 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()
|
D | lp_bld_tgsi_aos.c | 573 case TGSI_OPCODE_EX2: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 95 [TGSI_OPCODE_EX2] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 498 case TGSI_OPCODE_EX2: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1812 [TGSI_OPCODE_EX2] = nir_op_fexp2, 2005 case TGSI_OPCODE_EX2: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1055 ntt_emit_scalar(c, TGSI_OPCODE_EX2, dst, src[0], src[1]); in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 595 case TGSI_OPCODE_EX2: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 597 case TGSI_OPCODE_EX2: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 298 case TGSI_OPCODE_EX2: in srcMask() 3283 case TGSI_OPCODE_EX2: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2849 case TGSI_OPCODE_EX2: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 9393 case TGSI_OPCODE_EX2: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11785 [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/ |
D | st_glsl_to_tgsi.cpp | 1586 emit_scalar(ir, TGSI_OPCODE_EX2, result_dst, op[0]); in visit_expression()
|