Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UMAD (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c171 { 1, 3, 0, 0, 0, 0, 0, COMP, "UMAD", TGSI_OPCODE_UMAD },
363 case TGSI_OPCODE_UMAD: in tgsi_opcode_infer_type()
Dtgsi_util.c235 case TGSI_OPCODE_UMAD: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5813 case TGSI_OPCODE_UMAD: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h466 #define TGSI_OPCODE_UMAD 131 macro
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c94 [TGSI_OPCODE_UMAD] = { GEN6_OPCODE_MAC, 1, 3 },
865 [TGSI_OPCODE_UMAD] = aos_simple,
1406 [TGSI_OPCODE_UMAD] = soa_per_channel,
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1646 [TGSI_OPCODE_UMAD] = 0,
1796 case TGSI_OPCODE_UMAD: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp563 case TGSI_OPCODE_UMAD: in inferSrcType()
3039 case TGSI_OPCODE_UMAD: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c613 case TGSI_OPCODE_UMAD: in translate_opcode()
5694 case TGSI_OPCODE_UMAD: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1346 bld_base->op_actions[TGSI_OPCODE_UMAD].emit = umad_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9192 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad},
9390 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad},
9613 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad},