Searched refs:bi_next_clause (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_pack.c | 752 next = bi_next_clause(ctx, block->successors[0], NULL); in bi_pack() 753 next_2 = bi_next_clause(ctx, block->successors[1], NULL); in bi_pack() 755 next = bi_next_clause(ctx, block, clause); in bi_pack()
|
D | bir.c | 152 bi_next_clause(bi_context *ctx, bi_block *block, bi_clause *clause) in bi_next_clause() function
|
D | compiler.h | 1069 bi_clause * bi_next_clause(bi_context *ctx, bi_block *block, bi_clause *clause);
|
D | bi_schedule.c | 2050 bi_clause *clause = bi_next_clause(ctx, block, NULL); in bi_add_nop_for_atest()
|
D | bifrost_compile.c | 4754 bi_clause *first_clause = bi_next_clause(ctx, first_block, NULL); in bi_pack_clauses()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 393 - pan/bi: Move bi_next_clause to bir.c
|