Searched refs:getGlslSamplerType (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 75 …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()
|
D | vktPipelineImageViewTests.cpp | 74 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
|
D | vktPipelineSamplerTests.cpp | 123 …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/ |
D | vktImageTestsUtil.hpp | 59 std::string getGlslSamplerType (const tcu::TextureFormat& format, vk::VkImageViewType type);
|
D | vktImageCompressionTranscodingSupport.cpp | 2595 …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()
|
D | vktImageTestsUtil.cpp | 693 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() function
|
D | vktImageTranscodingSupportTests.cpp | 786 …const std::string srcSamplerTypeStr = getGlslSamplerType(mapVkFormat(m_parameters.featuredFormat)… in initPrograms()
|