Searched refs:TGSI_OPCODE_I64SHR (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 284 { 1, 2, 0, 0, 0, 0, 0, COMP, "I64SHR", TGSI_OPCODE_I64SHR }, 457 case TGSI_OPCODE_I64SHR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6168 case TGSI_OPCODE_I64SHR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 597 #define TGSI_OPCODE_I64SHR 242 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 902 bld_base->op_actions[TGSI_OPCODE_I64SHR].emit = emit_ishr; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2653 bld_base->op_actions[TGSI_OPCODE_I64SHR].emit = i64shr_emit_cpu; in lp_set_default_actions_cpu()
|