Searched refs:sBGRA (Results 1 – 5 of 5) sorted by relevance
245 case FMT_CASE(sBGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_SRGB; in mapTextureFormat()392 …case VK_FORMAT_B8G8R8A8_SRGB: return TextureFormat(TextureFormat::sBGRA, TextureFormat::UNORM_IN… in mapVkFormat()522 case TextureFormat::sBGRA: return BGRA; in getFormatComponentMapping()
112 format.order == TextureFormat::sBGRA; in isSRGB()1519 case TextureFormat::sBGRA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
314 case TextureFormat::sBGRA: return 4; in getNumUsedChannels()567 case TextureFormat::sBGRA: in isColorOrder()751 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()805 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
63 sBGRA, enumerator
103 case tcu::TextureFormat::sBGRA: return 4; in getNumUsedChannels()