Searched refs:E5B9G9R9 (Results 1 – 3 of 3) sorted by relevance
173 _T(R9G9B9E5_FLOAT, E5B9G9R9, NONE),
232 - anv/clear: Clear E5B9G9R9 images as R32_UINT
720 UInt E5B9G9R9 = (E5 << 27) | (B9 << 18) | (G9 << 9) | R9; in write() local722 *Pointer<UInt>(element) = E5B9G9R9; in write()