Searched refs:signednessPrefix (Results 1 – 1 of 1) sorted by relevance
468 …const std::string signednessPrefix = isUintFormat(m_format) ? "u" : isIntFormat(m_format) ? "i" : … in initPrograms() local469 const std::string colorBaseExpr = signednessPrefix + "vec4(" in initPrograms()