Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp877 case tcu::TextureFormat::sBGR: in isComponentSwizzled()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp111 format.order == TextureFormat::sBGR || in isSRGB()
1656 case TextureFormat::sBGR: swizzle = &RGB; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp582 case TextureFormat::sBGR: in isColorOrder()
712 case TextureFormat::sBGR: return 3; in getNumUsedChannels()
856 case TextureFormat::sBGR: return BGR; in getChannelReadSwizzle()
912 case TextureFormat::sBGR: return BGR; in getChannelWriteSwizzle()
DtcuTexture.hpp63 sBGR, enumerator
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp85 case tcu::TextureFormat::sBGR: in isSrgbFormat()
2830 case FMT_CASE(sBGR, UNORM_INT8): return VK_FORMAT_B8G8R8_SRGB; in mapTextureFormat()
3088 …case VK_FORMAT_B8G8R8_SRGB: return TextureFormat(TextureFormat::sBGR, TextureFormat::UNORM_INT8… in mapVkFormat()