Home
last modified time | relevance | path

Searched refs:getGlslFormatType (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp61 const char* getGlslFormatType (const vk::VkFormat format);
DvktImageTestsUtil.cpp749 const char* getGlslFormatType (const vk::VkFormat format) in getGlslFormatType() function
DvktImageCompressionTranscodingSupport.cpp2720 const std::string dstTypeStr = getGlslFormatType(m_parameters.formatUncompressed); in initPrograms()