Searched refs:getGlslSampler (Results 1 – 1 of 1) sorted by relevance
69 static std::string getGlslSampler (const tcu::TextureFormat& format,171 …<< " fragColors[i] = (texture(" << getGlslSampler(format, m_imageViewType, m_samplingType, m_imag… in initPrograms()174 …<< " fragColor = (texture(" << getGlslSampler(format, m_imageViewType, m_samplingType, m_imageCoun… in initPrograms()355 std::string ImageTest::getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDe… in getGlslSampler() function in vkt::pipeline::__anond996cc250111::ImageTest