Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c130 case TGSI_OPCODE_SHL: in tgsi_opcode_infer_type()
H A Dtgsi_exec.c5351 case TGSI_OPCODE_SHL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h432 TGSI_OPCODE_SHL = 87, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c788 case TGSI_OPCODE_SHL: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1847 /* TGSI_OPCODE_SHL (CPU Only) */
2579 bld_base->op_actions[TGSI_OPCODE_SHL].emit = shl_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp522 case TGSI_OPCODE_SHL: in inferSrcType()
3218 case TGSI_OPCODE_SHL: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c107 {D3D10_SB_OPCODE_ISHL, OF_INT, TGSI_OPCODE_SHL},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1865 [TGSI_OPCODE_SHL] = nir_op_ishl,
H A Dnir_to_tgsi.c1431 [nir_op_ishl] = { TGSI_OPCODE_SHL, TGSI_OPCODE_U64SHL }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2953 case TGSI_OPCODE_SHL: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c912 case TGSI_OPCODE_SHL: in translate_opcode()
10940 case TGSI_OPCODE_SHL: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11872 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
12069 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12296 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},

Completed in 65 milliseconds