Home
last modified time | relevance | path

Searched refs:sBGRA (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp75 case tcu::TextureFormat::sBGRA: in isSrgbFormat()
315 case FMT_CASE(sBGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_SRGB; in mapTextureFormat()
462 …case VK_FORMAT_B8G8R8A8_SRGB: return TextureFormat(TextureFormat::sBGRA, TextureFormat::UNORM_IN… in mapVkFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp112 format.order == TextureFormat::sBGRA; in isSRGB()
1529 case TextureFormat::sBGRA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp503 case TextureFormat::sBGRA: in isColorOrder()
619 case TextureFormat::sBGRA: return 4; in getNumUsedChannels()
751 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()
805 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
DtcuTexture.hpp63 sBGRA, enumerator