Home
last modified time | relevance | path

Searched refs:fixed_func_tcs_shader_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c245 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()
H A Dsi_state_shaders.cpp4525 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()
H A Dsi_pipe.h982 struct hash_table *fixed_func_tcs_shader_cache; member