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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c576 unsigned tmp_comp = *comp; local in function:assign_remap_locations
591 tmp_comp = 0;
599 tmp_comp = 0;
603 while (tmp_comp < 4 &&
604 (assigned_comps[tmp_cursor].comps & (1 << tmp_comp))) {
605 tmp_comp++;
609 if (tmp_comp == 4) {
610 tmp_comp = 0;
617 assigned_comps[tmp_cursor].comps |= (1 << tmp_comp);
623 remap[location][info->var->data.location_frac].component = tmp_comp
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c747 unsigned tmp_comp = *comp; local in function:assign_remap_locations
754 tmp_comp = 0;
764 tmp_comp = 0;
774 tmp_comp = 0;
782 tmp_comp = 0;
786 while (tmp_comp < 4 &&
787 (assigned_comps[tmp_cursor].comps & (1 << tmp_comp))) {
788 tmp_comp++;
792 if (tmp_comp == 4) {
793 tmp_comp
[all...]

Completed in 5 milliseconds