Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2132 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat() local
2135 chnType = s_size8[type]; in getChannelAccessFormat()
2137 chnType = s_size16[type]; in getChannelAccessFormat()
2139 chnType = s_size32[type]; in getChannelAccessFormat()
2141 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
2142 return TextureFormat(TextureFormat::R, chnType); in getChannelAccessFormat()