Searched refs:getSpirvFormat (Results 1 – 6 of 6) sorted by relevance
712 variables["SPIRV_IMAGE_FORMAT"] = getSpirvFormat(m_params->vkFormat); in getProgramCodeAndVariables()1002 ss << de::toLower(getSpirvFormat(f)) << "_from"; in createImageWriteOpTests()1025 …const std::string testName = de::toLower(getSpirvFormat(i[0])) + "_from_" + de::toLower(getSpirvFo… in createImageWriteOpTests()
2583 { "image_format", getSpirvFormat(m_readFormat) }, in initPrograms()2636 specializations["image_format"] = getSpirvFormat(m_writeFormat); in initPrograms()
89 const std::string getSpirvFormat (VkFormat fmt);
414 const std::string getSpirvFormat(VkFormat fmt) in getSpirvFormat() function