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.h144 FS_DST_LUMINANCE = 1 << 16, enumerator
Dxa_composite.c376 fs_traits |= FS_DST_LUMINANCE; in bind_shaders()
Dxa_renderer.c456 fs_traits |= FS_DST_LUMINANCE; in renderer_copy_prepare()
Dxa_tgsi.c454 unsigned dst_luminance = (fs_traits & FS_DST_LUMINANCE) != 0; in create_fs()