/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 78 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type); 280 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n"; in initPrograms() 304 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon28219::ImageTest 429 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
|
H A D | vktPipelineImageViewTests.cpp | 76 static std::string getGlslSamplerType (const tcu::TextureFormat& format, 233 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " texSampler;\n" in initPrograms() 257 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon28221::ImageViewTest
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1777 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type); 1998 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler() 2071 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(1u) << ";\n"; in initPrograms() 2351 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon28144::AttachmentFeedbackLoopLayoutSamplerTest
|
H A D | vktPipelineSamplerTests.cpp | 130 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil); 446 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType, m_sampleStencil) << " texSampler;\n" in initPrograms() 537 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() function in vkt::pipeline::__anon28260::SamplerTest
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 77 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type); 274 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n"; in initPrograms() 298 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon29439::ImageTest 423 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
|
H A D | vktPipelineImageViewTests.cpp | 75 static std::string getGlslSamplerType (const tcu::TextureFormat& format, 227 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " texSampler;\n" in initPrograms() 251 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon29441::ImageViewTest
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1615 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type); 1847 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler() 1920 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) << " " << getGlslSamplerDecl(1u) << ";\n"; in initPrograms() 2191 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon29375::AttachmentFeedbackLoopLayoutSamplerTest
|
H A D | vktPipelineSamplerTests.cpp | 128 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil); 447 << "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType, m_sampleStencil) << " texSampler;\n" in initPrograms() 538 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() function in vkt::pipeline::__anon29477::SamplerTest
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.hpp | 59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
|
H A D | vktImageCompressionTranscodingSupport.cpp | 2636 src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(m_parameters.imageType))<<" u_image0;\n" in initPrograms() 2663 src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(m_parameters.imageType))<<" u_image0;\n" in initPrograms() 2718 src_decompress << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType))<<" compressed_result;\n" in initPrograms() 2719 << "layout (binding = 1) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(compressedReferenceImageType))<<" compressed_reference;\n" in initPrograms() 2791 const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(imageTypeForFS)); in initPrograms() 2835 const std::string samplerType = getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(imageTypeForFS)); in initPrograms() 2868 << "layout (binding = 0) uniform " << getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType)) << " u_imageIn0;\n" in initPrograms() 2869 << "layout (binding = 1) uniform " << getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType)) << " u_imageIn1;\n" in initPrograms()
|
H A D | vktImageTestsUtil.cpp | 656 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
|
H A D | vktImageTranscodingSupportTests.cpp | 795 const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat), mapImageViewType(imageTypeForFS)); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTestsUtil.hpp | 59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
|
H A D | vktImageCompressionTranscodingSupport.cpp | 2622 src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(m_parameters.imageType))<<" u_image0;\n" in initPrograms() 2649 src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(m_parameters.imageType))<<" u_image0;\n" in initPrograms() 2704 src_decompress << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType))<<" compressed_result;\n" in initPrograms() 2705 << "layout (binding = 1) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(compressedReferenceImageType))<<" compressed_reference;\n" in initPrograms() 2777 const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed), mapImageViewType(imageTypeForFS)); in initPrograms() 2821 const std::string samplerType = getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(imageTypeForFS)); in initPrograms() 2854 << "layout (binding = 0) uniform " << getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType)) << " u_imageIn0;\n" in initPrograms() 2855 << "layout (binding = 1) uniform " << getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), mapImageViewType(m_parameters.imageType)) << " u_imageIn1;\n" in initPrograms()
|
H A D | vktImageTestsUtil.cpp | 656 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
|
H A D | vktImageTranscodingSupportTests.cpp | 796 const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat), mapImageViewType(imageTypeForFS)); in initPrograms()
|