Home
last modified time | relevance | path

Searched refs:UNORM (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID),
127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
128 C4(A, B8G8R8A8_SRGB, BGRA8_SRGB, B, G, R, A, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
132 C4(A, R8G8B8A8_SRGB, RGBA8_SRGB, R, G, B, A, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ),
[all …]
/external/mesa3d/docs/gallium/
Dformat.rst27 - ``UNORM``: N bit unsigned integer normalized to [0 ... 1]
42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
Dtgsi.rst3580 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp1007 { "RGBA16", 4, { 16, 16, 16, 16 }, UNORM },
1008 { "RGB10A2", 4, { 10, 10, 10, 2 }, UNORM },
1009 { "RGBA8", 4, { 8, 8, 8, 8 }, UNORM },
1010 { "RG16", 2, { 16, 16, 0, 0 }, UNORM },
1011 { "RG8", 2, { 8, 8, 0, 0 }, UNORM },
1012 { "R16", 1, { 16, 0, 0, 0 }, UNORM },
1013 { "R8", 1, { 8, 0, 0, 0 }, UNORM },
1022 { "BGRA8", 4, { 8, 8, 8, 8 }, UNORM, true },
Dnv50_ir_lowering_nvc0.cpp2197 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; in getSrcType()
2213 case UNORM: in getDestType()
2280 format->type == UNORM || in convertSurfaceFormat()
2301 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat()
2306 if (format->type == UNORM) in convertSurfaceFormat()
Dnv50_ir.h480 UNORM, enumerator
/external/mesa3d/docs/relnotes/
D20.0.0.rst1740 - intel/blorp: Add support for CCS_E copies with UNORM formats
1744 - intel/blorp: Handle bit-casting UNORM and BGRA formats
D20.2.0.rst565 - panfrost: Un/pack 8-bit UNORM
567 - panfrost: Un/pack UNORM 4
D7.10.rst723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
D19.3.0.rst1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array