Searched refs:ProgramResourceHash (Results 1 – 4 of 4) sorted by relevance
640 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 …]
339 struct hash_table *ProgramResourceHash[NUM_PROGRAM_RESOURCE_TYPES]; member
3292 - mesa/st/i965: add a ProgramResourceHash for quicker resource lookup
2822 - mesa: skip strlen when hashing strings for ProgramResourceHash