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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp64 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type);
162 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n";
238 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) function in class:vkt::pipeline::__anon3842::ImageTest
363 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)";
H A DvktPipelineImageViewTests.cpp67 static std::string getGlslSamplerType (const tcu::TextureFormat& format,
174 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " texSampler;\n"
225 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) function in class:vkt::pipeline::__anon3845::ImageViewTest
H A DvktPipelineSamplerTests.cpp70 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type);
228 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " texSampler;\n"
322 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) function in class:vkt::pipeline::__anon3855::SamplerTest

Completed in 135 milliseconds