Searched refs:_mesa_program_resource_find_name (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 242 _mesa_program_resource_find_name(shProg, GL_PROGRAM_INPUT, name, in _mesa_GetAttribLocation() 451 _mesa_program_resource_find_name(shProg, GL_PROGRAM_OUTPUT, name, in _mesa_GetFragDataLocation() 675 _mesa_program_resource_find_name(struct gl_shader_program *shProg, in _mesa_program_resource_find_name() function 888 res = _mesa_program_resource_find_name(shProg, programInterface, uni.IndexName, in _mesa_program_resource_find_active_variable() 1193 _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_program_resource_location() 1229 _mesa_program_resource_find_name(shProg, programInterface, name, NULL); in _mesa_program_resource_location_index()
|
H A D | shaderapi.h | 114 _mesa_program_resource_find_name(struct gl_shader_program *shProg,
|
H A D | program_resource.c | 199 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
|
H A D | uniforms.c | 1065 _mesa_program_resource_find_name(shProg, GL_UNIFORM_BLOCK, in _mesa_GetUniformBlockIndex() 1101 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i], in _mesa_GetUniformIndices()
|
H A D | shaderapi.c | 2851 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 10.6.6.rst | 43 "high fidelity": Segfault in \_mesa_program_resource_find_name
|
H A D | 11.0.0.rst | 186 "high fidelity": Segfault in \_mesa_program_resource_find_name
|
H A D | 22.0.0.rst | 2816 - mesa: don't compute the same strlen up to 3x in _mesa_program_resource_find_name 2818 - mesa: rename locals in _mesa_program_resource_find_name for clarity
|
H A D | 20.0.0.rst | 3033 - main: fix coverity error in \_mesa_program_resource_find_name()
|