Home
last modified time | relevance | path

Searched refs:XORG_FALLBACK (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c357 XORG_FALLBACK("accel not enabled"); in ExaPrepareSolid()
360 XORG_FALLBACK("%s", !priv ? "!priv" : "!priv->tex"); in ExaPrepareSolid()
363 XORG_FALLBACK("planeMask is not solid"); in ExaPrepareSolid()
366 XORG_FALLBACK("not GXcopy"); in ExaPrepareSolid()
371 XORG_FALLBACK("format %s", util_format_name(priv->tex->format)); in ExaPrepareSolid()
438 XORG_FALLBACK("accel not enabled"); in ExaPrepareCopy()
441 XORG_FALLBACK("pDst %s", !priv ? "!priv" : "!priv->tex"); in ExaPrepareCopy()
444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex"); in ExaPrepareCopy()
447 XORG_FALLBACK("planeMask is not solid"); in ExaPrepareCopy()
450 XORG_FALLBACK("alu not GXcopy"); in ExaPrepareCopy()
[all …]
Dxorg_composite.c184 XORG_FALLBACK("Unsupported Xrender filter"); in xorg_composite_accelerated()
189 XORG_FALLBACK("Gradients not enabled (haven't been well tested)"); in xorg_composite_accelerated()
198 XORG_FALLBACK("Component alpha not supported with source " in xorg_composite_accelerated()
206 XORG_FALLBACK("Unsupported composition operation = %d", op); in xorg_composite_accelerated()
Dxorg_exa.h60 #define XORG_FALLBACK(s, arg...) \ macro
Dxorg_xv.c518 XORG_FALLBACK("Xv destination %s", !dst ? "!dst" : "!dst->tex"); in display_video()