Lines Matching refs:agx_context
416 } agx_context;
425 agx_temp(agx_context *ctx, enum agx_size size)
461 agx_vec_for_dest(agx_context *ctx, nir_dest *dest)
467 agx_vec_for_intr(agx_context *ctx, nir_intrinsic_instr *instr)
575 agx_exit_block(agx_context *ctx)
655 agx_context *shader;
660 agx_init_builder(agx_context *ctx, agx_cursor cursor)
698 agx_indexed_sysval(agx_context *ctx, enum agx_push_type type, enum agx_size size,
705 void agx_print_shader(agx_context *ctx, FILE *fp);
706 void agx_optimizer(agx_context *ctx);
707 void agx_lower_pseudo(agx_context *ctx);
708 void agx_dce(agx_context *ctx);
709 void agx_ra(agx_context *ctx);
710 void agx_pack_binary(agx_context *ctx, struct util_dynarray *emission);
713 void agx_validate(agx_context *ctx, const char *after_str);
715 static inline void agx_validate(UNUSED agx_context *ctx, UNUSED const char *after_str) { return; }
737 void agx_compute_liveness(agx_context *ctx);