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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c1420 bool last_partial = false; local in function:nir_assign_io_var_locations
1443 if (last_partial && var->data.location_frac == 0) {
1454 last_partial = end % 4 != 0;
1461 if (last_partial) {
1463 last_partial = false;
1537 if (last_partial)

Completed in 4 milliseconds