Searched refs:TGSI_OPCODE_SHL (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c130 case TGSI_OPCODE_SHL:
H A Dtgsi_exec.c5717 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c130 case TGSI_OPCODE_SHL:
H A Dtgsi_exec.c5430 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h429 TGSI_OPCODE_SHL = 87, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h431 TGSI_OPCODE_SHL = 87, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c787 case TGSI_OPCODE_SHL:
H A Dlp_bld_tgsi_action.c1847 /* TGSI_OPCODE_SHL (CPU Only) */
2451 bld_base->op_actions[TGSI_OPCODE_SHL].emit = shl_emit_cpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c787 case TGSI_OPCODE_SHL:
H A Dlp_bld_tgsi_action.c1847 /* TGSI_OPCODE_SHL (CPU Only) */
2579 bld_base->op_actions[TGSI_OPCODE_SHL].emit = shl_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c771 bld_base->op_actions[TGSI_OPCODE_SHL].emit = emit_shl;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1595 [TGSI_OPCODE_SHL] = nir_op_ishl,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c107 {D3D10_SB_OPCODE_ISHL, OF_INT, TGSI_OPCODE_SHL},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1861 [TGSI_OPCODE_SHL] = nir_op_ishl,
H A Dnir_to_tgsi.c946 [nir_op_ishl] = { TGSI_OPCODE_SHL, TGSI_OPCODE_U64SHL },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c572 case TGSI_OPCODE_SHL:
5865 case TGSI_OPCODE_SHL:
H A Dsvga_tgsi_insn.c2887 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp584 case TGSI_OPCODE_SHL:
3191 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp522 case TGSI_OPCODE_SHL:
3214 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2885 case TGSI_OPCODE_SHL:
H A Dsvga_tgsi_vgpu10.c837 case TGSI_OPCODE_SHL:
9328 case TGSI_OPCODE_SHL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11675 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
11872 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12098 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11844 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
12041 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12268 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1960 ? TGSI_OPCODE_SHL : TGSI_OPCODE_ISHR;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2030 ? TGSI_OPCODE_SHL : TGSI_OPCODE_ISHR;

Completed in 133 milliseconds