/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 60 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 …]
|
D | format_conversion.h | 205 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA() 222 if (FormatTraits<DstFormat>::isSRGB) in StoreSOA()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 46 bool isSRGB, 110 bool isSRGB; member 150 bool isSRGB, in Format() argument 180 isSRGB(isSRGB), in Format()
|
/third_party/flutter/skia/src/gpu/ |
D | GrDataUtils.cpp | 373 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/ |
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);
|
/third_party/vk-gl-cts/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…
|
/third_party/flutter/skia/docs/examples/ |
D | ImageInfo_colorSpace.cpp | 13 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Pixmap_colorSpace.cpp | 13 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Bitmap_colorSpace.cpp | 14 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | ImageInfo_refColorSpace.cpp | 15 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Bitmap_refColorSpace.cpp | 16 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
/third_party/skia/docs/examples/ |
D | ImageInfo_colorSpace.cpp | 13 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Pixmap_colorSpace.cpp | 13 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Bitmap_colorSpace.cpp | 14 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | ImageInfo_refColorSpace.cpp | 15 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
D | Bitmap_refColorSpace.cpp | 16 colorSpace->isSRGB() ? "true" : "false"); in draw()
|
/third_party/skia/src/gpu/ |
D | GrDataUtils.cpp | 348 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/ |
D | ColorSpaceTest.cpp | 322 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/ |
D | ColorSpaceTest.cpp | 322 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/ |
D | SkColorSpace.h | 194 bool isSRGB() const;
|
/third_party/skia/include/core/ |
D | SkColorSpace.h | 197 bool isSRGB() const;
|
/third_party/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 245 bool isSRGB; member
|