Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_worklist.h43 #define nir_block_worklist_init(w, num_blocks, mem_ctx) \ macro
Dnir_liveness.c157 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in nir_live_ssa_defs_impl()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_liveness.c159 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in etna_live_defs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c374 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in ntt_live_regs()