Searched refs:sBGR (Results 1 – 5 of 5) sorted by relevance
851 case tcu::TextureFormat::sBGR: in isComponentSwizzled()
111 format.order == TextureFormat::sBGR || in isSRGB()1577 case TextureFormat::sBGR: swizzle = &RGB; break; in getBorderColorReadSwizzle()
568 case TextureFormat::sBGR: in isColorOrder()696 case TextureFormat::sBGR: return 3; in getNumUsedChannels()838 case TextureFormat::sBGR: return BGR; in getChannelReadSwizzle()892 case TextureFormat::sBGR: return BGR; in getChannelWriteSwizzle()
62 sBGR, enumerator
82 case tcu::TextureFormat::sBGR: in isSrgbFormat()2555 case FMT_CASE(sBGR, UNORM_INT8): return VK_FORMAT_B8G8R8_SRGB; in mapTextureFormat()2804 …case VK_FORMAT_B8G8R8_SRGB: return TextureFormat(TextureFormat::sBGR, TextureFormat::UNORM_INT8… in mapVkFormat()