Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c223 case TGSI_OPCODE_U64SHR: in tgsi_opcode_infer_type()
Dtgsi_exec.c6007 case TGSI_OPCODE_U64SHR: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h602 #define TGSI_OPCODE_U64SHR 243 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c852 bld_base->op_actions[TGSI_OPCODE_U64SHR].emit = emit_ushr; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp672 case TGSI_OPCODE_U64SHR: in inferSrcType()
4094 case TGSI_OPCODE_U64SHR: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2509 bld_base->op_actions[TGSI_OPCODE_U64SHR].emit = u64shr_emit_cpu; in lp_set_default_actions_cpu()