Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshaderapi.h143 _mesa_program_resource_location(struct gl_shader_program *shProg,
Dprogram_resource.c327 return _mesa_program_resource_location(shProg, programInterface, name); in _mesa_GetProgramResourceLocation()
Duniforms.c1026 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); in _mesa_GetUniformLocation_impl()
1043 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); in _mesa_GetUniformLocation_no_error()
Dshader_query.cpp1186 _mesa_program_resource_location(struct gl_shader_program *shProg, in _mesa_program_resource_location() function
Dshaderapi.c2834 return _mesa_program_resource_location(shProg, resource_type, name); in _mesa_GetSubroutineUniformLocation()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2634 - mesa: optimize \_mesa_program_resource_location