Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.cpp1722 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1735 const TextureSwizzle::Channel map = channelMap[c];
1758 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1769 const TextureSwizzle::Channel map = channelMap[c];
1787 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1797 const TextureSwizzle::Channel map = channelMap[c];
H A DtcuTexture.cpp1178 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel() local
1183 switch (channelMap[c]) in getPixel()
1189 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
1214 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(format.order).components; in getPixelIntGeneric() local
1219 switch (channelMap[c]) in getPixelIntGeneric()
1225 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelIntGeneric()
1249 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(format.order).components; in getPixelAsBitsUint64() local
1254 switch (channelMap[c]) in getPixelAsBitsUint64()
1260 result[c] = retrieveChannelBitsAsUint64(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelAsBitsUint64()

Completed in 9 milliseconds