Searched refs:cs_blit_shaders (Results 1 – 3 of 3) sorted by relevance
374 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()
841 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()
977 struct hash_table_u64 *cs_blit_shaders; member