Home
last modified time | relevance | path

Searched refs:fs_cache (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c337 ht = ctx->fs_cache; in lima_get_compiled_fs()
444 hash_table_foreach(ctx->fs_cache, entry) { in lima_delete_fs_state()
448 _mesa_hash_table_remove(ctx->fs_cache, entry); in lima_delete_fs_state()
737 ctx->fs_cache = _mesa_hash_table_create(ctx, lima_fs_cache_hash, in lima_program_init()
754 hash_table_foreach(ctx->fs_cache, entry) { in lima_program_fini()
759 _mesa_hash_table_remove(ctx->fs_cache, entry); in lima_program_fini()
Dlima_context.h253 struct hash_table *fs_cache; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h331 struct hash_table *fs_cache, *vs_cache; member
Dvc4_program.c2584 ht = vc4->fs_cache; in vc4_get_compiled_shader()
2894 hash_table_foreach(vc4->fs_cache, entry) { in vc4_shader_state_delete()
2895 delete_from_cache_if_matches(vc4->fs_cache, &vc4->prog.fs, in vc4_shader_state_delete()
2937 vc4->fs_cache = _mesa_hash_table_create(pctx, fs_cache_hash, in vc4_program_init()
2950 hash_table_foreach(vc4->fs_cache, entry) { in vc4_program_fini()
2954 _mesa_hash_table_remove(vc4->fs_cache, entry); in vc4_program_fini()