Home
last modified time | relevance | path

Searched refs:ProgramResourceHash (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp640 assert(type < ARRAY_SIZE(shProg->data->ProgramResourceHash)); in search_resource_hash()
642 if (!shProg->data->ProgramResourceHash[type]) in search_resource_hash()
661 _mesa_hash_table_search_pre_hashed(shProg->data->ProgramResourceHash[type], in search_resource_hash()
2142 for (unsigned i = 0; i < ARRAY_SIZE(shProg->data->ProgramResourceHash); i++) { in _mesa_program_resource_hash_destroy()
2143 if (shProg->data->ProgramResourceHash[i]) { in _mesa_program_resource_hash_destroy()
2144 _mesa_hash_table_destroy(shProg->data->ProgramResourceHash[i], NULL); in _mesa_program_resource_hash_destroy()
2145 shProg->data->ProgramResourceHash[i] = NULL; in _mesa_program_resource_hash_destroy()
2161 assert(type < ARRAY_SIZE(shProg->data->ProgramResourceHash)); in _mesa_create_program_resource_hash()
2163 if (!shProg->data->ProgramResourceHash[type]) { in _mesa_create_program_resource_hash()
2164 shProg->data->ProgramResourceHash[type] = in _mesa_create_program_resource_hash()
[all …]
H A Dshader_types.h339 struct hash_table *ProgramResourceHash[NUM_PROGRAM_RESOURCE_TYPES]; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.0.0.rst3292 - mesa/st/i965: add a ProgramResourceHash for quicker resource lookup
H A D22.0.0.rst2822 - mesa: skip strlen when hashing strings for ProgramResourceHash