Home
last modified time | relevance | path

Searched refs:isSRGB (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h60 static const bool isSRGB{false};
86 static const bool isSRGB{false};
109 static const bool isSRGB{false};
132 static const bool isSRGB{false};
154 static const bool isSRGB{false};
183 static const bool isSRGB{false};
212 static const bool isSRGB{false};
241 static const bool isSRGB{false};
270 static const bool isSRGB{false};
293 static const bool isSRGB{false};
[all …]
Dformat_conversion.h205 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
222 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h46 bool isSRGB,
110 bool isSRGB; member
150 bool isSRGB, in Format() argument
180 isSRGB(isSRGB), in Format()
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp373 bool* isNormalized, bool* isSRGB) { in get_load_and_get_swizzle() argument
376 *isSRGB = false; in get_load_and_get_swizzle()
390 *isSRGB = true; in get_load_and_get_swizzle()
430 bool* isNormalized, bool* isSRGB) { in get_dst_swizzle_and_store() argument
433 *isSRGB = false; in get_dst_swizzle_and_store()
446 *isSRGB = true; in get_dst_swizzle_and_store()
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock() argument
458 if (isSRGB) in setASTCErrorColorBlock()
484 …void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode) in decodeVoidExtentBlock() argument
495 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB); in decodeVoidExtentBlock()
507 if (isSRGB) in decodeVoidExtentBlock()
1409 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors() argument
1430 if (isSRGB) in setTexelColors()
1453 const deUint32 c0 = (e0[channelNdx] << 8) | (isSRGB ? 0x80 : e0[channelNdx]); in setTexelColors()
1454 const deUint32 c1 = (e1[channelNdx] << 8) | (isSRGB ? 0x80 : e1[channelNdx]); in setTexelColors()
1458 if (isSRGB) in setTexelColors()
[all …]
DtcuCompressedTexture.hpp108 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB);
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.hpp146 …xOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelB…
148 …u::Vec4& colorMaskFactor, const tcu::Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelB…
/third_party/flutter/skia/docs/examples/
DImageInfo_colorSpace.cpp13 colorSpace->isSRGB() ? "true" : "false"); in draw()
DPixmap_colorSpace.cpp13 colorSpace->isSRGB() ? "true" : "false"); in draw()
DBitmap_colorSpace.cpp14 colorSpace->isSRGB() ? "true" : "false"); in draw()
DImageInfo_refColorSpace.cpp15 colorSpace->isSRGB() ? "true" : "false"); in draw()
DBitmap_refColorSpace.cpp16 colorSpace->isSRGB() ? "true" : "false"); in draw()
/third_party/skia/docs/examples/
DImageInfo_colorSpace.cpp13 colorSpace->isSRGB() ? "true" : "false"); in draw()
DPixmap_colorSpace.cpp13 colorSpace->isSRGB() ? "true" : "false"); in draw()
DBitmap_colorSpace.cpp14 colorSpace->isSRGB() ? "true" : "false"); in draw()
DImageInfo_refColorSpace.cpp15 colorSpace->isSRGB() ? "true" : "false"); in draw()
DBitmap_refColorSpace.cpp16 colorSpace->isSRGB() ? "true" : "false"); in draw()
/third_party/skia/src/gpu/
DGrDataUtils.cpp348 bool* isNormalized, bool* isSRGB) { in get_load_and_src_swizzle() argument
351 *isSRGB = false; in get_load_and_src_swizzle()
373 *isSRGB = true; in get_load_and_src_swizzle()
425 LumMode* lumMode, bool* isNormalized, bool* isSRGB) { in get_dst_swizzle_and_store() argument
428 *isSRGB = false; in get_dst_swizzle_and_store()
450 *isSRGB = true; in get_dst_swizzle_and_store()
/third_party/flutter/skia/tests/
DColorSpaceTest.cpp322 REPORTER_ASSERT(r, srgb0->isSRGB()); in DEF_TEST()
323 REPORTER_ASSERT(r, !twoDotTwo->isSRGB()); in DEF_TEST()
328 REPORTER_ASSERT(r, srgb->isSRGB()); in DEF_TEST()
/third_party/skia/tests/
DColorSpaceTest.cpp322 REPORTER_ASSERT(r, srgb0->isSRGB()); in DEF_TEST()
323 REPORTER_ASSERT(r, !twoDotTwo->isSRGB()); in DEF_TEST()
328 REPORTER_ASSERT(r, srgb->isSRGB()); in DEF_TEST()
/third_party/flutter/skia/include/core/
DSkColorSpace.h194 bool isSRGB() const;
/third_party/skia/include/core/
DSkColorSpace.h197 bool isSRGB() const;
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h256 if (FormatTraits<DstFormat>::isSRGB && comp != 3) in ConvertPixelFromFloat()
270 SWR_ASSERT(!FormatTraits<DstFormat>::isSRGB); in ConvertPixelFromFloat()
437 if (FormatTraits<SrcFormat>::isSRGB && comp != 3) in ConvertPixelToFloat()
459 SWR_ASSERT(!FormatTraits<SrcFormat>::isSRGB); in ConvertPixelToFloat()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp552 …eUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fbo…
577 …eUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fbo… in TestFramebuffer() argument
582 , m_isSRGB (isSRGB) in TestFramebuffer()
1062 bool isSRGB; in createFBOwithColorAttachment() local
1064 isSRGB = true; in createFBOwithColorAttachment()
1066 isSRGB = false; in createFBOwithColorAttachment()
1068 …TargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboConfigList[idx… in createFBOwithColorAttachment()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h245 bool isSRGB; member

1234