Searched refs:emit_op (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 427 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 D | lp_tex_sample.c | 528 image->base.emit_op = lp_llvm_image_soa_emit_op;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm_sample.c | 479 image->base.emit_op = draw_llvm_image_soa_emit_op;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 241 (*emit_op)(const struct lp_build_image_soa *image, member in struct:lp_build_image_soa
|
| H A D | lp_bld_tgsi_soa.c | 3438 bld->image->emit_op(bld->image, 3589 bld->image->emit_op(bld->image, 3744 bld->image->emit_op(bld->image,
|
| H A D | lp_bld_nir_soa.c | 1374 bld->image->emit_op(bld->image,
|
Completed in 17 milliseconds