/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 159 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/ |
D | agx_formats.c | 57 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), 88 AGX_FMT(ETC2_R11_SNORM, EAC_R11, SNORM, F,_), 90 AGX_FMT(ETC2_RG11_SNORM, EAC_RG11, SNORM, F,_),
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkformat.c | 132 {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/ |
D | EXT_render_snorm.txt | 233 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)
|
D | EXT_texture_norm16.txt | 247 rename to NV_texture_norm16, mark SNORM formats as non color-renderable
|
/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 257 sized SNORM | sized SNORM | yes (provided component sizes match 260 sized SNORM | sized or unsized UNORM | no (conversions not supported)
|
D | EXT_texture_norm16.txt | 247 rename to NV_texture_norm16, mark SNORM formats as non color-renderable
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_format.c | 94 MAP_EMU_FORMAT(8, SNORM) 98 MAP_EMU_FORMAT(16, SNORM)
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 1017 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM }, 1018 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM }, 1019 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM }, 1020 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM }, 1021 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM }, 1022 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
|
D | nv50_ir_lowering_nv50.cpp | 1666 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()
|
D | nv50_ir_lowering_nvc0.cpp | 2199 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType() 2215 case SNORM: in getDestType() 2282 format->type == SNORM) in convertSurfaceFormat() 2302 if (format->type == UNORM || format->type == SNORM) in convertSurfaceFormat() 2309 else if (format->type == SNORM) in convertSurfaceFormat()
|
D | nv50_ir.h | 483 SNORM, enumerator
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 1084 REMAP_RGB(8, 8, 8, SNORM); in util_format_rgb_to_bgr() 1094 REMAP_RGBA_ALL(8, 8, 8, 8, SNORM); in util_format_rgb_to_bgr() 1117 REMAP_RGBA(10, 10, 10, 2, SNORM); in util_format_rgb_to_bgr() 1118 REMAP_RGBX(10, 10, 10, 2, SNORM); in util_format_rgb_to_bgr()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.4.7.rst | 81 - r300g: fix RGTC1 and LATC1 SNORM formats
|
D | 18.1.1.rst | 45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 18.0.4.rst | 46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 10.2.5.rst | 132 - r600g: switch SNORM conversion to DX and GLES behavior
|
D | 10.5.1.rst | 150 - r300g: fix RGTC1 and LATC1 SNORM formats
|
D | 21.0.0.rst | 145 - 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
|
D | 20.1.0.rst | 1369 - Revert "gallivm: disable rgtc/latc SNORM accellerated fetches" 3781 - gallivm: disable rgtc/latc SNORM accellerated fetches
|
D | 19.0.0.rst | 1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
|
D | 21.2.0.rst | 2002 - turnip: Make sure that SNORM blits don't clamp ambiguous -1.0 values. 4605 - freedreno/a6xx: Use UNORM for SNORM copy blits
|
/third_party/mesa3d/docs/gallium/ |
D | format.rst | 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1]
|
D | tgsi.rst | 3578 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | vk-waivers.txt | 77 # IMG Rogue SNORM Waiver.
|