Searched refs:L8A8_UNORM_SRGB (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 159 L8A8_UNORM_SRGB = 0x118, enumerator
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 661 case L8A8_UNORM_SRGB: ConvertPixelFromFloat<L8A8_UNORM_SRGB>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 259 …table[L8A8_UNORM_SRGB] = LoadMacroTile<TilingTraits<TTileMode, 16>, L8A8_UNORM_SRG… in InitLoadTileColorTable()
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 189 L8A8_UNORM_SRGB , 16, 1, 1, 1, , , , un8, un8, , , la, sr…
|
D | isl_format.c | 220 SF( 45, 45, x, x, x, x, x, x, x, x, x, x, L8A8_UNORM_SRGB)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 2473 struct FormatTraits<L8A8_UNORM_SRGB> : ComponentTraits<SWR_TYPE_UNORM, 8, SWR_TYPE_UNORM, 8>,
|