Searched refs:UNORM (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID), 127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD), 128 C4(A, B8G8R8A8_SRGB, BGRA8_SRGB, B, G, R, A, UNORM, A8B8G8R8, TD), 129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD), 130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB), 131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB), 132 C4(A, R8G8B8A8_SRGB, RGBA8_SRGB, R, G, B, A, UNORM, A8B8G8R8, TB), 133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB), 135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ), 137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ), [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 1000 { "RGBA16", 4, { 16, 16, 16, 16 }, UNORM }, 1001 { "RGB10A2", 4, { 10, 10, 10, 2 }, UNORM }, 1002 { "RGBA8", 4, { 8, 8, 8, 8 }, UNORM }, 1003 { "RG16", 2, { 16, 16, 0, 0 }, UNORM }, 1004 { "RG8", 2, { 8, 8, 0, 0 }, UNORM }, 1005 { "R16", 1, { 16, 0, 0, 0 }, UNORM }, 1006 { "R8", 1, { 8, 0, 0, 0 }, UNORM }, 1015 { "BGRA8", 4, { 8, 8, 8, 8 }, UNORM, true },
|
D | nv50_ir_lowering_nvc0.cpp | 1896 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; in getSrcType() 1912 case UNORM: in getDestType() 1962 format->type == UNORM || in convertSurfaceFormat() 1983 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat() 1988 if (format->type == UNORM) in convertSurfaceFormat()
|
D | nv50_ir.h | 424 UNORM, enumerator
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 27 - ``UNORM``: N bit unsigned integer normalized to [0 ... 1] 42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
|
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 …or between FS and CB, only the basic component type must match (float for UNORM/SNORM/FLOAT, int f…
|