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

/external/mesa3d/src/mesa/main/
H A Duniforms.h284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset) argument
286 return (base_location << 16) | offset;
293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location, argument
297 *base_location = location >> 16;

Completed in 493 milliseconds