Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c513 BITSET_WORD *def_blocks = ralloc_array(mem_ctx, BITSET_WORD, block_words); in spill_ssa_defs_and_lower_shader_calls() local
524 memset(def_blocks, 0, block_words * sizeof(BITSET_WORD)); in spill_ssa_defs_and_lower_shader_calls()
525 BITSET_SET(def_blocks, def->parent_instr->block->index); in spill_ssa_defs_and_lower_shader_calls()
528 BITSET_SET(def_blocks, call_block_indices[call_idx]); in spill_ssa_defs_and_lower_shader_calls()
532 def->bit_size, def_blocks); in spill_ssa_defs_and_lower_shader_calls()