/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 194 case TGSI_OPCODE_MAD: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 297 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_xpd() 414 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_lrp() 426 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_lrp() 973 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp() 988 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp() 1012 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp()
|
D | tgsi_info.c | 56 { 1, 3, 0, 0, 0, 0, 0, COMP, "MAD", TGSI_OPCODE_MAD },
|
D | tgsi_point_sprite.c | 354 inst.Instruction.Opcode = TGSI_OPCODE_MAD; in psprite_emit_vertex_inst()
|
D | tgsi_exec.c | 5217 case TGSI_OPCODE_MAD: in exec_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 72 {TGSI_OPCODE_MAD, "MAD", 3}, 108 ureg_insn(t->ureg, TGSI_OPCODE_MAD, &tmp[0], 1, imm, 3); in apply_swizzle() 718 inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_instr()
|
D | st_cb_drawpixels_shader.c | 150 tgsi_transform_op3_inst(tctx, TGSI_OPCODE_MAD, in transform_instr()
|
D | st_mesa_to_tgsi.c | 463 return TGSI_OPCODE_MAD; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1441 emit_asm(ir, TGSI_OPCODE_MAD, result_dst, a, b, c); in try_emit_mad() 1481 emit_asm(ir, TGSI_OPCODE_MAD, st_dst_reg(this->result), a, b, a); in try_emit_mad_for_and_not() 2210 emit_asm(ir, TGSI_OPCODE_MAD, result_dst, op[0], op[1], op[2]); in visit_expression()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 347 #define TGSI_OPCODE_MAD 16 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 52 case TGSI_OPCODE_MAD: return RC_OPCODE_MAD; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 52 [TGSI_OPCODE_MAD] = { GEN6_OPCODE_MAC, 1, 3 }, 774 [TGSI_OPCODE_MAD] = aos_simple, 1315 [TGSI_OPCODE_MAD] = soa_per_channel,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 100 [ TGSI_OPCODE_MAD ] = { false, false, 0, 1, 3 },
|
D | i915_fpc_translate.c | 749 case TGSI_OPCODE_MAD: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 585 case TGSI_OPCODE_MAD: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1337 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit; in lp_set_default_actions() 2583 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 1061 case TGSI_OPCODE_MAD: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 806 bld_base->op_actions[TGSI_OPCODE_MAD].emit; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 622 case TGSI_OPCODE_MAD: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 655 case TGSI_OPCODE_MAD: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1537 [TGSI_OPCODE_MAD] = nir_op_ffma,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 517 case TGSI_OPCODE_MAD: in translate_opcode() 5681 case TGSI_OPCODE_MAD: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 51 case TGSI_OPCODE_MAD: return SVGA3DOP_MAD; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9078 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD, tgsi_op3}, 9276 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD, tgsi_op3}, 9499 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD, tgsi_op3},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3038 case TGSI_OPCODE_MAD: in handleInstruction()
|