Searched refs:getChannelSize (Results 1 – 18 of 18) sorted by relevance
247 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
1124 const auto componentSize = tcu::getChannelSize(tcuFormat.type); in getRandomClearColor()
817 chanSize = getChannelSize(texFormat.type); in convertNormalizedFormat()
728 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function811 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()1146 int channelSize = getChannelSize(m_format.type); in getPixel()1182 int channelSize = getChannelSize(format.type); in getPixelIntGeneric()1539 int channelSize = getChannelSize(m_format.type); in setPixel()1651 int channelSize = getChannelSize(m_format.type); in setPixel()
156 int getChannelSize (TextureFormat::ChannelType type);
728 …variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNum… in getProgramCodeAndVariables()
184 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
850 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset()
1120 …int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(forma… in initPrograms()1878 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
1651 …e = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureForma… in runCopyModeOnTransferQueue()