Searched refs:base_location (Results 1 – 1 of 1) sorted by relevance
284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset) in _mesa_uniform_merge_location_offset() argument286 return (base_location << 16) | offset; in _mesa_uniform_merge_location_offset()293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location, in _mesa_uniform_split_location_offset() argument297 *base_location = location >> 16; in _mesa_uniform_split_location_offset()