Searched refs:TGSI_OPCODE_I64NEG (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 280 { 1, 1, 0, 0, 0, 0, 0, COMP, "I64NEG", TGSI_OPCODE_I64NEG }, 456 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6121 case TGSI_OPCODE_I64NEG: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 592 #define TGSI_OPCODE_I64NEG 238 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 890 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = emit_ineg; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2632 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu; in lp_set_default_actions_cpu()
|