Home
last modified time | relevance | path

Searched refs:getGlslSamplerDecl (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp80 static std::string getGlslSamplerDecl (int imageCount);
280 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n"; in initPrograms()
397 std::string ImageTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() function in vkt::pipeline::__anon28219::ImageTest
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1783 static std::string getGlslSamplerDecl (int imageCount);
1974 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() function in vkt::pipeline::__anon28144::AttachmentFeedbackLoopLayoutSamplerTest
2071 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(1u) << ";\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp79 static std::string getGlslSamplerDecl (int imageCount);
274 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n"; in initPrograms()
391 std::string ImageTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() function in vkt::pipeline::__anon29439::ImageTest
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1621 static std::string getGlslSamplerDecl (int imageCount);
1823 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() function in vkt::pipeline::__anon29375::AttachmentFeedbackLoopLayoutSamplerTest
1920 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(1u) << ";\n"; in initPrograms()

Completed in 11 milliseconds