Lines Matching defs:entry
354 struct hash_entry *entry = _mesa_hash_table_search(ht, key);
355 if (entry)
356 return entry->data;
458 hash_table_foreach(ctx->fs_cache, entry) {
459 const struct lima_fs_key *key = entry->key;
461 struct lima_fs_compiled_shader *fs = entry->data;
462 _mesa_hash_table_remove(ctx->fs_cache, entry);
528 struct hash_entry *entry = _mesa_hash_table_search(ht, key);
529 if (entry)
530 return entry->data;
701 hash_table_foreach(ctx->vs_cache, entry) {
702 const struct lima_vs_key *key = entry->key;
704 struct lima_vs_compiled_shader *vs = entry->data;
705 _mesa_hash_table_remove(ctx->vs_cache, entry);
764 hash_table_foreach(ctx->vs_cache, entry) {
765 struct lima_vs_compiled_shader *vs = entry->data;
769 _mesa_hash_table_remove(ctx->vs_cache, entry);
772 hash_table_foreach(ctx->fs_cache, entry) {
773 struct lima_fs_compiled_shader *fs = entry->data;
777 _mesa_hash_table_remove(ctx->fs_cache, entry);