Searched refs:getGlslSamplerType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 66 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::__anond996cc250111::ImageTest 368 return getGlslSamplerType(format, type) + "(" + texImage + ", texSampler)"; in getGlslSampler()
|
D | vktPipelineImageViewTests.cpp | 67 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::__anonc6b05bc00111::ImageViewTest
|
D | vktPipelineSamplerTests.cpp | 72 …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::__anon1640e0360111::SamplerTest
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 58 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
|
D | vktImageCompressionTranscodingSupport.cpp | 2587 …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()
|
D | vktImageTestsUtil.cpp | 769 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
|
D | vktImageTranscodingSupportTests.cpp | 785 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat)… in initPrograms()
|