Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c241 { 1, 2, 0, 0, 0, 0, 0, COMP, "DADD", TGSI_OPCODE_DADD },
415 case TGSI_OPCODE_DADD: in tgsi_opcode_infer_type()
Dtgsi_exec.c6004 case TGSI_OPCODE_DADD: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h549 #define TGSI_OPCODE_DADD 199 /* SM5 */ macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1065 TGSI_OPCODE_DADD, tmp, emit_data->args[2]); in dmad_emit()
1354 bld_base->op_actions[TGSI_OPCODE_DADD].emit = add_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp613 case TGSI_OPCODE_DADD: in inferSrcType()
3792 case TGSI_OPCODE_DADD: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9458 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},
9681 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},