Searched refs:_mesa_program_resource_find_name (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 203 _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()
|
D | program_resource.c | 318 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
|
D | shaderapi.h | 292 _mesa_program_resource_find_name(struct gl_shader_program *shProg,
|
D | uniforms.c | 1054 _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()
|
D | shaderapi.c | 2815 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex()
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.6.rst | 43 "high fidelity": Segfault in \_mesa_program_resource_find_name
|
D | 11.0.0.rst | 186 "high fidelity": Segfault in \_mesa_program_resource_find_name
|
D | 20.0.0.rst | 3033 - main: fix coverity error in \_mesa_program_resource_find_name()
|