Searched refs:getGlslTextureType (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 79 static std::string getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type); 275 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(m_imageCount) << ";\n"; in initPrograms() 351 std::string ImageTest::getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslTextureType() function in vkt::pipeline::__anon28219::ImageTest
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1782 static std::string getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type); 1928 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslTextureType() 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 D | vktPipelineImageTests.cpp | 78 static std::string getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type); 269 << "layout(set = 0, binding = 1) uniform highp " << getGlslTextureType(format, m_imageViewType) << " " << getGlslTextureDecl(m_imageCount) << ";\n"; in initPrograms() 345 std::string ImageTest::getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslTextureType() function in vkt::pipeline::__anon29439::ImageTest
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1620 static std::string getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type); 1777 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslTextureType() 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 14 milliseconds