Lines Matching refs:ProgramResourceHash
638 assert(type < ARRAY_SIZE(shProg->data->ProgramResourceHash)); in search_resource_hash()
640 if (!shProg->data->ProgramResourceHash[type]) in search_resource_hash()
659 _mesa_hash_table_search_pre_hashed(shProg->data->ProgramResourceHash[type], in search_resource_hash()
2140 for (unsigned i = 0; i < ARRAY_SIZE(shProg->data->ProgramResourceHash); i++) { in _mesa_program_resource_hash_destroy()
2141 if (shProg->data->ProgramResourceHash[i]) { in _mesa_program_resource_hash_destroy()
2142 _mesa_hash_table_destroy(shProg->data->ProgramResourceHash[i], NULL); in _mesa_program_resource_hash_destroy()
2143 shProg->data->ProgramResourceHash[i] = NULL; in _mesa_program_resource_hash_destroy()
2159 assert(type < ARRAY_SIZE(shProg->data->ProgramResourceHash)); in _mesa_create_program_resource_hash()
2161 if (!shProg->data->ProgramResourceHash[type]) { in _mesa_create_program_resource_hash()
2162 shProg->data->ProgramResourceHash[type] = in _mesa_create_program_resource_hash()
2167 _mesa_hash_table_insert(shProg->data->ProgramResourceHash[type], in _mesa_create_program_resource_hash()