Home
last modified time | relevance | path

Searched refs:L8A8_UINT (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h168 L8A8_UINT = 0x126, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h670 case L8A8_UINT: ConvertPixelFromFloat<L8A8_UINT>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h268 …table[L8A8_UINT] = LoadMacroTile<TilingTraits<TTileMode, 16>, L8A8_UINT, R32… in InitLoadTileColorTable()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c112 _T(L8A8_UINT, 8_8_UINT, NONE, WZYX),
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c124 _T(L8A8_UINT, 8_8_UINT, NONE, WZYX),
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c120 _T(L8A8_UINT, 8_8_UINT, NONE, WZYX),
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c115 _T_(L8A8_UINT, 8_8_UINT, WZYX),
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv201 L8A8_UINT , 16, 1, 1, 1, , , , ui8, ui8, , , la, line…
Disl_format.c239 SF( 90, x, x, x, x, x, x, x, x, x, x, x, L8A8_UINT)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c211 C4(A, L8A8_UINT, RG8_UINT, R, R, R, G, UINT, G8R8, T),
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c210 CONV_FORMAT(L8A8_UINT)
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h2673 struct FormatTraits<L8A8_UINT> : ComponentTraits<SWR_TYPE_UINT, 8, SWR_TYPE_UINT, 8>,