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 D | r200_context.c | 187 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 D | radeon_context.c | 153 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 D | radeon_screen.c | 84 DRI_CONF_OPT_BEGIN_V(tcl_mode,enum,def,"0:3") \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 188 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 D | radeon_context.c | 153 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 D | radeon_screen.c | 79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \
|
Completed in 5 milliseconds