Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c405 uint64_t slots_used_tmp[2] = {0}; in remap_slots_and_components() local
408 slots_used_tmp[0] = *slots_used & BITFIELD64_RANGE(0, VARYING_SLOT_VAR0); in remap_slots_and_components()
455 mark_all_used_slots(var, slots_used_tmp, used, num_slots); in remap_slots_and_components()
464 mark_used_slot(var, slots_used_tmp, i); in remap_slots_and_components()
473 *slots_used = slots_used_tmp[0]; in remap_slots_and_components()
475 *p_slots_used = slots_used_tmp[1]; in remap_slots_and_components()

Completed in 3 milliseconds