Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h63 static const bool isSRGB{ false };
82 static const bool isSRGB{ false };
104 static const bool isSRGB{ false };
126 static const bool isSRGB{ false };
148 static const bool isSRGB{ false };
170 static const bool isSRGB{ false };
192 static const bool isSRGB{ false };
214 static const bool isSRGB{ false };
236 static const bool isSRGB{ false };
258 static const bool isSRGB{ false };
[all …]
Dformat_conversion.h156 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
174 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
326 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
344 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
/external/deqp/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);
DtcuTextureUtil.hpp51 bool isSRGB (TextureFormat format);
/external/deqp/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…
DrrFragmentOperations.cpp694 …xOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelB… in executeColorWrite() argument
707 if (isSRGB) in executeColorWrite()
738 …, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelB… in executeMaskedColorWrite() argument
752 if (isSRGB) in executeMaskedColorWrite()
830 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat()); in render()
/external/skia/tests/
DColorSpaceTest.cpp321 REPORTER_ASSERT(r, srgb0->isSRGB()); in DEF_TEST()
322 REPORTER_ASSERT(r, !twoDotTwo->isSRGB()); in DEF_TEST()
327 REPORTER_ASSERT(r, srgb->isSRGB()); in DEF_TEST()
DAndroidCodecTest.cpp188 REPORTER_ASSERT(r, !cs->isSRGB()); in DEF_TEST()
/external/skqp/tests/
DColorSpaceTest.cpp321 REPORTER_ASSERT(r, srgb0->isSRGB()); in DEF_TEST()
322 REPORTER_ASSERT(r, !twoDotTwo->isSRGB()); in DEF_TEST()
327 REPORTER_ASSERT(r, srgb->isSRGB()); in DEF_TEST()
DAndroidCodecTest.cpp188 REPORTER_ASSERT(r, !cs->isSRGB()); in DEF_TEST()
DAnimatedImageTest.cpp104 if (info.colorSpace() && info.colorSpace()->isSRGB()) { in temporarily_sanitize()
/external/skia/src/effects/
DSkToSRGBColorFilter.cpp31 if (!srcColorSpace || srcColorSpace->isSRGB()) { in Make()
/external/skqp/src/effects/
DSkToSRGBColorFilter.cpp31 if (!srcColorSpace || srcColorSpace->isSRGB()) { in Make()
/external/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()
/external/skia/include/core/
DSkColorSpace.h192 bool isSRGB() const;
/external/skqp/include/core/
DSkColorSpace.h192 bool isSRGB() const;
/external/deqp/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()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp334 const bool isSRGB = tcu::isSRGB(texFormat); in iterate() local
336 …const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 … in iterate()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h245 bool isSRGB; member
/external/swiftshader/src/Device/
DSurface.hpp304 static void decodeETC2(Buffer &internal, Buffer &external, int nbAlphaBits, bool isSRGB);
305 … void decodeASTC(Buffer &internal, Buffer &external, int xSize, int ySize, int zSize, bool isSRGB);
/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp62 bool isSRGB(int index) const;
/external/swiftshader/src/Shader/
DPixelRoutine.hpp64 bool isSRGB(int index) const;
/external/swiftshader/src/Renderer/
DSurface.hpp481 static void decodeETC2(Buffer &internal, Buffer &external, int nbAlphaBits, bool isSRGB);
482 … void decodeASTC(Buffer &internal, Buffer &external, int xSize, int ySize, int zSize, bool isSRGB);
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp540 if (tcu::isSRGB(format)) in iterateInternal()
563 if (tcu::isSRGB(format)) in iterateInternal()

123