/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | FormatTablesAndEmulation.md | 11 required image format `R8_UNORM`. 14 `R8_UNORM` is not a required vertex buffer format. Some drivers do support `R8_UNORM` for vertex 15 buffers. So at runtime we check for sampled image support and fall back to `R32_FLOAT` if `R8_UNORM` 30 for `VkImages` and `VkBuffers`. For the above example of `R8_UNORM` overriding `L8_UNORM`, 31 `L8_UNORM` is the intended format and `R8_UNORM` is the actual Image format.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | load_texture_border_functions_table_autogen.cpp | 57 case FormatID::R8_UNORM: in GetLoadTextureBorderFunctionsMap()
|
D | FormatID_autogen.h | 238 R8_UNORM, enumerator
|
D | dxgi_format_map_autogen.cpp | 487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 69 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 77 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 87 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 355 FMT(R8_UNORM, R8_UNORM, R001, L, VTR_), 393 FMT(L8_UNORM, R8_UNORM, RRR1, L, VTR_), 394 FMT(I8_UNORM, R8_UNORM, RRRR, L, VTR_), 403 FMT(L8_SRGB, R8_UNORM, RRR1, S, VTR_), 404 FMT(R8_SRGB, R8_UNORM, R001, S, VTR_), 448 FMT(A8_UNORM, R8_UNORM, 000R, L, VTR_),
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_format.c | 120 LIMA_TEXEL_FORMAT(R8_UNORM, L8, false, SWIZ(X, 0, 0, 1)), 140 LIMA_PIXEL_FORMAT(R8_UNORM, B8, true, 0x8888),
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 76 _(R8_UNORM , S_V_), 158 _(R8_UNORM , U8_UNORM , 1), 221 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 74 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 82 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 92 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 71 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 79 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 89 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | README.md | 218 required image format `R8_UNORM`. 221 `R8_UNORM` is not a required vertex buffer format. Some drivers do support `R8_UNORM` for vertex 222 buffers. So at runtime we check for sampled image support and fall back to `R32_FLOAT` if `R8_UNORM` 238 `VkBuffers`. For the above example of `R8_UNORM` overriding `L8_UNORM`, `L8_UNORM` is the ANGLE 239 format and `R8_UNORM` is the Image format.
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 213 R8_UNORM, enumerator
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 170 R8_UNORM = 0x140, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 238 R8_UNORM, enumerator
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 258 …sStoreTilesClearColorTable[R8_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8_UNORM>::Sto…
|
D | Convert.h | 672 case R8_UNORM: ConvertPixelFromFloat<R8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 103 FORMAT(R8_UNORM, NO, ALPHA, SWIZ(W, 0, 0, 1)),
|
/third_party/mesa3d/src/asahi/lib/ |
D | agx_formats.c | 39 AGX_FMT(R8_UNORM, R8, UNORM, T, U8NORM),
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 166 F3(A, L8_UNORM, R8_UNORM, R, R, R, xx, UNORM, R8, TB), 180 C4(A, I8_UNORM, R8_UNORM, R, R, R, R, UNORM, R8, TR), 348 F1(A, R8_UNORM, R8_UNORM, R, xx, xx, xx, UNORM, R8, IB), 449 VF(A, R8_UNORM, UNORM, 8, 0),
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | dxgi_format_map_autogen.cpp | 487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
|
D | formatutils11.cpp | 291 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo_FL_9_3() 496 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 291 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo_FL_9_3() 500 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | IOSurfaceSurfaceMtl.mm | 47 {GL_RED, GL_UNSIGNED_BYTE, 1, angle::FormatID::R8_UNORM},
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 121 renderer->getFormat(angle::FormatID::R8_UNORM), 1, in createFont()
|
D | vk_mandatory_format_support_table_autogen.cpp | 232 {FormatID::R8_UNORM,
|