Home
last modified time | relevance | path

Searched refs:A8L8 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c241 _(L8A8_UNORM , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, NONE, ____),
242 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
243 _(R8G8_UNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, ____),
244 _(R8G8_SNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, SSSS),
/external/angle/src/image_util/
Dimageformats.h63 struct A8L8 struct
68 static void readColor(gl::ColorF *dst, const A8L8 *src); argument
69 static void writeColor(A8L8 *dst, const gl::ColorF *src);
70 static void average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2);
Dimageformats.cpp106 void A8L8::readColor(gl::ColorF *dst, const A8L8 *src) in readColor()
115 void A8L8::writeColor(A8L8 *dst, const gl::ColorF *src) in writeColor()
121 void A8L8::average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2) in average()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c109 _T(L8A8_UNORM, A8L8, NONE),
/external/mesa3d/docs/relnotes/
D19.3.0.rst1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array