Searched refs:nloop (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_clone.c580 nir_loop *nloop = nir_loop_create(state->ns); local in function:clone_loop
581 nloop->control = loop->control;
582 nloop->partially_unrolled = loop->partially_unrolled;
584 nir_cf_node_insert_end(cf_list, &nloop->cf_node);
586 clone_cf_list(state, &nloop->body, &loop->body);
588 return nloop;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_clone.c555 nir_loop *nloop = nir_loop_create(state->ns); local in function:clone_loop
556 nloop->control = loop->control;
557 nloop->partially_unrolled = loop->partially_unrolled;
559 nir_cf_node_insert_end(cf_list, &nloop->cf_node);
561 clone_cf_list(state, &nloop->body, &loop->body);
563 return nloop;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c705 static bool ppir_emit_loop(ppir_compiler *comp, nir_loop *nloop) argument
713 comp->loop_cont_block = ppir_get_block(comp, nir_loop_first_block(nloop));
715 if (!ppir_emit_cf_list(comp, &nloop->body))
718 loop_last_block = nir_loop_last_block(nloop);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1004 emit_loop(struct ir2_context *ctx, nir_loop *nloop) argument
1006 ctx->loop_last_block[++ctx->loop_depth] = loop_last_block(&nloop->body);
1007 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1017 emit_loop(struct ir2_context *ctx, nir_loop *nloop) argument
1019 ctx->loop_last_block[++ctx->loop_depth] = loop_last_block(&nloop->body);
1020 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dnir.c288 static bool gpir_emit_loop(gpir_compiler *comp, nir_loop *nloop) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c395 static bool ppir_emit_loop(ppir_compiler *comp, nir_loop *nloop) argument
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c982 emit_loop(agx_context *ctx, nir_loop *nloop) argument
1002 agx_block *start_block = emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c3068 emit_loop(struct ir3_context *ctx, nir_loop *nloop) argument
3074 struct nir_block *nstart = nir_loop_first_block(nloop);
3086 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2165 emit_loop(struct ir3_context *ctx, nir_loop *nloop) argument
2167 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c3715 emit_loop(struct compiler_context *ctx, nir_loop *nloop) argument
3727 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2999 emit_loop(bi_context *ctx, nir_loop *nloop) argument
3012 emit_cf_list(ctx, &nloop->body);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2879 emit_loop(struct compiler_context *ctx, nir_loop *nloop) argument
2891 midgard_block *loop_block = emit_cf_list(ctx, &nloop->body);

Completed in 37 milliseconds