Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp1047 int channelSize = getChannelSize(m_format.type); in getPixel() local
1057 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
1133 int channelSize = getChannelSize(m_format.type); in getPixelInt() local
1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()
1376 int channelSize = getChannelSize(m_format.type); in setPixel() local
1381 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1486 int channelSize = getChannelSize(m_format.type); in setPixel() local
1491 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp298 deUint8 channelSize,
326 deUint8 channelSize, in ChannelAccess() argument
332 , m_channelSize (channelSize) in ChannelAccess()