Home
last modified time | relevance | path

Searched refs:SNORM (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c159 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T),
160 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T),
168 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC),
172 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC),
181 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR),
185 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR),
194 A1(A, A8_SNORM, R8_SNORM, xx, xx, xx, R, SNORM, R8, T),
198 A1(A, A16_SNORM, R16_SNORM, xx, xx, xx, R, SNORM, R16, T),
208 C4(A, L8A8_SNORM, RG8_SNORM, R, R, R, G, SNORM, G8R8, T),
213 C4(A, L16A16_SNORM, RG16_SNORM, R, R, R, G, SNORM, R16_G16, T),
[all …]
/third_party/mesa3d/src/asahi/lib/
Dagx_formats.c57 AGX_FMT(R8_SNORM, R8, SNORM, T, S8NORM),
58 AGX_FMT(R8G8_SNORM, R8G8, SNORM, T, S8NORM),
59 AGX_FMT(R8G8B8A8_SNORM, R8G8B8A8, SNORM, T, S8NORM),
60 AGX_FMT(A8R8G8B8_SNORM, R8G8B8A8, SNORM, T, S8NORM),
61 AGX_FMT(A8B8G8R8_SNORM, R8G8B8A8, SNORM, T, S8NORM),
62 AGX_FMT(B8G8R8A8_SNORM, R8G8B8A8, SNORM, T, S8NORM),
123 AGX_FMT(ETC2_R11_SNORM, EAC_R11, SNORM, F,_),
125 AGX_FMT(ETC2_RG11_SNORM, EAC_RG11, SNORM, F,_),
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c50 MAP_FORMAT(FMT, SNORM)
91 MAP_FORMAT_X8(R8G8B8, SNORM) \
123 MAP_EMU_FORMAT(8, SNORM) \
127 MAP_EMU_FORMAT(16, SNORM) \
157 MAP_FORMAT2(RGTC1, SNORM, BC4, SNORM) \
159 MAP_FORMAT2(RGTC2, SNORM, BC5, SNORM) \
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkformat.c132 {FORMAT (R8G8B8A8, SNORM), FLAG (RGB) | FLAG (ALPHA) | NE, DPTH8888, PSTR4444,
146 {FORMAT (B8G8R8A8, SNORM), FLAG (RGB) | FLAG (ALPHA) | NE, DPTH8888, PSTR4444,
160 {FORMAT (R8G8B8, SNORM), FLAG (RGB) | NE, DPTH888, PSTR444, PLANE0, OFFS012,
174 {FORMAT (B8G8R8, SNORM), FLAG (RGB) | NE, DPTH888, PSTR444, PLANE0, OFFS210,
188 {FORMAT (R8G8, SNORM), FLAG (RGB) | NE, DPTH88, PSTR44, PLANE0, OFFS01,
198 {FORMAT (R8, SNORM), FLAG (RGB) | NE, DPTH8, PSTR4, PLANE0, OFFS0, SUB4},
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt233 2. Are format conversions between UNORM and SNORM formats allowed
257 sized SNORM | sized SNORM | yes (provided component sizes match
260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
DEXT_texture_norm16.txt247 rename to NV_texture_norm16, mark SNORM formats as non color-renderable
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt233 2. Are format conversions between UNORM and SNORM formats allowed
257 sized SNORM | sized SNORM | yes (provided component sizes match
260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
DEXT_texture_norm16.txt247 rename to NV_texture_norm16, mark SNORM formats as non color-renderable
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp1013 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM },
1014 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM },
1015 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM },
1016 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM },
1017 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM },
1018 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
Dnv50_ir_lowering_nv50.cpp1666 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getPackedType()
1683 case SNORM: in getShaderType()
1874 format->type == SNORM) in handleSULDP()
1915 if (format->type == SNORM || format->type == SINT) { in handleSULDP()
1927 if (format->type == UNORM || format->type == SNORM) in handleSULDP()
1934 else if (format->type == SNORM) in handleSULDP()
2034 else if (format->type == SNORM) in handleSUSTP()
2070 packedType = format->type == SNORM ? TYPE_S16 : TYPE_U16; in handleSUSTP()
Dnv50_ir_lowering_nvc0.cpp2209 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
2225 case SNORM: in getDestType()
2292 format->type == SNORM) in convertSurfaceFormat()
2312 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat()
2319 else if (format->type == SNORM) in convertSurfaceFormat()
Dnv50_ir.h485 SNORM, enumerator
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c105 MAP_EMU_FORMAT(8, SNORM)
109 MAP_EMU_FORMAT(16, SNORM)
/third_party/mesa3d/src/util/format/
Du_format.c1128 REMAP_RGB(8, 8, 8, SNORM); in util_format_rgb_to_bgr()
1138 REMAP_RGBA_ALL(8, 8, 8, 8, SNORM); in util_format_rgb_to_bgr()
1161 REMAP_RGBA(10, 10, 10, 2, SNORM); in util_format_rgb_to_bgr()
1162 REMAP_RGBX(10, 10, 10, 2, SNORM); in util_format_rgb_to_bgr()
/third_party/mesa3d/docs/gallium/
Dformat.rst21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
/third_party/mesa3d/docs/relnotes/
D10.4.7.rst81 - r300g: fix RGTC1 and LATC1 SNORM formats
D18.1.1.rst45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
D18.0.4.rst46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
D10.2.5.rst132 - r600g: switch SNORM conversion to DX and GLES behavior
D10.5.1.rst150 - r300g: fix RGTC1 and LATC1 SNORM formats
D21.0.0.rst145 - radv: blit/copy tests with A2B10G10R10 SNORM fail when DCC is forced on GFX9
914 - lavapipe: disable SNORM blending for now
3042 - radv: disable A2 SNORM/SSCALED/SINT for texel buffers & images on all gens
/third_party/vk-gl-cts/android/cts/master/src/
Dvk-waivers.txt77 # IMG Rogue SNORM Waiver.
/third_party/vk-gl-cts/android/cts/main/src/
Dvk-waivers.txt77 # IMG Rogue SNORM Waiver.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dframebuffer.txt44 Blending is only defined for floating-point, UNORM, SNORM, and sRGB formats.
Dframebuffer.adoc44 Blending is only defined for floating-point, UNORM, SNORM, and sRGB formats.

12