Searched refs:dst_sel (Results 26 - 32 of 32) sorted by relevance
12
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 521 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 D | aco_ir.h | 1519 SubdwordSel dst_sel;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v11_0.c | 129 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 D | gfx_v10_0.c | 3492 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 D | radv_private.h | 1684 unsigned event, unsigned event_flags, unsigned dst_sel,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 824 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 D | AMDGPUAsmParser.cpp | 2675 // 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