Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1990 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat() local
1993 chnType = s_size8[type]; in getChannelAccessFormat()
1995 chnType = s_size16[type]; in getChannelAccessFormat()
1997 chnType = s_size32[type]; in getChannelAccessFormat()
1999 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
2000 return TextureFormat(TextureFormat::R, chnType); in getChannelAccessFormat()