Searched refs:TGSI_OPCODE_MAD (Results 1 - 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.c | 291 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 D | tgsi_point_sprite.c | 374 inst.Instruction.Opcode = TGSI_OPCODE_MAD; in psprite_emit_vertex_inst()
|
H A D | tgsi_exec.c | 4993 case TGSI_OPCODE_MAD: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 362 TGSI_OPCODE_MAD = 16, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 54 case TGSI_OPCODE_MAD: return RC_OPCODE_MAD; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 104 [TGSI_OPCODE_MAD] = {false, false, 0, 1, 3},
|
H A D | i915_fpc_translate.c | 649 case TGSI_OPCODE_MAD: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 540 case TGSI_OPCODE_MAD: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 569 /* 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 D | nvfx_vertprog.c | 621 case TGSI_OPCODE_MAD: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 651 case TGSI_OPCODE_MAD: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 116 {D3D10_SB_OPCODE_MAD, OF_FLOAT, TGSI_OPCODE_MAD},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1808 [TGSI_OPCODE_MAD] = nir_op_ffma,
|
H A D | nir_to_tgsi.c | 1449 [nir_op_ffma] = { TGSI_OPCODE_MAD, TGSI_OPCODE_DMAD }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 50 case TGSI_OPCODE_MAD: return SVGA3DOP_MAD; in translate_opcode()
|
H A D | svga_tgsi_vgpu10.c | 870 case TGSI_OPCODE_MAD: in translate_opcode() 10924 case TGSI_OPCODE_MAD: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11802 [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 D | nv50_ir_from_tgsi.cpp | 3232 case TGSI_OPCODE_MAD: in handleInstruction()
|
Completed in 79 milliseconds