Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h117 L16A16_UNORM = 0xDF, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h619 case L16A16_UNORM: ConvertPixelFromFloat<L16A16_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h217 …table[L16A16_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 32>, L16A16_UNORM, … in InitLoadTileColorTable()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c109 FORMAT(L16A16_UNORM, NO, RG16, SWIZ_XXXY, 32, 2),
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c163 _T(L16A16_UNORM, 16_16_UNORM, NONE, WZYX),
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c159 _T(L16A16_UNORM, 16_16_UNORM, NONE, WZYX),
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c164 _T_(L16A16_UNORM, 16_16_UNORM, WZYX),
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv139 L16A16_UNORM , 32, 1, 1, 1, , , , un16, un16, , , la, line…
Disl_format.c174 SF( Y, Y, x, x, x, x, x, x, x, x, x, x, L16A16_UNORM)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c212 C4(A, L16A16_UNORM, RG16_UNORM, R, R, R, G, UNORM, R16_G16, T),
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c160 CONV_FORMAT(L16A16_UNORM)
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h1526 struct FormatTraits<L16A16_UNORM> : ComponentTraits<SWR_TYPE_UNORM, 16, SWR_TYPE_UNORM, 16>,