HomeSort by relevance Sort by last modified time
    Searched refs:XORG_FALLBACK (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h 60 #define XORG_FALLBACK(s, arg...) \
xorg_exa.c 357 XORG_FALLBACK("accel not enabled");
360 XORG_FALLBACK("%s", !priv ? "!priv" : "!priv->tex");
363 XORG_FALLBACK("planeMask is not solid");
366 XORG_FALLBACK("not GXcopy");
371 XORG_FALLBACK("format %s", util_format_name(priv->tex->format));
438 XORG_FALLBACK("accel not enabled");
441 XORG_FALLBACK("pDst %s", !priv ? "!priv" : "!priv->tex");
444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex");
447 XORG_FALLBACK("planeMask is not solid");
450 XORG_FALLBACK("alu not GXcopy")
    [all...]
xorg_composite.c 184 XORG_FALLBACK("Unsupported Xrender filter");
189 XORG_FALLBACK("Gradients not enabled (haven't been well tested)");
198 XORG_FALLBACK("Component alpha not supported with source "
206 XORG_FALLBACK("Unsupported composition operation = %d", op);
xorg_xv.c 518 XORG_FALLBACK("Xv destination %s", !dst ? "!dst" : "!dst->tex");

Completed in 69 milliseconds