Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c276 uint64_t slots_used_tmp = in remap_slots_and_components() local
320 slots_used_tmp |= in remap_slots_and_components()
332 slots_used_tmp |= (uint64_t)1 << (var->data.location + i); in remap_slots_and_components()
341 *slots_used = slots_used_tmp; in remap_slots_and_components()