Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pack.c32 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2) in bi_pack_header() argument
37 unsigned dependency_wait = next_1 ? next_1->dependencies : 0; in bi_pack_header()
46 bool staging_barrier = next_1 ? next_1->staging_barrier : false; in bi_pack_header()
51 (next_1 == NULL && next_2 == NULL) ? in bi_pack_header()
54 .next_clause_prefetch = clause->next_clause_prefetch && next_1, in bi_pack_header()
60 .next_message_type = next_1 ? next_1->message_type : 0, in bi_pack_header()
639 bi_clause *next_1, bi_claus in bi_pack_clause()
638 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) bi_pack_clause() argument
[all...]

Completed in 2 milliseconds