Searched refs:getChannelSize (Results 1 – 10 of 10) sorted by relevance
243 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
1196 const auto componentSize = tcu::getChannelSize(tcuFormat.type); in getRandomClearColor()
817 chanSize = getChannelSize(texFormat.type); in convertNormalizedFormat()
723 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function806 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()1141 int channelSize = getChannelSize(m_format.type); in getPixel()1177 int channelSize = getChannelSize(format.type); in getPixelIntGeneric()1534 int channelSize = getChannelSize(m_format.type); in setPixel()1646 int channelSize = getChannelSize(m_format.type); in setPixel()
156 int getChannelSize (TextureFormat::ChannelType type);
726 …variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNum… in getProgramCodeAndVariables()
183 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
741 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset()
898 …int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(forma… in initPrograms()1677 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
1534 …e = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureForma… in runCopyModeOnTransferQueue()