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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_pack.c31 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2) argument
37 dependency_wait |= next_2 ? next_2->dependencies : 0;
40 staging_barrier |= next_2 ? next_2->staging_barrier : 0;
44 (next_1 == NULL && next_2 == NULL) ?
627 bi_clause *next_1, bi_clause *next_2,
646 uint64_t header = bi_pack_header(clause, next_1, next_2);
727 bi_clause *next = NULL, *next_2 = NULL; local in function:bi_pack
731 next_2
626 bi_pack_clause(bi_context * ctx,bi_clause * clause,bi_clause * next_1,bi_clause * next_2,struct util_dynarray * emission,gl_shader_stage stage) argument
[all...]

Completed in 2 milliseconds