/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 253 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 68 { 1, 1, 0, 0, 0, 0, REPL, "EX2", TGSI_OPCODE_EX2 },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 403 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_pow() 493 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_lit() 601 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 625 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_exp() 736 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_log()
|
D | tgsi_util.c | 189 case TGSI_OPCODE_EX2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5120 case TGSI_OPCODE_EX2: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 359 #define TGSI_OPCODE_EX2 28 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 370 #define TGSI_OPCODE_EX2 28 macro
|
/external/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() 2415 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()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 57 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 740 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr() 777 inst.Instruction.Opcode = TGSI_OPCODE_EX2; in transform_instr()
|
D | st_mesa_to_tgsi.c | 458 return TGSI_OPCODE_EX2; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1433 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 | 754 bld_base->op_actions[TGSI_OPCODE_EX2].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu() 755 bld_base->op_actions[TGSI_OPCODE_EX2].intr_name = "llvm.exp2.f32"; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 90 [ TGSI_OPCODE_EX2 ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 612 case TGSI_OPCODE_EX2: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1496 [TGSI_OPCODE_EX2] = nir_op_fexp2, 1665 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 | 594 case TGSI_OPCODE_EX2: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 597 case TGSI_OPCODE_EX2: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 300 case TGSI_OPCODE_EX2: in srcMask() 3307 case TGSI_OPCODE_EX2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2851 case TGSI_OPCODE_EX2: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 5526 case TGSI_OPCODE_EX2: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10278 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 10476 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, tgsi_trans_srcx_replicate}, 10698 [TGSI_OPCODE_EX2] = { ALU_OP1_EXP_IEEE, cayman_emit_float_instr},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3407 case TGSI_OPCODE_EX2: in iter_instruction()
|