Searched refs:UNORM (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 126 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/ |
D | format.rst | 27 - ``UNORM``: N bit unsigned integer normalized to [0 ... 1] 42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
|
D | tgsi.rst | 3580 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 1007 { "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 },
|
D | nv50_ir_lowering_nvc0.cpp | 2197 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()
|
D | nv50_ir.h | 480 UNORM, enumerator
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1740 - intel/blorp: Add support for CCS_E copies with UNORM formats 1744 - intel/blorp: Handle bit-casting UNORM and BGRA formats
|
D | 20.2.0.rst | 565 - panfrost: Un/pack 8-bit UNORM 567 - panfrost: Un/pack UNORM 4
|
D | 7.10.rst | 723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
|
D | 19.3.0.rst | 1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
|