OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nloop
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_clone.c
580
nir_loop *
nloop
= nir_loop_create(state->ns);
local
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/
nir_clone.c
555
nir_loop *
nloop
= nir_loop_create(state->ns);
local
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/
nir.c
705
static bool ppir_emit_loop(ppir_compiler *comp, nir_loop *
nloop
)
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/dist/src/gallium/drivers/freedreno/a2xx/
ir2_nir.c
1017
emit_loop(struct ir2_context *ctx, nir_loop *
nloop
)
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/freedreno/a2xx/
ir2_nir.c
1004
emit_loop(struct ir2_context *ctx, nir_loop *
nloop
)
1006
ctx->loop_last_block[++ctx->loop_depth] = loop_last_block(&
nloop
->body);
1007
emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
nir.c
288
static bool gpir_emit_loop(gpir_compiler *comp, nir_loop *
nloop
)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
nir.c
395
static bool ppir_emit_loop(ppir_compiler *comp, nir_loop *
nloop
)
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compile.c
982
emit_loop(agx_context *ctx, nir_loop *
nloop
)
1002
agx_block *start_block = emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler_nir.c
3068
emit_loop(struct ir3_context *ctx, nir_loop *
nloop
)
3074
struct nir_block *nstart = nir_loop_first_block(
nloop
);
3086
emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_compile.c
2999
emit_loop(bi_context *ctx, nir_loop *
nloop
)
3012
emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_compile.c
2879
emit_loop(struct compiler_context *ctx, nir_loop *
nloop
)
2891
midgard_block *loop_block = emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_compiler_nir.c
2165
emit_loop(struct ir3_context *ctx, nir_loop *
nloop
)
2167
emit_cf_list(ctx, &
nloop
->body);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_compile.c
3715
emit_loop(struct compiler_context *ctx, nir_loop *
nloop
)
3727
emit_cf_list(ctx, &
nloop
->body);
Completed in 57 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026