Searched refs:SNORM (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 157 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/ |
D | nv50_ir.cpp | 1008 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM }, 1009 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM }, 1010 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM }, 1011 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM }, 1012 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM }, 1013 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
|
D | nv50_ir_lowering_nvc0.cpp | 1897 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType() 1913 case SNORM: in getDestType() 1963 format->type == SNORM) in convertSurfaceFormat() 1983 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat() 1990 else if (format->type == SNORM) in convertSurfaceFormat()
|
D | nv50_ir.h | 425 SNORM, enumerator
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
|
D | tgsi.rst | 3374 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 141 …ween FS and CB, only the basic component type must match (float for UNORM/SNORM/FLOAT, int for SIN…
|