Searched refs:loc_offset (Results 1 – 3 of 3) sorted by relevance
60 const Index loc_offset = i - loc * slice_size; in GatherSliceOpKernel() local61 out[i] = (out_of_bounds) ? T(0) : ldg(params + offset + loc_offset); in GatherSliceOpKernel()
344 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_all_used_slots() local347 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in mark_all_used_slots()353 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_used_slot() local356 BITFIELD64_BIT(var->data.location - loc_offset + offset); in mark_used_slot()392 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in remap_slots_and_components() local397 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in remap_slots_and_components()
805 int loc_offset = array_index / 4; in emit_compact_fragment_input() local807 int input_idx = (attr + loc_offset) * 4 + chan; in emit_compact_fragment_input()808 emit_fragment_varying(c, var, input_idx, chan, loc_offset); in emit_compact_fragment_input()