Searched refs:TGSI_OPCODE_ISHR (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 169 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5515 case TGSI_OPCODE_ISHR: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 470 TGSI_OPCODE_ISHR = 125, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 793 case TGSI_OPCODE_ISHR: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2558 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = ishr_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 566 case TGSI_OPCODE_ISHR: in inferSrcType() 3219 case TGSI_OPCODE_ISHR: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 108 {D3D10_SB_OPCODE_ISHR, OF_INT, TGSI_OPCODE_ISHR},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2954 case TGSI_OPCODE_ISHR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 950 case TGSI_OPCODE_ISHR: in translate_opcode() 10922 case TGSI_OPCODE_ISHR: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1899 [TGSI_OPCODE_ISHR] = nir_op_ishr,
|
D | nir_to_tgsi.c | 1432 [nir_op_ishr] = { TGSI_OPCODE_ISHR, TGSI_OPCODE_I64SHR }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11910 [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},
|