Searched refs:fixed_func_tcs_shader_cache (Results 1 – 3 of 3) sorted by relevance
245 if (sctx->fixed_func_tcs_shader_cache) { in si_destroy_context()246 hash_table_foreach(sctx->fixed_func_tcs_shader_cache, entry) { in si_destroy_context()249 _mesa_hash_table_destroy(sctx->fixed_func_tcs_shader_cache, NULL); in si_destroy_context()
4525 if (!sctx->fixed_func_tcs_shader_cache) { in si_set_tcs_to_fixed_func_shader()4526 sctx->fixed_func_tcs_shader_cache = si_fixed_func_tcs_shader_key_table_create(NULL); in si_set_tcs_to_fixed_func_shader()4534 sctx->fixed_func_tcs_shader_cache, &key); in si_set_tcs_to_fixed_func_shader()4543 _mesa_hash_table_insert(sctx->fixed_func_tcs_shader_cache, &key, (void *)tcs); in si_set_tcs_to_fixed_func_shader()
982 struct hash_table *fixed_func_tcs_shader_cache; member