Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_priv.h175 FS_DST_LUMINANCE = 1 << 16, enumerator
Dxa_composite.c380 fs_traits |= FS_DST_LUMINANCE; in bind_shaders()
Dxa_renderer.c473 fs_traits |= FS_DST_LUMINANCE; in renderer_copy_prepare()
Dxa_tgsi.c464 unsigned dst_luminance = (fs_traits & FS_DST_LUMINANCE) != 0; in create_fs()