/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 63 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 …]
|
D | format_conversion.h | 156 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/ |
D | tcuAstcUtil.cpp | 456 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 …]
|
D | tcuCompressedTexture.hpp | 108 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB);
|
D | tcuTextureUtil.hpp | 51 bool isSRGB (TextureFormat format);
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.hpp | 146 …xOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelB… 148 …u::Vec4& colorMaskFactor, const tcu::Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelB…
|
D | rrFragmentOperations.cpp | 694 …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/ |
D | ColorSpaceTest.cpp | 321 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()
|
D | AndroidCodecTest.cpp | 188 REPORTER_ASSERT(r, !cs->isSRGB()); in DEF_TEST()
|
/external/skqp/tests/ |
D | ColorSpaceTest.cpp | 321 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()
|
D | AndroidCodecTest.cpp | 188 REPORTER_ASSERT(r, !cs->isSRGB()); in DEF_TEST()
|
D | AnimatedImageTest.cpp | 104 if (info.colorSpace() && info.colorSpace()->isSRGB()) { in temporarily_sanitize()
|
/external/skia/src/effects/ |
D | SkToSRGBColorFilter.cpp | 31 if (!srcColorSpace || srcColorSpace->isSRGB()) { in Make()
|
/external/skqp/src/effects/ |
D | SkToSRGBColorFilter.cpp | 31 if (!srcColorSpace || srcColorSpace->isSRGB()) { in Make()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 256 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/ |
D | SkColorSpace.h | 192 bool isSRGB() const;
|
/external/skqp/include/core/ |
D | SkColorSpace.h | 192 bool isSRGB() const;
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 552 …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/ |
D | es3fTextureWrapTests.cpp | 334 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/ |
D | formats.h | 245 bool isSRGB; member
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 304 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/ |
D | PixelRoutine.hpp | 62 bool isSRGB(int index) const;
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 64 bool isSRGB(int index) const;
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 481 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/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 540 if (tcu::isSRGB(format)) in iterateInternal() 563 if (tcu::isSRGB(format)) in iterateInternal()
|