Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c66 bool block_started; member
1579 assert(ctx->block_started); in emit_discard()
2044 if (ctx->block_started) in start_block()
2049 ctx->block_started = true; in start_block()
2055 assert(ctx->block_started); in branch()
2057 ctx->block_started = false; in branch()
2064 assert(ctx->block_started); in branch_conditional()
2067 ctx->block_started = false; in branch_conditional()
2226 if (ctx->block_started) in emit_if()
2259 if (ctx->block_started) in emit_loop()