Lines Matching refs:agx_context
842 agx_context *ctx = b->shader; in agx_emit_jump()
894 agx_create_block(agx_context *ctx) in agx_create_block()
905 emit_block(agx_context *ctx, nir_block *block) in emit_block()
928 emit_cf_list(agx_context *ctx, struct exec_list *list);
943 emit_if(agx_context *ctx, nir_if *nif) in emit_if()
982 emit_loop(agx_context *ctx, nir_loop *nloop) in emit_loop()
1030 emit_first_cf(agx_context *ctx) in emit_first_cf()
1043 emit_cf_list(agx_context *ctx, struct exec_list *list) in emit_cf_list()
1077 agx_set_st_vary_final(agx_context *ctx) in agx_set_st_vary_final()
1088 agx_print_stats(agx_context *ctx, unsigned size, FILE *fp) in agx_print_stats()
1374 agx_context *ctx = rzalloc(NULL, agx_context); in agx_compile_shader_nir()