Home
last modified time | relevance | path

Searched refs:R8_UNORM (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DFormatTablesAndEmulation.md11 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/
Dload_texture_border_functions_table_autogen.cpp57 case FormatID::R8_UNORM: in GetLoadTextureBorderFunctionsMap()
DFormatID_autogen.h238 R8_UNORM, enumerator
Ddxgi_format_map_autogen.cpp487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c69 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/
Dpan_format.c355 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/
Dlima_format.c120 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/
Dnv30_format.c76 _(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/
Dfd5_format.c74 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/
Dfd4_format.c71 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/
DREADME.md218 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/
DFormatID_autogen.h213 R8_UNORM, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h170 R8_UNORM = 0x140, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h238 R8_UNORM, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp258 …sStoreTilesClearColorTable[R8_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8_UNORM>::Sto…
DConvert.h672 case R8_UNORM: ConvertPixelFromFloat<R8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c103 FORMAT(R8_UNORM, NO, ALPHA, SWIZ(W, 0, 0, 1)),
/third_party/mesa3d/src/asahi/lib/
Dagx_formats.c39 AGX_FMT(R8_UNORM, R8, UNORM, T, U8NORM),
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c166 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/
Ddxgi_format_map_autogen.cpp487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
Dformatutils11.cpp291 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/
Dformatutils11.cpp291 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/
DIOSurfaceSurfaceMtl.mm47 {GL_RED, GL_UNSIGNED_BYTE, 1, angle::FormatID::R8_UNORM},
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp121 renderer->getFormat(angle::FormatID::R8_UNORM), 1, in createFont()
Dvk_mandatory_format_support_table_autogen.cpp232 {FormatID::R8_UNORM,

123