Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir.h2057 nir_cursor_after_instr, enumerator
2072 cursor.option == nir_cursor_after_instr) { in nir_cursor_current_block()
2112 cursor.option = nir_cursor_after_instr; in nir_after_instr()
Dnir.c930 cursor.option = nir_cursor_after_instr; in reduce_cursor()
939 case nir_cursor_after_instr: in reduce_cursor()
1040 case nir_cursor_after_instr: in nir_instr_insert()
Dnir_control_flow.c400 case nir_cursor_after_instr: in split_block_cursor()
Dnir_builder.h74 assert(build->cursor.option == nir_cursor_after_instr); in nir_builder_last_instr()