Home
last modified time | relevance | path

Searched refs:L8A8_UNORM (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormatID_autogen.h115 L8A8_UNORM, enumerator
DFormat_table_autogen.cpp122 …{ FormatID::L8A8_UNORM, GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE8_ALPHA8_EXT, GenerateMip<L8A8>, NoC…
417 return FormatID::L8A8_UNORM; in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dd3d_format.cpp94 static const D3DFormat info(16, 1, 1, 0, 0, 0, 8, 8, 0, 0, FormatID::L8A8_UNORM); in GetD3DFormatInfo()
DFormatID_autogen.h129 L8A8_UNORM, enumerator
DFormat_table_autogen.cpp136 …{ FormatID::L8A8_UNORM, GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE8_ALPHA8_EXT, GenerateMip<L8A8>, NoC…
488 return FormatID::L8A8_UNORM; in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h129 L8A8_UNORM, enumerator
Dcopy_buffer.metal1314 PROC(L8A8_UNORM) \
1419 PROC(L8A8_UNORM) \
Dmtl_default_shaders_src_autogen.inc1591 L8A8_UNORM,
2885 …Texture2dArray, dstTexture3d, dstTextureCube); } break; case FormatID::L8A8_UNORM: { auto color = …
2928 …ndices, options, bufferOffset, color, buffer); } break; case FormatID::L8A8_UNORM: { auto color = …
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h155 L8A8_UNORM = 0x114, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c97 _(L8A8_UNORM , S___),
241 _(L8A8_UNORM , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, NONE, ____),
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c105 FORMAT(L8A8_UNORM, NO, LUMALPHA, SWIZ(X, X, X, W)),
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c118 LIMA_TEXEL_FORMAT(L8A8_UNORM, L8A8, false, SWIZ(X, Y, Z, W)),
/third_party/mesa3d/docs/relnotes/
D17.0.6.rst71 - etnaviv: add L8A8_UNORM texture format
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h657 case L8A8_UNORM: ConvertPixelFromFloat<L8A8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h255 …table[L8A8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 16>, L8A8_UNORM, R3… in InitLoadTileColorTable()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c115 FORMAT(L8A8_UNORM, NO, RG8, SWIZ_XXXY, 16, 0),
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c110 _T(L8A8_UNORM, A8L8, NONE),
/third_party/mesa3d/src/panfrost/lib/
Dpan_format.c449 FMT(L8A8_UNORM, RG8_UNORM, RRRG, L, VTR_),
475 FMT(L8A8_UNORM, R8A8_UNORM, RRRA, L, VTR_),
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp106 static const D3DFormat info(16, 1, 1, 0, 0, 0, 8, 8, 0, 0, FormatID::L8A8_UNORM); in GetD3DFormatInfo()
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv185 L8A8_UNORM , 16, 1, 1, 1, , , , un8, un8, , , la, line…
Disl_format.c218 SF( Y, Y, x, Y, x, x, x, x, x, x, x, x, L8A8_UNORM)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c207 C4(A, L8A8_UNORM, RG8_UNORM, R, R, R, G, UNORM, G8R8, T),
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c55 CONV_FORMAT(L8A8_UNORM)
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp996 case angle::FormatID::L8A8_UNORM: in initialize()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h2388 struct FormatTraits<L8A8_UNORM> : ComponentTraits<SWR_TYPE_UNORM, 8, SWR_TYPE_UNORM, 8>,

12