Home
last modified time | relevance | path

Searched refs:SNORM (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
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_G16, T),
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
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 },
Dnv50_ir_lowering_nvc0.cpp2198 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
2214 case SNORM: in getDestType()
2281 format->type == SNORM) in convertSurfaceFormat()
2301 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat()
2308 else if (format->type == SNORM) in convertSurfaceFormat()
Dnv50_ir.h481 SNORM, enumerator
/external/mesa3d/docs/gallium/
Dformat.rst21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
Dtgsi.rst3580 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/external/mesa3d/docs/relnotes/
D10.4.7.rst81 - r300g: fix RGTC1 and LATC1 SNORM formats
D18.0.4.rst46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
D18.1.1.rst45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
D10.2.5.rst132 - r600g: switch SNORM conversion to DX and GLES behavior
D10.5.1.rst150 - r300g: fix RGTC1 and LATC1 SNORM formats
D20.1.0.rst1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches"
3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
D19.0.0.rst1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
D7.10.rst723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
D19.3.0.rst1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
D20.3.0.rst1353 - lavapipe: disable SNORM blending for now