Searched refs:SNORM (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_formats.c57 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 Dnv50_formats.c159 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 Dnv50_formats.c159 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 Dd3d12_format.c94 MAP_EMU_FORMAT(8, SNORM)
98 MAP_EMU_FORMAT(16, SNORM)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dformat.rst21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
H A Dtgsi.rst3500 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp1015 { "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 Dnv50_ir_lowering_nvc0.cpp2178 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 Dnv50_ir.h456 SNORM, enumerator in enum:nv50_ir::ImgType
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp1017 { "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 Dnv50_ir_lowering_nv50.cpp1666 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 Dnv50_ir.h483 SNORM, enumerator in enum:nv50_ir::ImgType
H A Dnv50_ir_lowering_nvc0.cpp2199 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 Dformat.rst21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
H A Dtgsi.rst3578 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.7.rst81 - r300g: fix RGTC1 and LATC1 SNORM formats
H A D18.0.4.rst46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
H A D18.1.1.rst45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
H A D10.2.5.rst132 - r600g: switch SNORM conversion to DX and GLES behavior
H A D10.5.1.rst150 - r300g: fix RGTC1 and LATC1 SNORM formats
H A D21.0.0.rst145 - 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 D20.1.0.rst1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches"
3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
H A D19.0.0.rst1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
H A D21.2.0.rst2002 - 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 Du_format.c1084 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);

Completed in 61 milliseconds

12