Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp81 static std::string getGlslTextureDecl (int imageCount);
275 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(m_imageCount) << ";\n"; in initPrograms()
405 std::string ImageTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() function in vkt::pipeline::__anon28219::ImageTest
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1784 static std::string getGlslTextureDecl (int imageCount);
1982 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() function in vkt::pipeline::__anon28144::AttachmentFeedbackLoopLayoutSamplerTest
2066 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(1u) << ";\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp80 static std::string getGlslTextureDecl (int imageCount);
269 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(m_imageCount) << ";\n"; in initPrograms()
399 std::string ImageTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() function in vkt::pipeline::__anon29439::ImageTest
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1622 static std::string getGlslTextureDecl (int imageCount);
1831 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() function in vkt::pipeline::__anon29375::AttachmentFeedbackLoopLayoutSamplerTest
1915 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(1u) << ";\n"; in initPrograms()

Completed in 11 milliseconds