HomeSort by: relevance | last modified time | path
    Searched refs:RenderAccel (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xf86-video-mach64/dist/src/
aticonfig.c 221 "RenderAccel",
352 # define RenderAccel PublicOption[ATI_OPTION_RENDER_ACCEL].value.boolean
371 RenderAccel = TRUE;
494 if (pATI->useEXA && !RenderAccel)
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_accelfuncs.c 1335 if (info->RenderAccel && info->xaaReq.minorversion >= 2) {
1369 } else if (info->RenderAccel) {
1375 info->RenderAccel = FALSE;
1378 info->RenderAccel ? "enabled" : "disabled");
radeon_kms.c 66 { OPTION_RENDER_ACCEL, "RenderAccel", OPTV_BOOLEAN, {0}, FALSE },
411 info->RenderAccel = xf86ReturnOptValBool(info->Options, OPTION_RENDER_ACCEL,
793 info->RenderAccel)));
radeon_exa_funcs.c 850 if (info->RenderAccel) {
radeon.h 902 Bool RenderAccel; /* Render */
radeon_driver.c 181 { OPTION_RENDER_ACCEL, "RenderAccel", OPTV_BOOLEAN, {0}, TRUE },
2110 info->RenderAccel = xf86ReturnOptValBool(info->Options, OPTION_RENDER_ACCEL,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 567 if (info->RenderAccel) {
r128.h 343 Bool RenderAccel;
r128_driver.c 180 { OPTION_RENDERACCEL, "RenderAccel", OPTV_BOOLEAN, {0}, FALSE },
1372 info->RenderAccel = xf86ReturnOptValBool(info->Options,
1375 if (info->RenderAccel)
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 535 Bool RenderAccel; /* Render */
radeon_exa_funcs.c 615 if (info->RenderAccel) {
radeon_kms.c 81 { OPTION_RENDER_ACCEL, "RenderAccel", OPTV_BOOLEAN, {0}, FALSE },
1501 info->RenderAccel = xf86ReturnOptValBool(info->Options, OPTION_RENDER_ACCEL,
2017 info->RenderAccel &&

Completed in 42 milliseconds