Lines Matching defs:in
1 Formats in gallium
6 Format names like XnYnZnWn have the X component in the lowest-address n bits
7 and the W component in the highest-address n bits; for B8G8R8A8, byte 0 is
9 in this definition. In C::
13 Format aliases like XYZWstrq are (s+t+r+q)-bit integers in host endianness,
14 with the X component in the s least-significant bits of the integer. In C::
31 integers in shaders, while the latter are floats; likewise for ``UINT`` versus
40 S or U after the number of channel bits, as in ``R5SG5SB6U_NORM``.
42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
48 Formats used in video playback are named by their FOURCC code.
51 single 32-bit block of two pixels, where the R and B values are repeated in
54 Index buffers do not have a natural format in Gallium structures. For purposes