Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3408 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat() local
3411 chnType = s_size8[type]; in getChannelAccessFormat()
3413 chnType = s_size16[type]; in getChannelAccessFormat()
3415 chnType = s_size32[type]; in getChannelAccessFormat()
3417 chnType = s_size64[type]; in getChannelAccessFormat()
3419 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
3420 return TextureFormat(TextureFormat::R, chnType); in getChannelAccessFormat()