Home
last modified time | relevance | path

Searched refs:B8G8R8X8_UNORM (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c105 LIMA_TEXEL_FORMAT(B8G8R8X8_UNORM, RGBX_8888, false, SWIZ(X, Y, Z, W)),
136 LIMA_PIXEL_FORMAT(B8G8R8X8_UNORM, B8G8R8A8, false, 0x8888),
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormatID_autogen.h80 B8G8R8X8_UNORM, enumerator
DFormat_table_autogen.cpp87 …{ FormatID::B8G8R8X8_UNORM, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8X8>, NoCopyFunctions, Re…
255 return FormatID::B8G8R8X8_UNORM; in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dd3d_format.cpp115 static const D3DFormat info(32, 1, 1, 8, 8, 8, 0, 0, 0, 0, FormatID::B8G8R8X8_UNORM); in GetD3DFormatInfo()
DFormatID_autogen.h94 B8G8R8X8_UNORM, enumerator
Ddxgi_format_map_autogen.cpp299 return Format::Get(FormatID::B8G8R8X8_UNORM); in GetFormat()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h123 B8G8R8X8_UNORM = 0xE9, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h94 B8G8R8X8_UNORM, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp234 …sStoreTilesClearColorTable[B8G8R8X8_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, B8G8R8X8…
DConvert.h625 case B8G8R8X8_UNORM: ConvertPixelFromFloat<B8G8R8X8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h223 …table[B8G8R8X8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 32>, B8G8R8X8_UNORM in InitLoadTileColorTable()
DStoreTile.h837 struct ConvertPixelsSOAtoAOS<R32G32B32A32_FLOAT, B8G8R8X8_UNORM>
842 FlatConvertNoAlpha<B8G8R8X8_UNORM>(pSrc, ppDsts[0], ppDsts[1], ppDsts[2], ppDsts[3]);
1941 …table[TTileMode][B8G8R8X8_UNORM] = StoreMacroTile<TilingTraits<TTileMode, 32>, R32G…
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c80 FORMAT(B8G8R8X8_UNORM, RGBA8888, RGBA8888, SWIZ(Z, Y, X, 1)),
/third_party/mesa3d/src/mesa/swrast/
Ds_texfetch_tmp.h118 FETCH_RGBA(B8G8R8X8_UNORM, GLuint, 1)
Ds_texfetch.c134 FETCH_FUNCS(B8G8R8X8_UNORM),
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_format_map_autogen.cpp299 return Format::Get(FormatID::B8G8R8X8_UNORM); in GetFormat()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c63 FORMAT(B8G8R8X8_UNORM, RGBA8, RGBA8, SWIZ_ZYX1, 16, 0),
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c162 _T(B8G8R8X8_UNORM, X8R8G8B8, X8R8G8B8),
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c166 _T(B8G8R8X8_UNORM, 8_8_8_8_UNORM, R8G8B8A8_UNORM, WXYZ),
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c179 _T(B8G8R8X8_UNORM, 8_8_8_8_UNORM, R8G8B8A8_UNORM, WXYZ),
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp127 static const D3DFormat info(32, 1, 1, 8, 8, 8, 0, 0, 0, 0, FormatID::B8G8R8X8_UNORM); in GetD3DFormatInfo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c175 _T(B8G8R8X8_UNORM, 8_8_8_8_UNORM, R8G8B8A8_UNORM, WXYZ),
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c180 _TC(B8G8R8X8_UNORM, 8_8_8_8_UNORM, WXYZ),
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp413 {PIPE_FORMAT_B8G8R8X8_UNORM, B8G8R8X8_UNORM}, in mesa_to_swr_format()
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv149 B8G8R8X8_UNORM , 32, 1, 1, 1, un8, un8, un8, x8, , , , bgra, line…

12