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

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 175 FS_DST_LUMINANCE = 1 << 16,
xa_composite.c 380 fs_traits |= FS_DST_LUMINANCE;
xa_renderer.c 473 fs_traits |= FS_DST_LUMINANCE;
xa_tgsi.c 88 "FS_DST_LUMINANCE", /* = 1 << 15, */
464 unsigned dst_luminance = (fs_traits & FS_DST_LUMINANCE) != 0;

Completed in 61 milliseconds