Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c525 ht = ctx->vs_cache; in lima_get_compiled_vs()
701 hash_table_foreach(ctx->vs_cache, entry) { in lima_delete_vs_state()
705 _mesa_hash_table_remove(ctx->vs_cache, entry); in lima_delete_vs_state()
757 ctx->vs_cache = _mesa_hash_table_create(ctx, lima_vs_cache_hash, in lima_program_init()
764 hash_table_foreach(ctx->vs_cache, entry) { in lima_program_fini()
769 _mesa_hash_table_remove(ctx->vs_cache, entry); in lima_program_fini()
Dlima_context.h264 struct hash_table *vs_cache; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h331 struct hash_table *fs_cache, *vs_cache; member
Dvc4_program.c2572 ht = vc4->vs_cache; in vc4_get_compiled_shader()
2882 hash_table_foreach(vc4->vs_cache, entry) { in vc4_shader_state_delete()
2883 delete_from_cache_if_matches(vc4->vs_cache, &vc4->prog.vs, in vc4_shader_state_delete()
2923 vc4->vs_cache = _mesa_hash_table_create(pctx, vs_cache_hash, in vc4_program_init()
2941 hash_table_foreach(vc4->vs_cache, entry) { in vc4_program_fini()
2945 _mesa_hash_table_remove(vc4->vs_cache, entry); in vc4_program_fini()