Searched refs:isSamplerCase (Results 1 – 1 of 1) sorted by relevance
5325 const bool isSamplerCase = (m_descriptorType == vk::VK_DESCRIPTOR_TYPE_SAMPLER); in fetchSampleValue() local5326 …const deUint32 numImages = (isSamplerCase) ? 1 : getInterfaceNumResources(m_shaderInterfac… in fetchSampleValue()5329 …const tcu::TextureLevelPyramid& sampleSrc = (isSamplerCase) ? (sampleSrcA) : ((samplePosNdx % … in fetchSampleValue()