Home
last modified time | relevance | path

Searched refs:create_empty_block (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c67 create_empty_block(compiler_context *ctx) in create_empty_block() function
83 ctx->after_block = create_empty_block(ctx); in schedule_barrier()
2720 this_block = create_empty_block(ctx); in emit_block_init()
2793 ctx->after_block = create_empty_block(ctx); in emit_if()
2834 ctx->after_block = create_empty_block(ctx); in emit_loop()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c4060 create_empty_block(bi_context *ctx) in create_empty_block() function
4076 ctx->current_block = create_empty_block(ctx); in emit_block()
4112 ctx->after_block = create_empty_block(ctx); in emit_if()
4145 ctx->continue_block = create_empty_block(ctx); in emit_loop()
4146 ctx->break_block = create_empty_block(ctx); in emit_loop()