Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp64 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type);
162 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
238 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anond996cc250111::ImageTest
363 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
DvktPipelineImageViewTests.cpp67 static std::string getGlslSamplerType (const tcu::TextureFormat& format,
174 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
225 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType ty… in getGlslSamplerType() function in vkt::pipeline::__anonc6b05bc00111::ImageViewTest
DvktPipelineSamplerTests.cpp70 …static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type…
228 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
322 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon1640e0360111::SamplerTest