Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1395 tcu::TextureFormat::ChannelType depthChannelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage() local
1400 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()