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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 144 FS_DST_LUMINANCE = 1 << 16,
xa_composite.c 376 fs_traits |= FS_DST_LUMINANCE;
xa_renderer.c 456 fs_traits |= FS_DST_LUMINANCE;
xa_tgsi.c 88 "FS_DST_LUMINANCE", /* = 1 << 15, */
454 unsigned dst_luminance = (fs_traits & FS_DST_LUMINANCE) != 0;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 144 FS_DST_LUMINANCE = 1 << 16,
xa_composite.c 376 fs_traits |= FS_DST_LUMINANCE;
xa_renderer.c 456 fs_traits |= FS_DST_LUMINANCE;
xa_tgsi.c 88 "FS_DST_LUMINANCE", /* = 1 << 15, */
454 unsigned dst_luminance = (fs_traits & FS_DST_LUMINANCE) != 0;

Completed in 284 milliseconds