Home
last modified time | relevance | path

Searched refs:R8G8B8_UNORM_SRGB (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormatID_autogen.h201 R8G8B8_UNORM_SRGB, enumerator
DFormat_table_autogen.cpp208 …{ FormatID::R8G8B8_UNORM_SRGB, GL_SRGB8, GL_SRGB8, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor…
625 return FormatID::R8G8B8_UNORM_SRGB; in InternalFormatToID()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h213 R8G8B8_UNORM_SRGB = 0x1A8, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h225 R8G8B8_UNORM_SRGB, enumerator
Dcopy_buffer.metal1311 PROC(R8G8B8_UNORM_SRGB) \
1415 PROC(R8G8B8_UNORM_SRGB) \
Dmtl_default_shaders_src_autogen.inc1687 R8G8B8_UNORM_SRGB,
2885 …ture2dArray, dstTexture3d, dstTextureCube); } break; case FormatID::R8G8B8_UNORM_SRGB: { auto colo…
2928 …ces, options, bufferOffset, color, buffer); } break; case FormatID::R8G8B8_UNORM_SRGB: { auto colo…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormatID_autogen.h225 R8G8B8_UNORM_SRGB, enumerator
Drenderer_utils.cpp1322 return angle::FormatID::R8G8B8_UNORM_SRGB; in ConvertToSRGB()
1384 case angle::FormatID::R8G8B8_UNORM_SRGB: in ConvertToLinear()
DFormat_table_autogen.cpp232 …{ FormatID::R8G8B8_UNORM_SRGB, GL_SRGB8, GL_SRGB8, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor…
704 return FormatID::R8G8B8_UNORM_SRGB; in InternalFormatToID()
Dload_functions_table_autogen.cpp4636 case FormatID::R8G8B8_UNORM_SRGB: in GetLoadFunctionsMap()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp278 …sStoreTilesClearColorTable[R8G8B8_UNORM_SRGB] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8G8B…
DConvert.h711 case R8G8B8_UNORM_SRGB: ConvertPixelFromFloat<R8G8B8_UNORM_SRGB>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h309 …table[R8G8B8_UNORM_SRGB] = LoadMacroTile<TilingTraits<TTileMode, 24>, R8G8B8_UNORM_S… in InitLoadTileColorTable()
DStoreTile.h2001 …table[TTileMode][R8G8B8_UNORM_SRGB] = StoreMacroTile<TilingTraits<TTileMode, 24>, R32G…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp88 {FormatID::R8G8B8_UNORM_SRGB, {0, 0, 0}},
Dvk_format_table_autogen.cpp2103 case angle::FormatID::R8G8B8_UNORM_SRGB: in initialize()
2107 {angle::FormatID::R8G8B8_UNORM_SRGB, nullptr}, in initialize()
2112 mActualBufferFormatID = angle::FormatID::R8G8B8_UNORM_SRGB; in initialize()
2516 {angle::FormatID::R8G8B8_UNORM_SRGB, VK_FORMAT_R8G8B8_SRGB}, in GetVkFormatFromFormatID()
2805 return angle::FormatID::R8G8B8_UNORM_SRGB; in GetFormatIDFromVkFormat()
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst139 - isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp508 {PIPE_FORMAT_R8G8B8_SRGB, R8G8B8_UNORM_SRGB}, in mesa_to_swr_format()
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv264 R8G8B8_UNORM_SRGB , 24, 1, 1, 1, un8, un8, un8, , , , , rgb, sr…
Disl_format.c304 SF( 80, 80, x, x, x, x, x, x, x, x, x, x, R8G8B8_UNORM_SRGB)
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp2106 case angle::FormatID::R8G8B8_UNORM_SRGB: in initialize()
2111 bufferFormatID = angle::FormatID::R8G8B8_UNORM_SRGB; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm1543 case angle::FormatID::R8G8B8_UNORM_SRGB:
Dmtl_format_table_autogen.mm954 case angle::FormatID::R8G8B8_UNORM_SRGB:
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h3652 struct FormatTraits<R8G8B8_UNORM_SRGB>