Searched refs:call_block_indices (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_shader_calls.c344 uint32_t *call_block_indices = rzalloc_array(mem_ctx, uint32_t, num_calls); local in function:spill_ssa_defs_and_lower_shader_calls
357 call_block_indices[call_idx] = block->index;
528 BITSET_SET(def_blocks, call_block_indices[call_idx]);

Completed in 5 milliseconds