| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | agx_formats.c | 39 AGX_FMT(R8_UNORM, R8, UNORM, T, U8NORM), 40 AGX_FMT(R8G8_UNORM, R8G8, UNORM, T, U8NORM), 41 AGX_FMT(R8G8B8A8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 42 AGX_FMT(A8R8G8B8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 43 AGX_FMT(A8B8G8R8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 44 AGX_FMT(B8G8R8A8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 46 AGX_FMT(R16_UNORM, R16, UNORM, T, U16NORM), 47 AGX_FMT(R16G16_UNORM, R16G16, UNORM, T, U16NORM), 48 AGX_FMT(R16G16B16A16_UNORM, R16G16B16A16, UNORM, T, U16NORM), 50 AGX_FMT(R8_SRGB, R8, UNORM, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A 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, X8Z2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A 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, X8Z2 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A 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.
|
| H A D | tgsi.rst | 3500 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format.c | 329 * for UNORM and unbound depth buffers. When the depth buffer is floating 1077 REMAP_RGB(3, 3, 2, UNORM); 1080 REMAP_RGB(5, 6, 5, UNORM); 1083 REMAP_RGB(8, 8, 8, UNORM); 1091 REMAP_RGBA_ALL(5, 5, 5, 1, UNORM); 1093 REMAP_RGBA_ALL(8, 8, 8, 8, UNORM); 1098 REMAP_RGBA(4, 4, 4, 4, UNORM); 1099 REMAP_RGBX(4, 4, 4, 4, UNORM); 1100 REMAP_ARGB(4, 4, 4, 4, UNORM); 1106 REMAP_RGBA(10, 10, 10, 2, UNORM); [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A 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.
|
| H A D | tgsi.rst | 3578 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_format.c | 93 MAP_EMU_FORMAT_NO_ALPHA(8, UNORM) 97 MAP_EMU_FORMAT(16, UNORM)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A 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 },
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2177 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; 2193 case UNORM: 2243 format->type == UNORM || 2264 if (format->type == UNORM || format->type == SNORM) 2269 if (format->type == UNORM)
|
| H A D | nv50_ir.h | 455 UNORM, enumerator in enum:nv50_ir::ImgType
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 1009 { "RGBA16", 4, { 16, 16, 16, 16 }, UNORM }, 1010 { "RGB10A2", 4, { 10, 10, 10, 2 }, UNORM }, 1011 { "RGBA8", 4, { 8, 8, 8, 8 }, UNORM }, 1012 { "RG16", 2, { 16, 16, 0, 0 }, UNORM }, 1013 { "RG8", 2, { 8, 8, 0, 0 }, UNORM }, 1014 { "R16", 1, { 16, 0, 0, 0 }, UNORM }, 1015 { "R8", 1, { 8, 0, 0, 0 }, UNORM }, 1024 { "BGRA8", 4, { 8, 8, 8, 8 }, UNORM, true },
|
| H A D | nv50_ir_lowering_nv50.cpp | 1665 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; 1682 case UNORM: 1873 format->type == UNORM || 1927 if (format->type == UNORM || format->type == SNORM) 1932 if (format->type == UNORM) 2032 if (format->type == UNORM)
|
| H A D | nv50_ir.h | 482 UNORM, enumerator in enum:nv50_ir::ImgType
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2198 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; 2214 case UNORM: 2281 format->type == UNORM || 2302 if (format->type == UNORM || format->type == SNORM) 2307 if (format->type == UNORM)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 406 - panfrost: Fix UNORM 10 sizes 412 - pan/lower_framebuffer: Unify UNORM handling 413 - pan/lower_framebuffer: Don't treat UNORM 4 special
|
| H A 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
|
| H A D | 20.2.0.rst | 565 - panfrost: Un/pack 8-bit UNORM 567 - panfrost: Un/pack UNORM 4
|
| H A D | 19.3.0.rst | 1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
|
| H A D | 7.10.rst | 723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
|
| H A D | 21.1.0.rst | 663 - panfrost: Fix UNORM 16 rendering
|
| H A D | 21.2.0.rst | 4605 - freedreno/a6xx: Use UNORM for SNORM copy blits
|