Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c157 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T),
158 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T),
166 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC),
170 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC),
179 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR),
183 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR),
192 A1(A, A8_SNORM, R8_SNORM, xx, xx, xx, R, SNORM, R8, T),
196 A1(A, A16_SNORM, R16_SNORM, xx, xx, xx, R, SNORM, R16, T),
206 C4(A, L8A8_SNORM, RG8_SNORM, R, R, R, G, SNORM, G8R8, T),
211 C4(A, L16A16_SNORM, RG16_SNORM, R, R, R, G, SNORM, R16_G16, T),
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp1006 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM },
1007 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM },
1008 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM },
1009 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM },
1010 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM },
1011 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
Dnv50_ir_lowering_nvc0.cpp2077 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
2093 case SNORM: in getDestType()
2143 format->type == SNORM) in convertSurfaceFormat()
2163 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat()
2170 else if (format->type == SNORM) in convertSurfaceFormat()
Dnv50_ir.h430 SNORM, enumerator
/external/mesa3d/src/gallium/docs/source/
Dformat.rst21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
Dtgsi.rst3478 level) out of UNORM, SNORM, SINT, UINT and FLOAT.