Lines Matching refs:agx_context
1013 agx_context *ctx = b->shader;
1051 agx_from_nir_block(agx_context *ctx, nir_block *block)
1057 agx_emit_phi_deferred(agx_context *ctx, agx_block *block, agx_instr *I)
1077 agx_emit_phis_deferred(agx_context *ctx)
1121 agx_create_block(agx_context *ctx)
1131 emit_block(agx_context *ctx, nir_block *block)
1156 emit_cf_list(agx_context *ctx, struct exec_list *list);
1172 emit_if(agx_context *ctx, nir_if *nif)
1207 emit_loop(agx_context *ctx, nir_loop *nloop)
1261 emit_first_cf(agx_context *ctx)
1274 emit_cf_list(agx_context *ctx, struct exec_list *list)
1308 agx_set_st_vary_final(agx_context *ctx)
1319 agx_print_stats(agx_context *ctx, unsigned size, FILE *fp)
1635 agx_context *ctx = rzalloc(NULL, agx_context);