/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | FormatTablesAndEmulation.md | 10 luminance texture format `L8_UNORM` does not exist in Vulkan. We override `L8_UNORM` with the 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.
|
/external/angle/src/libANGLE/renderer/ |
D | d3d_format.cpp | 84 static const D3DFormat info(8, 1, 1, 0, 0, 0, 0, 8, 0, 0, FormatID::L8_UNORM); in GetD3DFormatInfo()
|
D | FormatID_autogen.h | 130 L8_UNORM, enumerator
|
D | Format_table_autogen.cpp | 137 …{ FormatID::L8_UNORM, GL_LUMINANCE8_EXT, GL_LUMINANCE8_EXT, GenerateMip<L8>, NoCopyFunctions, Read… 489 return FormatID::L8_UNORM; in InternalFormatToID()
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 130 L8_UNORM, enumerator
|
D | copy_buffer.metal | 1313 PROC(L8_UNORM) \ 1417 PROC(L8_UNORM) \
|
D | mtl_default_shaders_src_autogen.inc | 1594 L8_UNORM, 2886 …tTexture2dArray, dstTexture3d, dstTextureCube); } break; case FormatID::L8_UNORM: { auto color = r… 2929 …Indices, options, bufferOffset, color, buffer); } break; case FormatID::L8_UNORM: { auto color = t…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 176 L8_UNORM = 0x146, enumerator
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 101 FORMAT(L8_UNORM, NO, ALPHA, SWIZ(W, W, W, 1)),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 69 _(L8_UNORM , S___), 214 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_format.c | 103 LIMA_TEXEL_FORMAT(L8_UNORM, L8, false, SWIZ(X, Y, Z, W)),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 678 case L8_UNORM: ConvertPixelFromFloat<L8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 276 …table[L8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 8>, L8_UNORM, R32G3… in InitLoadTileColorTable()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_format_table.c | 112 FORMAT(L8_UNORM, NO, R8, SWIZ_XXX1, 16, 0),
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 94 _T(L8_UNORM, L8, NONE),
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 43 BFMT2(L8_UNORM, R8G8B8A8, R8), 328 PAN_V6(L8_UNORM, R8_UNORM, RRR1, L, VTR_), 578 PAN_V7(L8_UNORM, R8_UNORM, RRR1, L, VTR_),
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_format.c | 74 _TC(L8_UNORM, 8_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 82 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 88 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 85 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX),
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 209 L8_UNORM , 8, 1, 1, 1, , , , , un8, , , l, line…
|
D | isl_format.c | 245 SF( Y, Y, x, Y, x, x, x, x, x, x, x, x, L8_UNORM)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 166 F3(A, L8_UNORM, R8_UNORM, R, R, R, xx, UNORM, R8, TB),
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 53 CONV_FORMAT(L8_UNORM)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 2843 struct FormatTraits<L8_UNORM>
|