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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c187 int tcl_mode; local in function:r200CreateContext
384 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
389 else if (tcl_mode == DRI_CONF_TCL_SW || getenv("R200_NO_TCL") ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c153 int tcl_mode, fthrottle_mode; local in function:r100CreateContext
333 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
337 } else if (tcl_mode == DRI_CONF_TCL_SW ||
H A Dradeon_screen.c84 DRI_CONF_OPT_BEGIN_V(tcl_mode,enum,def,"0:3") \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c188 int tcl_mode; local in function:r200CreateContext
384 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
389 else if (tcl_mode == DRI_CONF_TCL_SW || getenv("R200_NO_TCL") ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c153 int tcl_mode, fthrottle_mode; local in function:r100CreateContext
333 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
337 } else if (tcl_mode == DRI_CONF_TCL_SW ||
H A Dradeon_screen.c79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \

Completed in 5 milliseconds