/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
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_G16, T), [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
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 },
|
D | nv50_ir_lowering_nvc0.cpp | 2198 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()
|
D | nv50_ir.h | 481 SNORM, enumerator
|
/external/mesa3d/docs/gallium/ |
D | format.rst | 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
|
D | tgsi.rst | 3580 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
/external/mesa3d/docs/relnotes/ |
D | 10.4.7.rst | 81 - r300g: fix RGTC1 and LATC1 SNORM formats
|
D | 18.0.4.rst | 46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 18.1.1.rst | 45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 10.2.5.rst | 132 - r600g: switch SNORM conversion to DX and GLES behavior
|
D | 10.5.1.rst | 150 - r300g: fix RGTC1 and LATC1 SNORM formats
|
D | 20.1.0.rst | 1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches" 3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
|
D | 19.0.0.rst | 1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
|
D | 7.10.rst | 723 - nv50: change back accidentally swapped UNORM,SNORM vertex type
|
D | 19.3.0.rst | 1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
|
D | 20.3.0.rst | 1353 - lavapipe: disable SNORM blending for now
|