Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp245 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()
/external/deqp/framework/common/
DtcuTextureUtil.cpp112 format.order == TextureFormat::sBGRA; in isSRGB()
1519 case TextureFormat::sBGRA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp314 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()
DtcuTexture.hpp63 sBGRA, enumerator
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp103 case tcu::TextureFormat::sBGRA: return 4; in getNumUsedChannels()