Searched refs:getChannelSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp812 chanSize = getChannelSize(texFormat.type);
/external/deqp/framework/common/
H A DtcuTexture.cpp683 int getChannelSize (TextureFormat::ChannelType type) function in namespace:tcu
758 return getNumUsedChannels(order) * getChannelSize(type);
1047 int channelSize = getChannelSize(m_format.type);
1133 int channelSize = getChannelSize(m_format.type);
1376 int channelSize = getChannelSize(m_format.type);
1486 int channelSize = getChannelSize(m_format.type);
H A DtcuTexture.hpp146 int getChannelSize (TextureFormat::ChannelType type);

Completed in 147 milliseconds