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/
H A Dtgsi_info.c169 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
H A Dtgsi_exec.c5515 case TGSI_OPCODE_ISHR: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h470 TGSI_OPCODE_ISHR = 125, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c793 case TGSI_OPCODE_ISHR: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1571 /* TGSI_OPCODE_ISHR (CPU Only) */
2558 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = ishr_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
H A 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/
H A DShaderTGSI.c108 {D3D10_SB_OPCODE_ISHR, OF_INT, TGSI_OPCODE_ISHR},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1899 [TGSI_OPCODE_ISHR] = nir_op_ishr,
H A Dnir_to_tgsi.c1432 [nir_op_ishr] = { TGSI_OPCODE_ISHR, TGSI_OPCODE_I64SHR }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2954 case TGSI_OPCODE_ISHR: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c950 case TGSI_OPCODE_ISHR: in translate_opcode()
10922 case TGSI_OPCODE_ISHR: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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},

Completed in 62 milliseconds