Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_USHR (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c145 case TGSI_OPCODE_USHR: in tgsi_opcode_infer_type()
Dtgsi_exec.c5575 case TGSI_OPCODE_USHR: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h483 TGSI_OPCODE_USHR = 138, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp538 case TGSI_OPCODE_USHR: in inferSrcType()
3220 case TGSI_OPCODE_USHR: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c151 {D3D10_SB_OPCODE_USHR, OF_UINT, TGSI_OPCODE_USHR},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2597 bld_base->op_actions[TGSI_OPCODE_USHR].emit = ushr_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1912 [TGSI_OPCODE_USHR] = nir_op_ushr,
Dnir_to_tgsi.c1433 [nir_op_ushr] = { TGSI_OPCODE_USHR, TGSI_OPCODE_U64SHR }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11923 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},
12120 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
12347 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c977 case TGSI_OPCODE_USHR: in translate_opcode()
10944 case TGSI_OPCODE_USHR: in emit_instruction()