Searched refs:assigned_comps (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 256 struct assigned_comps struct 270 struct assigned_comps *comps, 570 struct assigned_comps *assigned_comps, 580 if (assigned_comps[tmp_cursor].comps) { 589 if (assigned_comps[tmp_cursor].interp_type != info->interp_type || 590 assigned_comps[tmp_cursor].interp_loc != info->interp_loc) { 598 if (!assigned_comps[tmp_cursor].is_32bit) { 604 (assigned_comps[tmp_cursor].comps & (1 << tmp_comp))) { 617 assigned_comps[tmp_curso 569 assign_remap_locations(struct varying_loc (* remap)[4],struct assigned_comps * assigned_comps,struct varying_component * info,unsigned * cursor,unsigned * comp,unsigned max_location) argument 639 compact_components(nir_shader * producer,nir_shader * consumer,struct assigned_comps * assigned_comps,bool default_to_smooth_interp) argument 729 struct assigned_comps assigned_comps[MAX_VARYINGS_INCL_PATCH] = {{0}}; local in function:nir_compact_varyings [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 272 struct assigned_comps struct 288 struct assigned_comps *comps, 740 struct assigned_comps *assigned_comps, 751 if (assigned_comps[tmp_cursor].comps) { 753 if (assigned_comps[tmp_cursor].is_mediump != info->is_mediump) { 761 if (assigned_comps[tmp_cursor].interp_type != info->interp_type && 762 (!allow_pack_interp_type(options, assigned_comps[tmp_cursor].interp_type) || 771 if (assigned_comps[tmp_cursor].interp_loc != info->interp_loc && 772 (!allow_pack_interp_loc(options, assigned_comps[tmp_curso 739 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) argument 823 compact_components(nir_shader * producer,nir_shader * consumer,struct assigned_comps * assigned_comps,bool default_to_smooth_interp) argument 916 struct assigned_comps assigned_comps[MAX_VARYINGS_INCL_PATCH] = {{0}}; local in function:nir_compact_varyings [all...] |
Completed in 6 milliseconds