Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp676 int channelSize = getChannelSize(m_format.type); in getPixel() local
686 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
762 int channelSize = getChannelSize(m_format.type); in getPixelInt() local
772 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()
967 int channelSize = getChannelSize(m_format.type); in setPixel() local
972 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1031 int channelSize = getChannelSize(m_format.type); in setPixel() local
1036 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()