Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_worklist.h38 #define nir_block_worklist_init(w, num_blocks, mem_ctx) \ macro
H A Dnir_liveness.c142 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in nir_live_defs_impl()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c159 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in etna_live_defs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dnir_to_rc.c344 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in ntr_live_regs()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c380 nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); in ntt_live_regs()