Home
last modified time | relevance | path

Searched refs:dst_sel (Results 26 - 32 of 32) sorted by relevance

12

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp521 sdwa->dst_sel = SubdwordSel::dword; in emit_reduction()
544 sdwa->dst_sel = SubdwordSel::dword; in emit_reduction()
2309 bld.vop1_sdwa(aco_opcode::v_mov_b32, dst, op).instr->sdwa().dst_sel = in lower_to_hw_instr()
H A Daco_ir.h1519 SubdwordSel dst_sel;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c129 bool all_hub, uint8_t dst_sel);
5415 bool all_hub, uint8_t dst_sel) in gfx_v11_0_ring_invalidate_tlbs()
5419 PACKET3_INVALIDATE_TLBS_DST_SEL(dst_sel) | in gfx_v11_0_ring_invalidate_tlbs()
5413 gfx_v11_0_ring_invalidate_tlbs(struct amdgpu_ring *ring, uint16_t pasid, uint32_t flush_type, bool all_hub, uint8_t dst_sel) gfx_v11_0_ring_invalidate_tlbs() argument
H A Dgfx_v10_0.c3492 bool all_hub, uint8_t dst_sel);
8416 bool all_hub, uint8_t dst_sel) in gfx_v10_0_ring_invalidate_tlbs()
8420 PACKET3_INVALIDATE_TLBS_DST_SEL(dst_sel) | in gfx_v10_0_ring_invalidate_tlbs()
8414 gfx_v10_0_ring_invalidate_tlbs(struct amdgpu_ring *ring, uint16_t pasid, uint32_t flush_type, bool all_hub, uint8_t dst_sel) gfx_v10_0_ring_invalidate_tlbs() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h1684 unsigned event, unsigned event_flags, unsigned dst_sel,
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c824 int dst_sel, int dst_chan, in single_alu_op2()
845 alu.dst.sel = dst_sel; in single_alu_op2()
868 alu.dst.sel = dst_sel; in single_alu_op2()
880 int dst_sel, int dst_chan, in single_alu_op3()
907 alu.dst.sel = dst_sel; in single_alu_op3()
823 single_alu_op2(struct r600_shader_ctx *ctx, int op, int dst_sel, int dst_chan, int src0_sel, unsigned src0_chan_val, int src1_sel, unsigned src1_chan_val) single_alu_op2() argument
879 single_alu_op3(struct r600_shader_ctx *ctx, int op, int dst_sel, int dst_chan, int src0_sel, unsigned src0_chan_val, int src1_sel, unsigned src1_chan_val, int src2_sel, unsigned src2_chan_val) single_alu_op3() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2675 // v_mac_f32/16 allow only dst_sel == DWORD; in checkTargetMatchPredicate()
2677 AMDGPU::getNamedOperandIdx(Inst.getOpcode(), AMDGPU::OpName::dst_sel); in checkTargetMatchPredicate()
6108 {"dst_sel", AMDGPUOperand::ImmTySdwaDstSel, false, nullptr},

Completed in 51 milliseconds

12