/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 115 L8A8_UNORM, enumerator
|
D | Format_table_autogen.cpp | 122 …{ 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/ |
D | d3d_format.cpp | 94 static const D3DFormat info(16, 1, 1, 0, 0, 0, 8, 8, 0, 0, FormatID::L8A8_UNORM); in GetD3DFormatInfo()
|
D | FormatID_autogen.h | 129 L8A8_UNORM, enumerator
|
D | Format_table_autogen.cpp | 136 …{ 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/ |
D | format_autogen.h | 129 L8A8_UNORM, enumerator
|
D | copy_buffer.metal | 1314 PROC(L8A8_UNORM) \ 1419 PROC(L8A8_UNORM) \
|
D | mtl_default_shaders_src_autogen.inc | 1591 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/ |
D | formats.h | 155 L8A8_UNORM = 0x114, enumerator
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 97 _(L8A8_UNORM , S___), 241 _(L8A8_UNORM , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, NONE, ____),
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 105 FORMAT(L8A8_UNORM, NO, LUMALPHA, SWIZ(X, X, X, W)),
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_format.c | 118 LIMA_TEXEL_FORMAT(L8A8_UNORM, L8A8, false, SWIZ(X, Y, Z, W)),
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.0.6.rst | 71 - etnaviv: add L8A8_UNORM texture format
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 657 case L8A8_UNORM: ConvertPixelFromFloat<L8A8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 255 …table[L8A8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 16>, L8A8_UNORM, R3… in InitLoadTileColorTable()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_format_table.c | 115 FORMAT(L8A8_UNORM, NO, RG8, SWIZ_XXXY, 16, 0),
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 110 _T(L8A8_UNORM, A8L8, NONE),
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 449 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/ |
D | formatutils9.cpp | 106 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/ |
D | isl_format_layout.csv | 185 L8A8_UNORM , 16, 1, 1, 1, , , , un8, un8, , , la, line…
|
D | isl_format.c | 218 SF( Y, Y, x, Y, x, x, x, x, x, x, x, x, L8A8_UNORM)
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 207 C4(A, L8A8_UNORM, RG8_UNORM, R, R, R, G, UNORM, G8R8, T),
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 55 CONV_FORMAT(L8A8_UNORM)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 996 case angle::FormatID::L8A8_UNORM: in initialize()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 2388 struct FormatTraits<L8A8_UNORM> : ComponentTraits<SWR_TYPE_UNORM, 8, SWR_TYPE_UNORM, 8>,
|