Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp239 case FMT_CASE(sBGR, UNORM_INT8): return VK_FORMAT_B8G8R8_SRGB; in mapTextureFormat()
384 …case VK_FORMAT_B8G8R8_SRGB: return TextureFormat(TextureFormat::sBGR, TextureFormat::UNORM_INT8… in mapVkFormat()
521 case TextureFormat::sBGR: return BGR; in getFormatComponentMapping()
/external/deqp/framework/common/
DtcuTextureUtil.cpp111 format.order == TextureFormat::sBGR || in isSRGB()
1518 case TextureFormat::sBGR: swizzle = &RGB; break; in getBorderColorReadSwizzle()
DtcuTexture.cpp313 case TextureFormat::sBGR: return 3; in getNumUsedChannels()
566 case TextureFormat::sBGR: in isColorOrder()
750 case TextureFormat::sBGR: return BGR; in getChannelReadSwizzle()
804 case TextureFormat::sBGR: return BGR; in getChannelWriteSwizzle()
DtcuTexture.hpp62 sBGR, enumerator
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp102 case tcu::TextureFormat::sBGR: return 3; in getNumUsedChannels()