Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c382 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_all_used_slots() local
385 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in mark_all_used_slots()
391 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_used_slot() local
394 BITFIELD64_BIT(var->data.location - loc_offset + offset); in mark_used_slot()
430 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in remap_slots_and_components() local
435 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in remap_slots_and_components()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1125 int loc_offset = array_index / 4; in emit_compact_fragment_input() local
1127 int input_idx = (attr + loc_offset) * 4 + chan; in emit_compact_fragment_input()
1128 emit_fragment_varying(c, var, input_idx, chan, loc_offset); in emit_compact_fragment_input()

Completed in 13 milliseconds