Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c666 unsigned tmp_cursor = *cursor; in assign_remap_locations() local
669 for (; tmp_cursor < max_location; tmp_cursor++) { in assign_remap_locations()
671 if (assigned_comps[tmp_cursor].comps) { in assign_remap_locations()
680 if (assigned_comps[tmp_cursor].interp_type != info->interp_type || in assign_remap_locations()
681 assigned_comps[tmp_cursor].interp_loc != info->interp_loc) { in assign_remap_locations()
689 if (!assigned_comps[tmp_cursor].is_32bit) { in assign_remap_locations()
695 (assigned_comps[tmp_cursor].comps & (1 << tmp_comp))) { in assign_remap_locations()
708 assigned_comps[tmp_cursor].comps |= (1 << tmp_comp); in assign_remap_locations()
709 assigned_comps[tmp_cursor].interp_type = info->interp_type; in assign_remap_locations()
710 assigned_comps[tmp_cursor].interp_loc = info->interp_loc; in assign_remap_locations()
[all …]