Searched refs:emit_op (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp427 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, function in namespace:aco
570 emit_op(ctx, tmp, vtmp, tmp, PhysReg{0}, reduce_op, src.size());
574 emit_op(ctx, tmp, vtmp, tmp, PhysReg{0}, reduce_op, src.size());
578 emit_op(ctx, tmp, vtmp, tmp, PhysReg{0}, reduce_op, src.size());
582 emit_op(ctx, tmp, vtmp, tmp, PhysReg{0}, reduce_op, src.size());
586 emit_op(ctx, tmp, vtmp, tmp, PhysReg{0}, reduce_op, src.size());
591 emit_op(ctx, tmp, dst.physReg(), tmp, vtmp, reduce_op, src.size());
623 emit_op(ctx, tmp, tmp, vtmp, PhysReg{0}, reduce_op, src.size());
628 emit_op(ctx, tmp, dst.physReg(), tmp, vtmp, reduce_op, src.size());
735 emit_op(ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c528 image->base.emit_op = lp_llvm_image_soa_emit_op;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c479 image->base.emit_op = draw_llvm_image_soa_emit_op;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h241 (*emit_op)(const struct lp_build_image_soa *image, member in struct:lp_build_image_soa
H A Dlp_bld_tgsi_soa.c3438 bld->image->emit_op(bld->image,
3589 bld->image->emit_op(bld->image,
3744 bld->image->emit_op(bld->image,
H A Dlp_bld_nir_soa.c1374 bld->image->emit_op(bld->image,

Completed in 17 milliseconds