Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c232 unsigned nodes[BI_MAX_SRCS] = {}; in bi_create_fau_interference_graph()
H A Dcompiler.h369 #define BI_MAX_SRCS 6 macro
381 bi_index src[BI_MAX_SRCS];
H A Dbi_schedule.c128 bi_index accesses[(BI_MAX_SRCS + BI_MAX_DESTS) * 16];
1213 assert(clause->access_count + BI_MAX_SRCS + BI_MAX_DESTS <= ARRAY_SIZE(clause->accesses)); in bi_pop_instr()
1215 clause->access_count += BI_MAX_SRCS; in bi_pop_instr()

Completed in 10 milliseconds