Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
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()
2705 this_block = create_empty_block(ctx); in emit_block_init()
2778 ctx->after_block = create_empty_block(ctx); in emit_if()
2819 ctx->after_block = create_empty_block(ctx); in emit_loop()
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c4274 create_empty_block(bi_context *ctx) in create_empty_block() function
4290 ctx->current_block = create_empty_block(ctx); in emit_block()
4326 ctx->after_block = create_empty_block(ctx); in emit_if()
4359 ctx->continue_block = create_empty_block(ctx); in emit_loop()
4360 ctx->break_block = create_empty_block(ctx); in emit_loop()