Home
last modified time | relevance | path

Searched refs:_mesa_uniform_merge_location_offset (Results 1 – 3 of 3) 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() function
Duniforms.c535 return _mesa_uniform_merge_location_offset(index, offset); in _mesa_GetUniformLocationARB()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2941 int loc = _mesa_uniform_merge_location_offset(index, offset); in set_uniform_initializer()