Home
last modified time | relevance | path

Searched refs:sRG (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp81 case TextureFormat::sRG: format = GL_RG; break; in getTransferFormat()
201 case FMT_CASE(sRG, UNORM_INT8): return GL_SRG8_EXT; in getInternalFormat()
530 case GL_SRG8_EXT: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapGLInternalFormat()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp108 format.order == TextureFormat::sRG || in isSRGB()
1653 case TextureFormat::sRG: swizzle = &RG; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp579 case TextureFormat::sRG: in isColorOrder()
709 case TextureFormat::sRG: return 2; in getNumUsedChannels()
853 case TextureFormat::sRG: return RG; in getChannelReadSwizzle()
909 case TextureFormat::sRG: return RG; in getChannelWriteSwizzle()
DtcuTexture.hpp60 sRG, enumerator
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp82 case tcu::TextureFormat::sRG: in isSrgbFormat()
2757 case FMT_CASE(sRG, UNORM_INT8): return VK_FORMAT_R8G8_SRGB; in mapTextureFormat()
3000 case VK_FORMAT_R8G8_SRGB: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapVkFormat()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp1992 …tests using srg8 internal format", tcu::TextureFormat(tcu::TextureFormat::sRG, tcu::TextureFormat… in init()