Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c374 if (sctx->cs_blit_shaders) { in si_destroy_context()
375 hash_table_u64_foreach(sctx->cs_blit_shaders, entry) { in si_destroy_context()
378 _mesa_hash_table_u64_destroy(sctx->cs_blit_shaders); in si_destroy_context()
879 sctx->cs_blit_shaders = _mesa_hash_table_u64_create(NULL); in si_create_context()
880 if (!sctx->cs_blit_shaders) in si_create_context()
H A Dsi_compute_blit.c841 void *shader = _mesa_hash_table_u64_search(sctx->cs_blit_shaders, dispatch->shader_key.key); in si_compute_blit()
844 _mesa_hash_table_u64_insert(sctx->cs_blit_shaders, dispatch->shader_key.key, shader); in si_compute_blit()
H A Dsi_pipe.h977 struct hash_table_u64 *cs_blit_shaders; member