Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp75 case tcu::TextureFormat::sBGRA: in isSrgbFormat()
1608 case FMT_CASE(sBGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_SRGB; in mapTextureFormat()
1764 …case VK_FORMAT_B8G8R8A8_SRGB: return TextureFormat(TextureFormat::sBGRA, TextureFormat::UNORM_IN… in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1227 case tcu::TextureFormat::sBGRA: in isComponentSwizzled()
/external/deqp/framework/common/
DtcuTextureUtil.cpp112 format.order == TextureFormat::sBGRA; in isSRGB()
1537 case TextureFormat::sBGRA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp553 case TextureFormat::sBGRA: in isColorOrder()
673 case TextureFormat::sBGRA: return 4; in getNumUsedChannels()
807 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()
861 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
DtcuTexture.hpp63 sBGRA, enumerator