Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp66 static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type);
167 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
243 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon223493ae0111::ImageTest
368 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
DvktPipelineImageViewTests.cpp67 static std::string getGlslSamplerType (const tcu::TextureFormat& format,
174 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
225 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType ty… in getGlslSamplerType() function in vkt::pipeline::__anon3088bfc90111::ImageViewTest
DvktPipelineSamplerTests.cpp72 …static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type…
303 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
406 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anonfd6eadff0111::SamplerTest
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp58 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
DvktImageCompressionTranscodingSupport.cpp2587 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2614 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2668 …src_decompress << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.for… in initPrograms()
2669 …<< "layout (binding = 1) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed… in initPrograms()
2737 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.formatUncompres… in initPrograms()
2781 …const std::string samplerType = getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), ma… in initPrograms()
DvktImageTestsUtil.cpp769 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
DvktImageTranscodingSupportTests.cpp785 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat)… in initPrograms()