Searched refs:isSRGBformat (Results 1 – 10 of 10) sorted by relevance
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()3027 bool Surface::isSRGBformat(Format format) in isSRGBformat() function in sw::Surface
209 static bool isSRGBformat(VkFormat format);
98 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
1356 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()1357 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp()1591 if(state.convertSRGB && Surface::isSRGBformat(state.sourceFormat)) // sRGB -> RGB in generate()
78 if(isSRGBformat(format)) in write()576 if(isSRGBformat(format)) in read()2325 bool Surface::isSRGBformat(VkFormat format) in isSRGBformat() function in sw::Surface
922 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()
995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()