Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c233 if (sctx->fixed_func_tcs_shader_cache) { in si_destroy_context()
234 hash_table_foreach(sctx->fixed_func_tcs_shader_cache, entry) { in si_destroy_context()
237 _mesa_hash_table_destroy(sctx->fixed_func_tcs_shader_cache, NULL); in si_destroy_context()
H A Dsi_state_shaders.cpp4263 if (!sctx->fixed_func_tcs_shader_cache) {
4264 sctx->fixed_func_tcs_shader_cache = _mesa_hash_table_create(
4274 sctx->fixed_func_tcs_shader_cache, &key);
4283 _mesa_hash_table_insert(sctx->fixed_func_tcs_shader_cache, &key, (void *)tcs);
H A Dsi_pipe.h990 struct hash_table *fixed_func_tcs_shader_cache; member

Completed in 11 milliseconds