Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:isSRGB

641 void FragmentProcessor::executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer)
654 if (isSRGB)
685 void FragmentProcessor::executeMaskedColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer)
699 if (isSRGB)
772 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat());