Searched refs:next_1 (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
36 unsigned dependency_wait = next_1 ? next_1->dependencies : 0;
39 bool staging_barrier = next_1 ? next_1->staging_barrier : false;
44 (next_1 == NULL && next_2 == NULL) ?
47 .next_clause_prefetch = clause->next_clause_prefetch && next_1,
53 .next_message_type = next_1 ? next_1->message_type : 0,
627 bi_clause *next_1, bi_claus
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