OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeout_branch
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_compile.c
1533
assert(rt < ARRAY_SIZE(ctx->
writeout_branch
));
1534
assert(sample_iter < ARRAY_SIZE(ctx->
writeout_branch
[0]));
1536
midgard_instruction *br = ctx->
writeout_branch
[rt][sample_iter];
1577
ctx->
writeout_branch
[rt][sample_iter] = br;
2775
midgard_instruction *br = ctx->
writeout_branch
[rt][sample_iter];
3003
for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->
writeout_branch
); ++rt) {
3005
midgard_instruction *br = ctx->
writeout_branch
[rt][s];
3019
next_br = ctx->
writeout_branch
[rt][s + 1];
3021
if (!next_br && (rt + 1) < ARRAY_SIZE(ctx->
writeout_branch
))
3022
next_br = ctx->
writeout_branch
[rt + 1][0]
[
all
...]
compiler.h
306
midgard_instruction *
writeout_branch
[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER];
member in struct:compiler_context
midgard_schedule.c
1227
if (writeout && (ctx->inputs->is_blend || ctx->
writeout_branch
[1])) {
Completed in 8 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026