/third_party/mesa3d/src/asahi/lib/ |
D | agx_formats.c | 39 AGX_FMT(R8_UNORM, R8, UNORM, T, U8NORM), 40 AGX_FMT(R8G8_UNORM, R8G8, UNORM, T, U8NORM), 41 AGX_FMT(R8G8B8A8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 42 AGX_FMT(A8R8G8B8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 43 AGX_FMT(A8B8G8R8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 44 AGX_FMT(B8G8R8A8_UNORM, R8G8B8A8, UNORM, T, U8NORM), 46 AGX_FMT(R16_UNORM, R16, UNORM, T, U16NORM), 47 AGX_FMT(R16G16_UNORM, R16G16, UNORM, T, U16NORM), 48 AGX_FMT(R16G16B16A16_UNORM, R16G16B16A16, UNORM, T, U16NORM), 50 AGX_FMT(R8_SRGB, R8, UNORM, T, SRGBA8), [all …]
|
/third_party/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 …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkformat.c | 130 {FORMAT (R8G8B8A8, UNORM), FLAG (RGB) | FLAG (ALPHA) | NE, DPTH8888, PSTR4444, 144 {FORMAT (B8G8R8A8, UNORM), FLAG (RGB) | FLAG (ALPHA) | NE, DPTH8888, PSTR4444, 158 {FORMAT (R8G8B8, UNORM), FLAG (RGB) | NE, DPTH888, PSTR444, PLANE0, OFFS012, 172 {FORMAT (B8G8R8, UNORM), FLAG (RGB) | NE, DPTH888, PSTR444, PLANE0, OFFS210, 186 {FORMAT (R8G8, UNORM), FLAG (RGB) | NE, DPTH88, PSTR44, PLANE0, OFFS01, 197 {FORMAT (R8, UNORM), FLAG (RGB) | NE, DPTH8, PSTR4, PLANE0, OFFS0, SUB4},
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 1077 REMAP_RGB(3, 3, 2, UNORM); in util_format_rgb_to_bgr() 1080 REMAP_RGB(5, 6, 5, UNORM); in util_format_rgb_to_bgr() 1083 REMAP_RGB(8, 8, 8, UNORM); in util_format_rgb_to_bgr() 1091 REMAP_RGBA_ALL(5, 5, 5, 1, UNORM); in util_format_rgb_to_bgr() 1093 REMAP_RGBA_ALL(8, 8, 8, 8, UNORM); in util_format_rgb_to_bgr() 1098 REMAP_RGBA(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr() 1099 REMAP_RGBX(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr() 1100 REMAP_ARGB(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr() 1106 REMAP_RGBA(10, 10, 10, 2, UNORM); in util_format_rgb_to_bgr() 1107 REMAP_RGBX(10, 10, 10, 2, UNORM); in util_format_rgb_to_bgr() [all …]
|
/third_party/mesa3d/docs/gallium/ |
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.
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 1009 { "RGBA16", 4, { 16, 16, 16, 16 }, UNORM }, 1010 { "RGB10A2", 4, { 10, 10, 10, 2 }, UNORM }, 1011 { "RGBA8", 4, { 8, 8, 8, 8 }, UNORM }, 1012 { "RG16", 2, { 16, 16, 0, 0 }, UNORM }, 1013 { "RG8", 2, { 8, 8, 0, 0 }, UNORM }, 1014 { "R16", 1, { 16, 0, 0, 0 }, UNORM }, 1015 { "R8", 1, { 8, 0, 0, 0 }, UNORM }, 1024 { "BGRA8", 4, { 8, 8, 8, 8 }, UNORM, true },
|
D | nv50_ir_lowering_nv50.cpp | 1665 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; in getPackedType() 1682 case UNORM: in getShaderType() 1873 format->type == UNORM || in handleSULDP() 1927 if (format->type == UNORM || format->type == SNORM) in handleSULDP() 1932 if (format->type == UNORM) in handleSULDP() 2032 if (format->type == UNORM) in handleSUSTP()
|
D | nv50_ir_lowering_nvc0.cpp | 2198 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; in getSrcType() 2214 case UNORM: in getDestType() 2281 format->type == UNORM || in convertSurfaceFormat() 2302 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat() 2307 if (format->type == UNORM) in convertSurfaceFormat()
|
D | nv50_ir.h | 482 UNORM, enumerator
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_format.c | 93 MAP_EMU_FORMAT_NO_ALPHA(8, UNORM) 97 MAP_EMU_FORMAT(16, UNORM)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_render_snorm.txt | 233 2. Are format conversions between UNORM and SNORM formats allowed 260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
|
D | EXT_texture_compression_astc_decode_mode.txt | 59 authored as 8-bit UNORM values, so decoding to FP16 values adds little
|
D | EXT_texture_compression_bptc.txt | 254 float format will reference significant sections of the UNORM description.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_render_snorm.txt | 233 2. Are format conversions between UNORM and SNORM formats allowed 260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
|
D | EXT_texture_compression_astc_decode_mode.txt | 59 authored as 8-bit UNORM values, so decoding to FP16 values adds little
|
D | EXT_texture_compression_bptc.txt | 254 float format will reference significant sections of the UNORM description.
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 1162 auto UNORM = PixelFormat::UNORM, in SkColorType_to_PixelFormat() local 1172 case kR16G16B16A16_unorm_SkColorType: return {UNORM,16,16,16,16, 0,16,32,48}; in SkColorType_to_PixelFormat() 1177 case kAlpha_8_SkColorType: return {UNORM, 0,0,0,8, 0,0,0,0}; in SkColorType_to_PixelFormat() 1178 case kGray_8_SkColorType: return {UNORM, 8,8,8,0, 0,0,0,0}; // Subtle. in SkColorType_to_PixelFormat() 1180 case kRGB_565_SkColorType: return {UNORM, 5,6,5,0, 11,5,0,0}; // (BGR) in SkColorType_to_PixelFormat() 1181 case kARGB_4444_SkColorType: return {UNORM, 4,4,4,4, 12,8,4,0}; // (ABGR) in SkColorType_to_PixelFormat() 1183 case kRGBA_8888_SkColorType: return {UNORM, 8,8,8,8, 0,8,16,24}; in SkColorType_to_PixelFormat() 1184 case kRGB_888x_SkColorType: return {UNORM, 8,8,8,0, 0,8,16,32}; // 32-bit in SkColorType_to_PixelFormat() 1185 case kBGRA_8888_SkColorType: return {UNORM, 8,8,8,8, 16,8, 0,24}; in SkColorType_to_PixelFormat() 1188 case kRGBA_1010102_SkColorType: return {UNORM, 10,10,10,2, 0,10,20,30}; in SkColorType_to_PixelFormat() [all …]
|
D | SkVM.h | 574 enum { UNORM, SRGB, FLOAT} encoding; enumerator
|
/third_party/icu/docs/userguide/usefrom/ |
D | cobol.md | 133 77 UNORM-NONE PIC 135 77 UNORM-NFD PIC 469 The unorm_xxx APIs are documented in file "UNORM.H".
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARM/ |
D | ARM_shader_framebuffer_fetch.txt | 248 All UNORM formats are supported. No other formats are supported.
|
/third_party/openGLES/extensions/ARM/ |
D | ARM_shader_framebuffer_fetch.txt | 248 All UNORM formats are supported. No other formats are supported.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 333 float format will reference significant sections of the UNORM description.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 323 float format will reference significant sections of the UNORM description.
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 406 - panfrost: Fix UNORM 10 sizes 412 - pan/lower_framebuffer: Unify UNORM handling 413 - pan/lower_framebuffer: Don't treat UNORM 4 special
|
D | 20.0.0.rst | 1740 - intel/blorp: Add support for CCS_E copies with UNORM formats 1744 - intel/blorp: Handle bit-casting UNORM and BGRA formats
|