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::__anon78148de40111::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::__anon0da6e4ff0111::ImageViewTest
DvktPipelineSamplerTests.cpp70 …static std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type…
228 …<< "layout(set = 0, binding = 0) uniform highp " << getGlslSamplerType(format, m_imageViewType) <<… in initPrograms()
322 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function in vkt::pipeline::__anon4b360db50111::SamplerTest
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp58 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
DvktImageCompressionTranscodingSupport.cpp2380 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2393 …src << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompre… in initPrograms()
2425 …src_decompress << "layout (binding = 0) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.for… in initPrograms()
2426 …<< "layout (binding = 1) uniform "<<getGlslSamplerType(mapVkFormat(m_parameters.formatUncompressed… in initPrograms()
2495 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.formatUncompres… in initPrograms()
2525 …const std::string samplerType = getGlslSamplerType(mapVkFormat(m_parameters.formatForVerify), ma… in initPrograms()
DvktImageTestsUtil.cpp1045 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
DvktImageTranscodingSupportTests.cpp783 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat)… in initPrograms()