Home
last modified time | relevance | path

Searched refs:L16_UNORM (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h153 L16_UNORM = 0x112, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c105 _(L16_UNORM , S___),
248 _(L16_UNORM , A16 , 0, C, C, C, 1, 1, 1, 1, 1, NONE, ____),
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c112 LIMA_TEXEL_FORMAT(L16_UNORM, L16, false, SWIZ(X, Y, Z, W)),
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h655 case L16_UNORM: ConvertPixelFromFloat<L16_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h253 …table[L16_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 16>, L16_UNORM, R32… in InitLoadTileColorTable()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c103 FORMAT(L16_UNORM, NO, R16, SWIZ_XXX1, 32, 1),
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c108 _T(L16_UNORM, 16_UNORM, NONE, WZYX),
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c104 _T(L16_UNORM, 16_UNORM, NONE, WZYX),
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c98 _T_(L16_UNORM, 16_UNORM, WZYX),
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv183 L16_UNORM , 16, 1, 1, 1, , , , , un16, , , l, line…
Disl_format.c216 SF( Y, Y, Y, x, x, x, x, x, x, x, x, x, L16_UNORM)
/third_party/mesa3d/src/panfrost/lib/
Dpan_format.c395 FMT(L16_UNORM, R16_UNORM, RRR1, L, VT__),
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c171 F3(A, L16_UNORM, R16_UNORM, R, R, R, xx, UNORM, R16, TC),
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c56 CONV_FORMAT(L16_UNORM)
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h2346 struct FormatTraits<L16_UNORM>