Searched refs:get_alu_src (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 696 get_alu_src(struct isel_context* ctx, nir_alu_src src, unsigned size = 1) in get_alu_src() function 800 sop2->operands[0] = Operand(get_alu_src(ctx, instr->src[0])); in emit_sop2_instruction() 801 sop2->operands[1] = Operand(get_alu_src(ctx, instr->src[1])); in emit_sop2_instruction() 829 Temp src0 = get_alu_src(ctx, instr->src[swap_srcs ? 1 : 0]); in emit_vop2_instruction() 830 Temp src1 = get_alu_src(ctx, instr->src[swap_srcs ? 0 : 1]); in emit_vop2_instruction() 872 Temp src0 = get_alu_src(ctx, instr->src[0]); in emit_vop2_instruction_logic64() 873 Temp src1 = get_alu_src(ctx, instr->src[1]); in emit_vop2_instruction_logic64() 899 src[i] = get_alu_src(ctx, instr->src[swap_srcs ? 1 - i : i]); in emit_vop3a_instruction() 954 src[i] = get_alu_src(ctx, instr->src[i]); in emit_idot_instruction() 973 bld.vop1(op, bld.def(RegType::vgpr, dst.size()), get_alu_src(ctx, instr->src[0]))); in emit_vop1_instruction() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 269 static LLVMValueRef get_alu_src(struct lp_build_nir_context *bld_base, in get_alu_src() function 1089 src[i] = get_alu_src(bld_base, instr->src[i], src_components); in visit_alu()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1538 get_alu_src(struct ntv_context *ctx, nir_alu_instr *alu, unsigned src) in get_alu_src() function 1631 src[i] = get_alu_src(ctx, alu, i); in emit_alu()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1547 get_alu_src(struct ntd_context *ctx, nir_alu_instr *alu, unsigned src) in get_alu_src() function 2087 src[i] = get_alu_src(ctx, alu, i); in emit_alu()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 112 static LLVMValueRef get_alu_src(struct ac_nir_context *ctx, nir_alu_src src, in get_alu_src() function 601 src[i] = get_alu_src(ctx, instr->src[i], src_components); in visit_alu()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3595 - aco: clobber scc in s_bfe_u32 in get_alu_src()
|
D | 20.3.0.rst | 4014 - aco: sink get_alu_src() in bfe lowering
|