Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshader_query.cpp203 _mesa_program_resource_find_name(shProg, GL_PROGRAM_INPUT, name, in _mesa_GetAttribLocation()
425 _mesa_program_resource_find_name(shProg, GL_PROGRAM_OUTPUT, name, in _mesa_GetFragDataLocation()
578 _mesa_program_resource_find_name(struct gl_shader_program *shProg, in _mesa_program_resource_find_name() function
797 res = _mesa_program_resource_find_name(shProg, programInterface, uni.IndexName, in _mesa_program_resource_find_active_variable()
1100 _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_program_resource_location()
1136 _mesa_program_resource_find_name(shProg, programInterface, name, NULL); in _mesa_program_resource_location_index()
Dprogram_resource.c318 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
Dshaderapi.h292 _mesa_program_resource_find_name(struct gl_shader_program *shProg,
Duniforms.c1054 _mesa_program_resource_find_name(shProg, GL_UNIFORM_BLOCK, in _mesa_GetUniformBlockIndex()
1090 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i], in _mesa_GetUniformIndices()
Dshaderapi.c2815 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex()
/external/mesa3d/docs/relnotes/
D10.6.6.rst43 "high fidelity": Segfault in \_mesa_program_resource_find_name
D11.0.0.rst186 "high fidelity": Segfault in \_mesa_program_resource_find_name
D20.0.0.rst3033 - main: fix coverity error in \_mesa_program_resource_find_name()