Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MAD (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c291 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_lrp()
303 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_lrp()
846 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp()
860 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp()
873 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD; in transform_dotp()
H A Dtgsi_point_sprite.c374 inst.Instruction.Opcode = TGSI_OPCODE_MAD; in psprite_emit_vertex_inst()
H A Dtgsi_exec.c4993 case TGSI_OPCODE_MAD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h362 TGSI_OPCODE_MAD = 16, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c54 case TGSI_OPCODE_MAD: return RC_OPCODE_MAD; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c104 [TGSI_OPCODE_MAD] = {false, false, 0, 1, 3},
H A Di915_fpc_translate.c649 case TGSI_OPCODE_MAD: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c540 case TGSI_OPCODE_MAD: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c569 /* TGSI_OPCODE_MAD */
1192 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit; in lp_set_default_actions()
1645 /* TGSI_OPCODE_MAD (CPU Only) */
2566 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c621 case TGSI_OPCODE_MAD: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c651 case TGSI_OPCODE_MAD: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c116 {D3D10_SB_OPCODE_MAD, OF_FLOAT, TGSI_OPCODE_MAD},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1808 [TGSI_OPCODE_MAD] = nir_op_ffma,
H A Dnir_to_tgsi.c1449 [nir_op_ffma] = { TGSI_OPCODE_MAD, TGSI_OPCODE_DMAD }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c50 case TGSI_OPCODE_MAD: return SVGA3DOP_MAD; in translate_opcode()
H A Dsvga_tgsi_vgpu10.c870 case TGSI_OPCODE_MAD: in translate_opcode()
10924 case TGSI_OPCODE_MAD: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11802 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD_IEEE, tgsi_op3},
12000 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD_IEEE, tgsi_op3},
12227 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD_IEEE, tgsi_op3},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3232 case TGSI_OPCODE_MAD: in handleInstruction()

Completed in 79 milliseconds