Home
last modified time | relevance | path

Searched refs:cache_get_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c833 util_queue_add_job(&screen->cache_get_thread, pc_entry, &pc_entry->fence, in zink_gfx_program_compile_queue()
1344 …util_queue_add_job(&screen->cache_get_thread, prog, &prog->base.cache_fence, create_linked_separab… in create_gfx_program_separable()
1541 util_queue_add_job(&screen->cache_get_thread, comp, &comp->base.cache_fence, in create_compute_program()
2252 …util_queue_add_job(&zink_screen(pctx->screen)->cache_get_thread, prog, &prog->base.cache_fence, gf… in zink_link_gfx_shader()
2316 …util_queue_add_job(&screen->cache_get_thread, zs, &zs->precompile.fence, gfx_shader_init_job, NULL… in zink_create_gfx_shader_state()
2415 util_queue_add_job(&screen->cache_get_thread, data, fence, execute, cleanup, job_size); in zink_driver_thread_add_job()
H A Dzink_screen.c232 util_queue_adjust_num_threads(&screen->cache_get_thread, max_threads, false); in zink_set_max_shader_compiler_threads()
434 util_queue_add_job(&screen->cache_get_thread, pg, &pg->cache_fence, cache_get_job, NULL, 0); in zink_screen_get_pipeline_cache()
1618 if (util_queue_is_initialized(&screen->cache_get_thread)) { in zink_destroy_screen()
1619 util_queue_finish(&screen->cache_get_thread); in zink_destroy_screen()
1620 util_queue_destroy(&screen->cache_get_thread); in zink_destroy_screen()
3589 if (!util_queue_init(&screen->cache_get_thread, "zcfq", 8, 4, in zink_internal_create_screen()
H A Dzink_types.h1430 struct util_queue cache_get_thread; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.3.0.rst3819 - zink: initialize cache_get_thread unconditionally