Searched refs:channelMap (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp1600 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1613 const TextureSwizzle::Channel map = channelMap[c];
1636 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1647 const TextureSwizzle::Channel map = channelMap[c];
1665 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1675 const TextureSwizzle::Channel map = channelMap[c];
H A DtcuTexture.cpp1046 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; local
1051 switch (channelMap[c])
1057 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type);
1132 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; local
1137 switch (channelMap[c])
1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type);

Completed in 160 milliseconds