Searched defs:sysInputs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c1150 GLbitfield sysInputs = program->SystemValuesRead; local
1152 for (i = 0; sysInputs; i++) {
1153 if (sysInputs & (1 << i)) {
1176 sysInputs &= ~(1 << i);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c1150 GLbitfield sysInputs = program->SystemValuesRead; local
1152 for (i = 0; sysInputs; i++) {
1153 if (sysInputs & (1 << i)) {
1176 sysInputs &= ~(1 << i);

Completed in 49 milliseconds