Searched refs:assigned_comps (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 286 struct assigned_comps struct 303 struct assigned_comps *comps, in get_unmoveable_components_masks() 766 struct assigned_comps *assigned_comps, in assign_remap_locations() 777 if (assigned_comps[tmp_cursor].comps) { in assign_remap_locations() 779 if (assigned_comps[tmp_cursor].is_per_primitive != info->is_per_primitive) { in assign_remap_locations() 785 if (assigned_comps[tmp_cursor].is_mediump != info->is_mediump) { in assign_remap_locations() 793 if (assigned_comps[tmp_cursor].interp_type != info->interp_type && in assign_remap_locations() 794 (!allow_pack_interp_type(options, assigned_comps[tmp_cursor].interp_type) || in assign_remap_locations() 803 if (assigned_comps[tmp_curso in assign_remap_locations() 765 assign_remap_locations(struct varying_loc (*remap)[4], struct assigned_comps *assigned_comps, struct varying_component *info, unsigned *cursor, unsigned *comp, unsigned max_location, nir_pack_varying_options options) assign_remap_locations() argument 856 compact_components(nir_shader *producer, nir_shader *consumer, struct assigned_comps *assigned_comps, bool default_to_smooth_interp) compact_components() argument 949 struct assigned_comps assigned_comps[MAX_VARYINGS_INCL_PATCH] = {{0}}; nir_compact_varyings() local [all...] |
Completed in 3 milliseconds