| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | agx_formats.c | 57 AGX_FMT(R8_SNORM, R8, SNORM, T, S8NORM), 58 AGX_FMT(R8G8_SNORM, R8G8, SNORM, T, S8NORM), 59 AGX_FMT(R8G8B8A8_SNORM, R8G8B8A8, SNORM, T, S8NORM), 60 AGX_FMT(A8R8G8B8_SNORM, R8G8B8A8, SNORM, T, S8NORM), 61 AGX_FMT(A8B8G8R8_SNORM, R8G8B8A8, SNORM, T, S8NORM), 62 AGX_FMT(B8G8R8A8_SNORM, R8G8B8A8, SNORM, T, S8NORM), 88 AGX_FMT(ETC2_R11_SNORM, EAC_R11, SNORM, F,_), 90 AGX_FMT(ETC2_RG11_SNORM, EAC_RG11, SNORM, F,_),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 159 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T), 160 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T), 168 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC), 172 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC), 181 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR), 185 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR), 194 A1(A, A8_SNORM, R8_SNORM, xx, xx, xx, R, SNORM, R8, T), 198 A1(A, A16_SNORM, R16_SNORM, xx, xx, xx, R, SNORM, R16, T), 208 C4(A, L8A8_SNORM, RG8_SNORM, R, R, R, G, SNORM, G8R8, T), 213 C4(A, L16A16_SNORM, RG16_SNORM, R, R, R, G, SNORM, R16_G1 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 159 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T), 160 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T), 168 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC), 172 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC), 181 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR), 185 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR), 194 A1(A, A8_SNORM, R8_SNORM, xx, xx, xx, R, SNORM, R8, T), 198 A1(A, A16_SNORM, R16_SNORM, xx, xx, xx, R, SNORM, R16, T), 208 C4(A, L8A8_SNORM, RG8_SNORM, R, R, R, G, SNORM, G8R8, T), 213 C4(A, L16A16_SNORM, RG16_SNORM, R, R, R, G, SNORM, R16_G1 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_format.c | 94 MAP_EMU_FORMAT(8, SNORM) 98 MAP_EMU_FORMAT(16, SNORM)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | format.rst | 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
|
| H A D | tgsi.rst | 3500 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 1015 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM }, 1016 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM }, 1017 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM }, 1018 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM }, 1019 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM }, 1020 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2178 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; 2194 case SNORM: 2244 format->type == SNORM) 2264 if (format->type == UNORM || format->type == SNORM) 2271 else if (format->type == SNORM)
|
| H A D | nv50_ir.h | 456 SNORM, enumerator in enum:nv50_ir::ImgType
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 1017 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM }, 1018 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM }, 1019 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM }, 1020 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM }, 1021 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM }, 1022 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
|
| H A D | nv50_ir_lowering_nv50.cpp | 1666 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; 1683 case SNORM: 1874 format->type == SNORM) 1915 if (format->type == SNORM || format->type == SINT) { 1927 if (format->type == UNORM || format->type == SNORM) 1934 else if (format->type == SNORM) 2034 else if (format->type == SNORM) 2070 packedType = format->type == SNORM ? TYPE_S16 : TYPE_U16;
|
| H A D | nv50_ir.h | 483 SNORM, enumerator in enum:nv50_ir::ImgType
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2199 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; 2215 case SNORM: 2282 format->type == SNORM) 2302 if (format->type == UNORM || format->type == SNORM) 2309 else if (format->type == SNORM)
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | format.rst | 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
|
| H A D | tgsi.rst | 3578 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.7.rst | 81 - r300g: fix RGTC1 and LATC1 SNORM formats
|
| H A D | 18.0.4.rst | 46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
| H A D | 18.1.1.rst | 45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
| H A D | 10.2.5.rst | 132 - r600g: switch SNORM conversion to DX and GLES behavior
|
| H A D | 10.5.1.rst | 150 - r300g: fix RGTC1 and LATC1 SNORM formats
|
| H A D | 21.0.0.rst | 145 - radv: blit/copy tests with A2B10G10R10 SNORM fail when DCC is forced on GFX9 914 - lavapipe: disable SNORM blending for now 3042 - radv: disable A2 SNORM/SSCALED/SINT for texel buffers & images on all gens
|
| H A D | 20.1.0.rst | 1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches" 3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
|
| H A D | 19.0.0.rst | 1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
|
| H A D | 21.2.0.rst | 2002 - turnip: Make sure that SNORM blits don't clamp ambiguous -1.0 values. 4605 - freedreno/a6xx: Use UNORM for SNORM copy blits
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format.c | 1084 REMAP_RGB(8, 8, 8, SNORM); 1094 REMAP_RGBA_ALL(8, 8, 8, 8, SNORM); 1117 REMAP_RGBA(10, 10, 10, 2, SNORM); 1118 REMAP_RGBX(10, 10, 10, 2, SNORM);
|