Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshaderapi.h114 _mesa_program_resource_index(struct gl_shader_program *shProg,
Dshader_query.cpp918 _mesa_program_resource_index(struct gl_shader_program *shProg, in _mesa_program_resource_index() function
977 if (_mesa_program_resource_index(shProg, res) == index) in _mesa_program_resource_find_index()
1327 _mesa_program_resource_index(shProg, uni); in get_buffer_property()
1369 _mesa_program_resource_index(shProg, uni); in get_buffer_property()
1397 *val++ = _mesa_program_resource_index(shProg, uni); in get_buffer_property()
Dprogram_resource.c204 return _mesa_program_resource_index(shProg, res); in _mesa_GetProgramResourceIndex()
Duniforms.c1069 return _mesa_program_resource_index(shProg, res); in _mesa_GetUniformBlockIndex()
1102 uniformIndices[i] = _mesa_program_resource_index(shProg, res); in _mesa_GetUniformIndices()
Dshaderapi.c2869 return _mesa_program_resource_index(shProg, res); in _mesa_GetSubroutineIndex()