Searched refs:fs_cache (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_program.c | 337 ht = ctx->fs_cache; 444 hash_table_foreach(ctx->fs_cache, entry) { 448 _mesa_hash_table_remove(ctx->fs_cache, entry); 737 ctx->fs_cache = _mesa_hash_table_create(ctx, lima_fs_cache_hash, 754 hash_table_foreach(ctx->fs_cache, entry) { 759 _mesa_hash_table_remove(ctx->fs_cache, entry);
|
| H A D | lima_context.h | 253 struct hash_table *fs_cache; member in struct:lima_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 333 struct hash_table *fs_cache, *vs_cache; member in struct:vc4_context
|
| H A D | vc4_program.c | 2559 ht = vc4->fs_cache; 2875 hash_table_foreach(vc4->fs_cache, entry) { 2876 delete_from_cache_if_matches(vc4->fs_cache, &vc4->prog.fs, 2918 vc4->fs_cache = _mesa_hash_table_create(pctx, fs_cache_hash, 2931 hash_table_foreach(vc4->fs_cache, entry) { 2935 _mesa_hash_table_remove(vc4->fs_cache, entry);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 331 struct hash_table *fs_cache, *vs_cache; member in struct:vc4_context
|
| H A D | vc4_program.c | 2584 ht = vc4->fs_cache; 2894 hash_table_foreach(vc4->fs_cache, entry) { 2895 delete_from_cache_if_matches(vc4->fs_cache, &vc4->prog.fs, 2937 vc4->fs_cache = _mesa_hash_table_create(pctx, fs_cache_hash, 2950 hash_table_foreach(vc4->fs_cache, entry) { 2954 _mesa_hash_table_remove(vc4->fs_cache, entry);
|
Completed in 13 milliseconds