Searched defs:isSRGB (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp332 const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA; local
334 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
H A Des3fFragmentOutputTests.cpp398 const bool isSRGB = dst.getFormat().order == tcu::TextureFormat::sRGB ||dst.getFormat().order == tcu::TextureFormat::sRGBA; local
422 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y);
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp641 void FragmentProcessor::executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
654 if (isSRGB)
686 void FragmentProcessor::executeMaskedColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
700 if (isSRGB)
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp192 CompressedTexture::Format getASTCFormatByBlockSize (int width, int height, int depth, bool isSRGB) argument
203 if (isASTCFormat(fmt) && getASTCBlockSize(fmt) == size && isASTCSRGBFormat(fmt) == isSRGB)
1466 static inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) argument
1468 if (isSRGB)
1494 static void decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode) argument
1505 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB);
1517 if (isSRGB)
2417 int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* colorEndpointModes)
2437 if (isSRGB)
2458 const deUint32 c0 = (e0[channelNdx] << 8) | (isSRGB
[all...]
H A DtcuTexLookupVerifier.cpp55 static inline bool isSRGB (TextureFormat format) function in namespace:tcu
76 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p;
H A DtcuTexture.cpp1161 static inline bool isSRGB (TextureFormat format) function in namespace:tcu
1199 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p;

Completed in 2431 milliseconds