Searched refs:sRG (Results 1 – 5 of 5) 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()525 case GL_SRG8_EXT: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapGLInternalFormat()
71 case tcu::TextureFormat::sRG: in isSrgbFormat()1531 case FMT_CASE(sRG, UNORM_INT8): return VK_FORMAT_R8G8_SRGB; in mapTextureFormat()1676 case VK_FORMAT_R8G8_SRGB: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapVkFormat()
108 format.order == TextureFormat::sRG || in isSRGB()1533 case TextureFormat::sRG: swizzle = &RG; break; in getBorderColorReadSwizzle()
549 case TextureFormat::sRG: in isColorOrder()669 case TextureFormat::sRG: return 2; in getNumUsedChannels()803 case TextureFormat::sRG: return RG; in getChannelReadSwizzle()857 case TextureFormat::sRG: return RG; in getChannelWriteSwizzle()
59 sRG, enumerator