Searched refs:isSRGBformat (Results 1 – 10 of 10) sorted by relevance
41 bool isSRGBformat() const;
295 bool Format::isSRGBformat() const in isSRGBformat() function in vk::Format
1326 bool srcSRGB = state.sourceFormat.isSRGBformat(); in ApplyScaleAndClamp()1327 bool dstSRGB = state.destFormat.isSRGBformat(); in ApplyScaleAndClamp()1503 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()1514 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()1556 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()1789 (srcFormat.isSRGBformat() != dstFormat.isSRGBformat()); in blit()
99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
377 static bool isSRGBformat(Format format);
1112 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()1113 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp()1351 if(state.convertSRGB && Surface::isSRGBformat(state.sourceFormat)) // sRGB -> RGB in generate()
81 if(isSRGBformat(format)) in write()1050 if(isSRGBformat(format)) in read()3031 bool Surface::isSRGBformat(Format format) in isSRGBformat() function in sw::Surface
1743 if(state.textureFormat.isSRGBformat()) in sampleTexel()
942 return vk::Format(state.targetFormat[index]).isSRGBformat(); in isSRGB()
995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()