Searched refs:bo_reuse_mode (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c417 int bo_reuse_mode; local in function:intelInitContext
471 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
472 switch (bo_reuse_mode) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c419 int bo_reuse_mode; local in function:intelInitContext
473 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
474 switch (bo_reuse_mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c768 int bo_reuse_mode = driQueryOptioni(config->options, "bo_reuse"); local in function:crocus_screen_create
769 switch (bo_reuse_mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c785 int bo_reuse_mode = driQueryOptioni(config->options, "bo_reuse"); local in function:iris_screen_create
786 switch (bo_reuse_mode) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c846 int bo_reuse_mode = driQueryOptioni(options, "bo_reuse"); local in function:brw_process_driconf_options
847 switch (bo_reuse_mode) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.c1893 int bo_reuse_mode = driQueryOptioni(&screen->optionCache, "bo_reuse"); local in function:brw_init_bufmgr
1894 switch (bo_reuse_mode) {

Completed in 12 milliseconds