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.c351 ht = ctx->fs_cache; in lima_get_compiled_fs()
458 hash_table_foreach(ctx->fs_cache, entry) { in lima_delete_fs_state()
462 _mesa_hash_table_remove(ctx->fs_cache, entry); in lima_delete_fs_state()
755 ctx->fs_cache = _mesa_hash_table_create(ctx, lima_fs_cache_hash, in lima_program_init()
772 hash_table_foreach(ctx->fs_cache, entry) { in lima_program_fini()
777 _mesa_hash_table_remove(ctx->fs_cache, entry); in lima_program_fini()
Dlima_context.h263 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.c2568 ht = vc4->fs_cache; in vc4_get_compiled_shader()
2878 hash_table_foreach(vc4->fs_cache, entry) { in vc4_shader_state_delete()
2879 delete_from_cache_if_matches(vc4->fs_cache, &vc4->prog.fs, in vc4_shader_state_delete()
2921 vc4->fs_cache = _mesa_hash_table_create(pctx, fs_cache_hash, in vc4_program_init()
2934 hash_table_foreach(vc4->fs_cache, entry) { in vc4_program_fini()
2938 _mesa_hash_table_remove(vc4->fs_cache, entry); in vc4_program_fini()