/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 253 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 527 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_pow() 608 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_lit() 716 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 740 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 851 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_log()
|
D | tgsi_info.c | 68 { 1, 1, 0, 0, 0, 0, 0, REPL, "EX2", TGSI_OPCODE_EX2 },
|
D | tgsi_exec.c | 5249 case TGSI_OPCODE_EX2: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 359 #define TGSI_OPCODE_EX2 28 macro
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 57 [TGSI_OPCODE_EX2] = { TOY_OPCODE_EXP, 1, 1 }, 168 case TGSI_OPCODE_EX2: in aos_simple() 782 [TGSI_OPCODE_EX2] = aos_simple, 988 case TGSI_OPCODE_EX2: in soa_scalar_replicate() 1323 [TGSI_OPCODE_EX2] = soa_scalar_replicate,
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 59 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 368 TGSI_OPCODE_EX2, floor_x); in exp_emit() 376 TGSI_OPCODE_EX2, emit_data->args[0] /* src0.x */); in exp_emit() 515 ex2_flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_EX2, in log_emit() 1322 bld_base->op_actions[TGSI_OPCODE_EX2].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions() 2560 bld_base->op_actions[TGSI_OPCODE_EX2].emit = ex2_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 630 case TGSI_OPCODE_EX2: in lp_emit_instruction_aos()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 745 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr() 782 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr()
|
D | st_mesa_to_tgsi.c | 445 return TGSI_OPCODE_EX2; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1625 emit_scalar(ir, TGSI_OPCODE_EX2, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 800 bld_base->op_actions[TGSI_OPCODE_EX2].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu() 801 bld_base->op_actions[TGSI_OPCODE_EX2].intr_name = in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 91 [ TGSI_OPCODE_EX2 ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 639 case TGSI_OPCODE_EX2: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1545 [TGSI_OPCODE_EX2] = nir_op_fexp2, 1726 case TGSI_OPCODE_EX2: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 1076 case TGSI_OPCODE_EX2: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 596 case TGSI_OPCODE_EX2: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 601 case TGSI_OPCODE_EX2: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 285 case TGSI_OPCODE_EX2: in srcMask() 3091 case TGSI_OPCODE_EX2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2971 case TGSI_OPCODE_EX2: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 5735 case TGSI_OPCODE_EX2: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9089 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 9287 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 9510 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, cayman_emit_float_instr},
|