Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DADD (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c192 case TGSI_OPCODE_DADD: in tgsi_opcode_infer_type()
Dtgsi_exec.c5813 case TGSI_OPCODE_DADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h557 TGSI_OPCODE_DADD = 199 /* SM5 */, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c926 TGSI_OPCODE_DADD, tmp, emit_data->args[2]); in dmad_emit()
1209 bld_base->op_actions[TGSI_OPCODE_DADD].emit = add_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c927 case TGSI_OPCODE_DADD: in translate_opcode()
8599 case TGSI_OPCODE_DADD: in opcode_has_dbl_dst()
8624 case TGSI_OPCODE_DADD: in opcode_has_dbl_src()
8669 case TGSI_OPCODE_DADD: in check_double_dst_writemask()
9338 case TGSI_OPCODE_DADD: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp583 case TGSI_OPCODE_DADD: in inferSrcType()
4102 case TGSI_OPCODE_DADD: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c938 [nir_op_fadd] = { TGSI_OPCODE_ADD, TGSI_OPCODE_DADD }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12153 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},
12380 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},