Searched refs:sRG (Results 1 – 6 of 6) sorted by relevance
81 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()
108 format.order == TextureFormat::sRG || in isSRGB()1653 case TextureFormat::sRG: swizzle = &RG; break; in getBorderColorReadSwizzle()
579 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()
60 sRG, enumerator
82 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()
1992 …tests using srg8 internal format", tcu::TextureFormat(tcu::TextureFormat::sRG, tcu::TextureFormat… in init()