Searched refs:depthChannelType (Results 1 – 1 of 1) sorted by relevance
1395 tcu::TextureFormat::ChannelType depthChannelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage() local1400 depthChannelType = tcu::TextureFormat::UNORM_INT16; in verifyImage()1404 depthChannelType = tcu::TextureFormat::UNORM_INT24; in verifyImage()1407 depthChannelType = tcu::TextureFormat::FLOAT; in verifyImage()1412 textureCopy = m_texture->copy(tcu::TextureFormat(tcu::TextureFormat::D, depthChannelType)); in verifyImage()