Home
last modified time | relevance | path

Searched refs:UNORM (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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, X8Z2
[all...]
/third_party/mesa3d/src/asahi/lib/
H A 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,
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c49 MAP_FORMAT(FMT, UNORM) \
90 MAP_FORMAT_X8(R8G8B8, UNORM) \
95 MAP_FORMAT(B8G8R8X8, UNORM) \
96 MAP_FORMAT(B8G8R8A8, UNORM) \
121 MAP_FORMAT_NO_TYPELESS(A8, UNORM) \
122 MAP_EMU_FORMAT_NO_ALPHA(8, UNORM) \
126 MAP_EMU_FORMAT(16, UNORM) \
138 MAP_FORMAT(R10G10B10A2, UNORM) \
140 MAP_FORMAT_NO_TYPELESS(B5G6R5, UNORM) \
141 MAP_FORMAT_NO_TYPELESS(B5G5R5A1, UNORM) \
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format.c332 * for UNORM and unbound depth buffers. When the depth buffer is floating
1121 REMAP_RGB(3, 3, 2, UNORM); in util_format_rgb_to_bgr()
1124 REMAP_RGB(5, 6, 5, UNORM); in util_format_rgb_to_bgr()
1127 REMAP_RGB(8, 8, 8, UNORM); in util_format_rgb_to_bgr()
1135 REMAP_RGBA_ALL(5, 5, 5, 1, UNORM); in util_format_rgb_to_bgr()
1137 REMAP_RGBA_ALL(8, 8, 8, 8, UNORM); in util_format_rgb_to_bgr()
1142 REMAP_RGBA(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr()
1143 REMAP_RGBX(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr()
1144 REMAP_ARGB(4, 4, 4, 4, UNORM); in util_format_rgb_to_bgr()
1150 REMAP_RGBA(10, 10, 10, 2, UNORM); in util_format_rgb_to_bgr()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp53 _FI(CL_UNORM_INT, 8, UNORM),
54 _FI(CL_UNORM_INT, 16, UNORM),
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp1005 { "RGBA16", 4, { 16, 16, 16, 16 }, UNORM },
1006 { "RGB10A2", 4, { 10, 10, 10, 2 }, UNORM },
1007 { "RGBA8", 4, { 8, 8, 8, 8 }, UNORM },
1008 { "RG16", 2, { 16, 16, 0, 0 }, UNORM },
1009 { "RG8", 2, { 8, 8, 0, 0 }, UNORM },
1010 { "R16", 1, { 16, 0, 0, 0 }, UNORM },
1011 { "R8", 1, { 8, 0, 0, 0 }, UNORM },
1020 { "BGRA8", 4, { 8, 8, 8, 8 }, UNORM, true },
H A 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()
H A Dnv50_ir_lowering_nvc0.cpp2208 case UNORM: return t->bits[c] == 8 ? TYPE_U8 : TYPE_U16; in getSrcType()
2224 case UNORM: in getDestType()
2291 format->type == UNORM || in convertSurfaceFormat()
2312 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat()
2317 if (format->type == UNORM) in convertSurfaceFormat()
H A Dnv50_ir.h484 UNORM, enumerator
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_util.c104 MAP_EMU_FORMAT_NO_ALPHA(8, UNORM)
108 MAP_EMU_FORMAT(16, UNORM)
/third_party/skia/src/core/
H A 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, in SkColorType_to_PixelFormat()
[all...]
H A DSkVM.h574 enum { UNORM, SRGB, FLOAT} encoding; enumerator

Completed in 37 milliseconds