Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Duniforms.h284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset) in _mesa_uniform_merge_location_offset() argument
286 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() argument
297 *base_location = location >> 16; in _mesa_uniform_split_location_offset()