Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c241 { 1, 2, 0, 0, 0, 0, COMP, "DADD", TGSI_OPCODE_DADD },
426 case TGSI_OPCODE_DADD: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c192 case TGSI_OPCODE_DADD: in tgsi_opcode_infer_type()
Dtgsi_exec.c6061 case TGSI_OPCODE_DADD: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h563 TGSI_OPCODE_DADD = 199 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h545 #define TGSI_OPCODE_DADD 199 /* SM5 */ macro
/external/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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c927 case TGSI_OPCODE_DADD: in translate_opcode()
8544 case TGSI_OPCODE_DADD: in opcode_has_dbl_dst()
8569 case TGSI_OPCODE_DADD: in opcode_has_dbl_src()
8614 case TGSI_OPCODE_DADD: in check_double_dst_writemask()
9283 case TGSI_OPCODE_DADD: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp583 case TGSI_OPCODE_DADD: in inferSrcType()
4041 case TGSI_OPCODE_DADD: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c636 [nir_op_fadd] = { TGSI_OPCODE_ADD, TGSI_OPCODE_DADD }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12069 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},
12295 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},
/external/virglrenderer/src/
Dvrend_shader.c4997 case TGSI_OPCODE_DADD: in iter_instruction()