Home
last modified time | relevance | path

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 Dshader_query.cpp242 _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 Dshaderapi.h114 _mesa_program_resource_find_name(struct gl_shader_program *shProg,
H A Dprogram_resource.c199 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
H A Duniforms.c1065 _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 Dshaderapi.c2851 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D10.6.6.rst43 "high fidelity": Segfault in \_mesa_program_resource_find_name
H A D11.0.0.rst186 "high fidelity": Segfault in \_mesa_program_resource_find_name
H A D22.0.0.rst2816 - 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 D20.0.0.rst3033 - main: fix coverity error in \_mesa_program_resource_find_name()