Lines Matching defs:cache
378 struct hash_table *ht = v3d->prog.cache[s->info.stage];
926 hash_table_foreach(v3d->prog.cache[s->info.stage], entry) {
942 _mesa_hash_table_remove(v3d->prog.cache[s->info.stage], entry);
1015 v3d->prog.cache[MESA_SHADER_VERTEX] =
1017 v3d->prog.cache[MESA_SHADER_GEOMETRY] =
1019 v3d->prog.cache[MESA_SHADER_FRAGMENT] =
1021 v3d->prog.cache[MESA_SHADER_COMPUTE] =
1031 struct hash_table *cache = v3d->prog.cache[i];
1032 if (!cache)
1035 hash_table_foreach(cache, entry) {
1038 _mesa_hash_table_remove(cache, entry);