Home
last modified time | relevance | path

Searched refs:getGlslSamplerType (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp75 …static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type…
242 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
266 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon591b48e40111::ImageTest
391 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
DvktPipelineImageViewTests.cpp74 static std::string getGlslSamplerType (const tcu::TextureFormat& format,
222 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
246 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType ty… in getGlslSamplerType() function in vkt::pipeline::__anon39931fff0111::ImageViewTest
DvktPipelineSamplerTests.cpp123 …static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType ty…
414 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
505 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon88d788b50111::SamplerTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
DvktImageCompressionTranscodingSupport.cpp2595 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2622 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2676 …src_decompress << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.for… in initPrograms()
2677 …<< "layout (binding = 1) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed… in initPrograms()
2745 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.formatUncompres… in initPrograms()
2789 …const std::string samplerType = getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), ma… in initPrograms()
DvktImageTestsUtil.cpp693 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
DvktImageTranscodingSupportTests.cpp786 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat)… in initPrograms()