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

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp75 case tcu::TextureFormat::sBGRA:
1608 case FMT_CASE(sBGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_SRGB;
1818 case VK_FORMAT_B8G8R8A8_SRGB: return TextureFormat(TextureFormat::sBGRA, TextureFormat::UNORM_INT8);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1227 case tcu::TextureFormat::sBGRA:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp112 format.order == TextureFormat::sBGRA;
1537 case TextureFormat::sBGRA: swizzle = &RGBA; break;
H A DtcuTexture.cpp553 case TextureFormat::sBGRA:
673 case TextureFormat::sBGRA: return 4;
807 case TextureFormat::sBGRA: return BGRA;
861 case TextureFormat::sBGRA: return BGRA;
3811 "sBGRA",
H A DtcuTexture.hpp63 sBGRA, enumerator in enum:tcu::TextureFormat::ChannelOrder

Completed in 454 milliseconds