Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp812 chanSize = getChannelSize(texFormat.type); in convertNormalizedFormat()
/external/deqp/framework/common/
DtcuTexture.cpp683 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function
758 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()
1047 int channelSize = getChannelSize(m_format.type); in getPixel()
1133 int channelSize = getChannelSize(m_format.type); in getPixelInt()
1376 int channelSize = getChannelSize(m_format.type); in setPixel()
1486 int channelSize = getChannelSize(m_format.type); in setPixel()
DtcuTexture.hpp146 int getChannelSize (TextureFormat::ChannelType type);
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp181 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()