Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_base.h85 loop_break, enumerator
Dsfn_instruction_cf.cpp162 CFInstruction (loop_break) in LoopBreakInstruction()
/third_party/ltp/tools/sparse/sparse-src/
Dgdbhelpers54 loop_break
79 loop_break
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp144 cf_node *loop_break = sh.create_cf(CF_OP_LOOP_BREAK); in finalize_loop() local
145 loop_break->jump(loop_end); in finalize_loop()
146 dep->push_back(loop_break); in finalize_loop()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c84 SpvId loop_break, loop_cont; member
3415 assert(ctx->loop_break); in emit_jump()
3416 branch(ctx, ctx->loop_break); in emit_jump()
3628 SpvId save_break = ctx->loop_break; in emit_loop()
3630 ctx->loop_break = break_id; in emit_loop()
3635 ctx->loop_break = save_break; in emit_loop()
/third_party/mesa3d/docs/relnotes/
D12.0.4.rst161 - nir/spirv/cfg: Detect switch_break after loop_break/continue
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp1101 TEST_F(mi_builder_test, loop_break) in TEST_F() argument