/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 93 B8G8R8A8_UNORM_SRGB, enumerator
|
D | copy_buffer.metal | 1309 PROC(B8G8R8A8_UNORM_SRGB) \ 1413 PROC(B8G8R8A8_UNORM_SRGB) \
|
D | mtl_default_shaders_src_autogen.inc | 1557 B8G8R8A8_UNORM_SRGB, 2886 …ure2dArray, dstTexture3d, dstTextureCube); } break; case FormatID::B8G8R8A8_UNORM_SRGB: { auto col… 2929 …es, options, bufferOffset, color, buffer); } break; case FormatID::B8G8R8A8_UNORM_SRGB: { auto col…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 93 B8G8R8A8_UNORM_SRGB = 0xC1, enumerator
|
/external/angle/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 93 B8G8R8A8_UNORM_SRGB, enumerator
|
D | Format.h | 199 return id == FormatID::B8G8R8A8_UNORM || id == FormatID::B8G8R8A8_UNORM_SRGB || in isBGRA()
|
D | dxgi_format_map_autogen.cpp | 295 return Format::Get(FormatID::B8G8R8A8_UNORM_SRGB); in GetFormat()
|
D | renderer_utils.cpp | 1286 return angle::FormatID::B8G8R8A8_UNORM_SRGB; in ConvertToSRGB() 1348 case angle::FormatID::B8G8R8A8_UNORM_SRGB: in ConvertToLinear()
|
D | Format_table_autogen.cpp | 100 …{ FormatID::B8G8R8A8_UNORM_SRGB, GL_BGRA8_SRGB_ANGLEX, GL_BGRA8_SRGB_ANGLEX, GenerateMip<B8G8R8A8>… 289 return FormatID::B8G8R8A8_UNORM_SRGB; in InternalFormatToID()
|
D | load_functions_table_autogen.cpp | 3310 case FormatID::B8G8R8A8_UNORM_SRGB: in GetLoadFunctionsMap()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 213 …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 | 193 …table[B8G8R8A8_UNORM_SRGB] = LoadMacroTile<TilingTraits<TTileMode, 32>, B8G8R8A8_UNORM… in InitLoadTileColorTable()
|
D | StoreTile.h | 847 struct ConvertPixelsSOAtoAOS < R32G32B32A32_FLOAT, B8G8R8A8_UNORM_SRGB > 852 FlatConvert<B8G8R8A8_UNORM_SRGB>(pSrc, ppDsts[0], ppDsts[1], ppDsts[2], ppDsts[3]); 1917 …table[TTileMode][B8G8R8A8_UNORM_SRGB] = StoreMacroTile<TilingTraits<TTileMode, 32>, R32G…
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mandatory_format_support_table_autogen.cpp | 91 {FormatID::B8G8R8A8_UNORM_SRGB,
|
D | vk_format_table_autogen.cpp | 537 case angle::FormatID::B8G8R8A8_UNORM_SRGB: in initialize() 539 actualImageFormatID = angle::FormatID::B8G8R8A8_UNORM_SRGB; in initialize() 541 actualBufferFormatID = angle::FormatID::B8G8R8A8_UNORM_SRGB; in initialize() 2402 {angle::FormatID::B8G8R8A8_UNORM_SRGB, VK_FORMAT_B8G8R8A8_SRGB}, in GetVkFormatFromFormatID() 2593 return angle::FormatID::B8G8R8A8_UNORM_SRGB; in GetFormatIDFromVkFormat()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 409 {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, , , , bgra, sr…
|
D | isl_format.c | 147 SF( Y, Y, x, x, Y, Y, x, x, x, x, x, 100, B8G8R8A8_UNORM_SRGB)
|
/external/angle/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 1485 case angle::FormatID::B8G8R8A8_UNORM_SRGB: 1494 &angle::Format::Get(angle::FormatID::B8G8R8A8_UNORM_SRGB);
|
D | mtl_format_table_autogen.mm | 40 return angle::FormatID::B8G8R8A8_UNORM_SRGB; 338 case angle::FormatID::B8G8R8A8_UNORM_SRGB: 341 this->actualFormatId = angle::FormatID::B8G8R8A8_UNORM_SRGB;
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 185 angle::FormatID::B8G8R8A8_UNORM_SRGB, in Get()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 960 struct FormatTraits<B8G8R8A8_UNORM_SRGB>
|