Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp314 inline T channelToIntType (const deUint8* value, TextureFormat::ChannelType type) in channelToIntType() function
354 return channelToIntType<int>(value, type); in channelToInt()
1187 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelIntGeneric()