Searched refs:UNORM (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_formats.c39 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 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, X8Z2
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A 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, X8Z2
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A 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.
H A Dtgsi.rst3500 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c329 * 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 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.
H A Dtgsi.rst3578 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_format.c93 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 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 },
H A Dnv50_ir_lowering_nvc0.cpp2177 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 Dnv50_ir.h455 UNORM, enumerator in enum:nv50_ir::ImgType
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp1009 { "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 Dnv50_ir_lowering_nv50.cpp1665 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 Dnv50_ir.h482 UNORM, enumerator in enum:nv50_ir::ImgType
H A Dnv50_ir_lowering_nvc0.cpp2198 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 D21.3.0.rst406 - panfrost: Fix UNORM 10 sizes
412 - pan/lower_framebuffer: Unify UNORM handling
413 - pan/lower_framebuffer: Don't treat UNORM 4 special
H A 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
H A D20.2.0.rst565 - panfrost: Un/pack 8-bit UNORM
567 - panfrost: Un/pack UNORM 4
H A D19.3.0.rst1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
H A D7.10.rst723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
H A D21.1.0.rst663 - panfrost: Fix UNORM 16 rendering
H A D21.2.0.rst4605 - freedreno/a6xx: Use UNORM for SNORM copy blits

Completed in 91 milliseconds