Searched refs:B8G8R8A8_UNORM_SRGB (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 93 B8G8R8A8_UNORM_SRGB = 0xC1, enumerator
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 212 …sStoreTilesClearColorTable[B8G8R8A8_UNORM_SRGB] = StoreMacroTileClear<R32G32B32A32_FLOAT, B8G…
|
D | Convert.h | 595 case B8G8R8A8_UNORM_SRGB: ConvertPixelFromFloat<B8G8R8A8_UNORM_SRGB>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 209 …table[B8G8R8A8_UNORM_SRGB] = LoadMacroTile<TilingTraits<TTileMode, 32>, B8G8R8A8_UNORM… in InitLoadTileColorTable()
|
D | StoreTile.h | 973 struct ConvertPixelsSOAtoAOS < R32G32B32A32_FLOAT, B8G8R8A8_UNORM_SRGB > 979 FlatConvert<B8G8R8A8_UNORM_SRGB>(pSrc, ppDsts[0], ppDsts[1], ppDsts[2], ppDsts[3]); 981 FlatConvert<B8G8R8A8_UNORM_SRGB>(pSrc, ppDsts[0], ppDsts[1]); 2445 …table[TTileMode][B8G8R8A8_UNORM_SRGB] = StoreMacroTile<TilingTraits<TTileMode, 32>, R32G…
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 435 {PIPE_FORMAT_B8G8R8A8_SRGB, B8G8R8A8_UNORM_SRGB}, in mesa_to_swr_format()
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 113 B8G8R8A8_UNORM_SRGB , 32, 1, 1, 1, un8, un8, un8, un8, , , , srgb,
|
D | isl_format.c | 138 SF( Y, Y, x, x, Y, Y, x, x, x, x, x, 100, B8G8R8A8_UNORM_SRGB)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 865 template<> struct FormatTraits<B8G8R8A8_UNORM_SRGB> :
|