Searched refs:sync_compile (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug_options.h4 OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)")
H A Dsi_state_shaders.c1956 if (sscreen->options.sync_compile)
2190 if (sctx->screen->options.sync_compile)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Ddriinfo_iris.h7 DRI_CONF_OPT_B(sync_compile, false, "Always compile synchronously (will cause stalls)")
H A Diris_screen.h181 bool sync_compile; member in struct:iris_screen::__anon22bd1b560108
H A Diris_screen.c820 screen->driconf.sync_compile =
821 driQueryOptionb(config->options, "sync_compile");
H A Diris_program.c1288 if (screen->driconf.sync_compile || dbg)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug_options.h3 OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)")
H A Dsi_state_shaders.c2528 if (sscreen->options.sync_compile)
2773 if (sctx->screen->options.sync_compile)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1788 - iris: add sync_compile option

Completed in 28 milliseconds