Searched refs:TGSI_OPCODE_DADD (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 241 { 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/ |
D | tgsi_info.c | 192 case TGSI_OPCODE_DADD: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6061 case TGSI_OPCODE_DADD: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 563 TGSI_OPCODE_DADD = 199 /* SM5 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 545 #define TGSI_OPCODE_DADD 199 /* SM5 */ macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 926 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/ |
D | svga_tgsi_vgpu10.c | 927 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/ |
D | nv50_ir_from_tgsi.cpp | 583 case TGSI_OPCODE_DADD: in inferSrcType() 4041 case TGSI_OPCODE_DADD: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 636 [nir_op_fadd] = { TGSI_OPCODE_ADD, TGSI_OPCODE_DADD }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12069 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64}, 12295 [TGSI_OPCODE_DADD] = { ALU_OP2_ADD_64, tgsi_op2_64},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4997 case TGSI_OPCODE_DADD: in iter_instruction()
|