Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ISHR (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c169 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
Dtgsi_exec.c5515 case TGSI_OPCODE_ISHR: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h470 TGSI_OPCODE_ISHR = 125, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c793 case TGSI_OPCODE_ISHR: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2558 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = ishr_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp566 case TGSI_OPCODE_ISHR: in inferSrcType()
3219 case TGSI_OPCODE_ISHR: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c108 {D3D10_SB_OPCODE_ISHR, OF_INT, TGSI_OPCODE_ISHR},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2954 case TGSI_OPCODE_ISHR: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c950 case TGSI_OPCODE_ISHR: in translate_opcode()
10922 case TGSI_OPCODE_ISHR: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1899 [TGSI_OPCODE_ISHR] = nir_op_ishr,
Dnir_to_tgsi.c1432 [nir_op_ishr] = { TGSI_OPCODE_ISHR, TGSI_OPCODE_I64SHR }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11910 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2_trans},
12107 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},
12334 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},