Home
last modified time | relevance | path

Searched refs:UNORM (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/asahi/lib/
Dagx_formats.c39 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/
Dnv50_formats.c126 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/
Dgstvkformat.c130 {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/
Du_format.c1077 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/
Dformat.rst27 - ``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/
Dnv50_ir.cpp1009 { "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 },
Dnv50_ir_lowering_nv50.cpp1665 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()
Dnv50_ir_lowering_nvc0.cpp2198 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()
Dnv50_ir.h482 UNORM, enumerator
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c93 MAP_EMU_FORMAT_NO_ALPHA(8, UNORM)
97 MAP_EMU_FORMAT(16, UNORM)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt233 2. Are format conversions between UNORM and SNORM formats allowed
260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
DEXT_texture_compression_astc_decode_mode.txt59 authored as 8-bit UNORM values, so decoding to FP16 values adds little
DEXT_texture_compression_bptc.txt254 float format will reference significant sections of the UNORM description.
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt233 2. Are format conversions between UNORM and SNORM formats allowed
260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
DEXT_texture_compression_astc_decode_mode.txt59 authored as 8-bit UNORM values, so decoding to FP16 values adds little
DEXT_texture_compression_bptc.txt254 float format will reference significant sections of the UNORM description.
/third_party/skia/src/core/
DSkVM.cpp1162 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 …]
DSkVM.h574 enum { UNORM, SRGB, FLOAT} encoding; enumerator
/third_party/icu/docs/userguide/usefrom/
Dcobol.md133 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/
DARM_shader_framebuffer_fetch.txt248 All UNORM formats are supported. No other formats are supported.
/third_party/openGLES/extensions/ARM/
DARM_shader_framebuffer_fetch.txt248 All UNORM formats are supported. No other formats are supported.
/third_party/openGLES/extensions/ARB/
DARB_texture_compression_bptc.txt333 float format will reference significant sections of the UNORM description.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_compression_bptc.txt323 float format will reference significant sections of the UNORM description.
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst406 - panfrost: Fix UNORM 10 sizes
412 - pan/lower_framebuffer: Unify UNORM handling
413 - pan/lower_framebuffer: Don't treat UNORM 4 special
D20.0.0.rst1740 - intel/blorp: Add support for CCS_E copies with UNORM formats
1744 - intel/blorp: Handle bit-casting UNORM and BGRA formats

12