Home
last modified time | relevance | path

Searched refs:isSRGBFormat (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp2956 const bool isSRGBFormat = isAstcSRGBFormat(format);
2968 DE_ASSERT(!(mode == TexDecompressionParams::ASTCMODE_HDR && isSRGBFormat));
2970 decompress(dst, data, isSRGBFormat, isSRGBFormat || mode == TexDecompressionParams::ASTCMODE_LDR);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp734 bool isSRGBFormat(const InternalFormat& internalFormat) const;
1760 bool RectangleTest::isSRGBFormat(const InternalFormat& internalFormat) const
1820 (isSRGBFormat(internalFormat) != isSRGBFormat(copyInternalFormat)) ||
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp2205 bool isSRGBFormat = tcu::isSRGB(format); in verify() local
2212 if (isSRGBFormat) in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp2192 bool isSRGBFormat = tcu::isSRGB(format); in verify() local
2199 if (isSRGBFormat) in verify()

Completed in 15 milliseconds