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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_program.c107 static glamor_location_var location_vars[] = { variable in typeref:typename:glamor_location_var[]
170 for (l = 0; vars && l < ARRAY_SIZE(location_vars); l++)
171 if (locations & location_vars[l].location)
172 vars = add_var(vars, location_vars[l].vs_vars);
182 for (l = 0; vars && l < ARRAY_SIZE(location_vars); l++)
183 if (locations & location_vars[l].location)
184 vars = add_var(vars, location_vars[l].fs_vars);

Completed in 2 milliseconds