Home
last modified time | relevance | path

Searched refs:uniform_map (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3547 string_to_uint_map *uniform_map = new string_to_uint_map; in check_explicit_uniform_locations() local
3549 if (!uniform_map) { in check_explicit_uniform_locations()
3570 int slots = reserve_explicit_locations(prog, uniform_map, in check_explicit_uniform_locations()
3578 delete uniform_map; in check_explicit_uniform_locations()
3587 delete uniform_map; in check_explicit_uniform_locations()