Home
last modified time | relevance | path

Searched refs:sync_compile (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Ddriinfo_iris.h7 DRI_CONF_OPT_B(sync_compile, false, "Always compile synchronously (will cause stalls)")
Diris_screen.h184 bool sync_compile; member
Diris_screen.c842 screen->driconf.sync_compile = in iris_screen_create()
Diris_program.c1293 if (screen->driconf.sync_compile || dbg) in iris_schedule_compile()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug_options.h3 OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)")
Dsi_state_shaders.cpp2864 if (sscreen->options.sync_compile) in si_shader_select_with_key()
3113 if (sctx->screen->options.sync_compile) in si_schedule_initial_compile()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1788 - iris: add sync_compile option