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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp3594 unsigned entries_total = 0; local in function:check_explicit_uniform_locations
3614 entries_total += slots;
3628 prog->NumExplicitUniformLocations = entries_total;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp3651 unsigned entries_total = 0; local in function:check_explicit_uniform_locations
3671 entries_total += slots;
3685 prog->NumExplicitUniformLocations = entries_total;

Completed in 17 milliseconds