OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_to_funcptr_map
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/intel/nullhw-layer/
intel_nullhw.c
335
}
name_to_funcptr_map
[] = {
variable in typeref:struct:__anon2464
346
for (uint32_t i = 0; i < ARRAY_SIZE(
name_to_funcptr_map
); i++) {
347
if (strcmp(name,
name_to_funcptr_map
[i].name) == 0)
348
return
name_to_funcptr_map
[i].ptr;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp
2259
}
name_to_funcptr_map
[] = {
variable in typeref:struct:__anon5050
2298
for (uint32_t i = 0; i < ARRAY_SIZE(
name_to_funcptr_map
); i++) {
2299
if (strcmp(name,
name_to_funcptr_map
[i].name) == 0)
2300
return
name_to_funcptr_map
[i].ptr;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp
2597
}
name_to_funcptr_map
[] = {
variable in typeref:struct:__anon2922
2641
for (uint32_t i = 0; i < ARRAY_SIZE(
name_to_funcptr_map
); i++) {
2642
if (strcmp(name,
name_to_funcptr_map
[i].name) == 0)
2643
return
name_to_funcptr_map
[i].ptr;
Completed in 9 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026