Searched refs:getSpirvFormat (Results 1 – 4 of 4) sorted by relevance
710 variables["SPIRV_IMAGE_FORMAT"] = getSpirvFormat(m_params->vkFormat); in getProgramCodeAndVariables()1000 ss << de::toLower(getSpirvFormat(f)) << "_from"; in createImageWriteOpTests()1023 …const std::string testName = de::toLower(getSpirvFormat(i[0])) + "_from_" + de::toLower(getSpirvFo… in createImageWriteOpTests()
2364 { "image_format", getSpirvFormat(m_readFormat) }, in initPrograms()2408 specializations["image_format"] = getSpirvFormat(m_writeFormat); in initPrograms()
85 const std::string getSpirvFormat (VkFormat fmt);
367 const std::string getSpirvFormat(VkFormat fmt) in getSpirvFormat() function