Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp78 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 DvktPipelineImageViewTests.cpp76 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 DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1777 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 DvktPipelineSamplerTests.cpp130 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 DvktPipelineImageTests.cpp77 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 DvktPipelineImageViewTests.cpp75 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 DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1615 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 DvktPipelineSamplerTests.cpp128 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 DvktImageTestsUtil.hpp59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
H A DvktImageCompressionTranscodingSupport.cpp2636 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 DvktImageTestsUtil.cpp656 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
H A DvktImageTranscodingSupportTests.cpp795 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 DvktImageTestsUtil.hpp59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
H A DvktImageCompressionTranscodingSupport.cpp2622 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 DvktImageTestsUtil.cpp656 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
H A DvktImageTranscodingSupportTests.cpp796 const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat), mapImageViewType(imageTypeForFS)); in initPrograms()

Completed in 38 milliseconds