Searched refs:m_behaviorToName (Results 1 – 1 of 1) sorted by relevance
2891 BehaviorNameMap m_behaviorToName; member in vkt::SpirVAssembly::__anonedfcea740111::TestGroupBuilderBase2909 m_behaviorToName[B_DENORM_PRESERVE] = "DenormPreserve"; in TestGroupBuilderBase()2910 m_behaviorToName[B_DENORM_FLUSH] = "DenormFlushToZero"; in TestGroupBuilderBase()2911 m_behaviorToName[B_ZIN_PRESERVE] = "SignedZeroInfNanPreserve"; in TestGroupBuilderBase()2912 m_behaviorToName[B_RTE_ROUNDING] = "RoundingModeRTE"; in TestGroupBuilderBase()2913 m_behaviorToName[B_RTZ_ROUNDING] = "RoundingModeRTZ"; in TestGroupBuilderBase()2989 BehaviorNameMap::const_iterator it = m_behaviorToName.begin(); in getBehaviorCapabilityAndExecutionMode()2990 while (it != m_behaviorToName.end()) in getBehaviorCapabilityAndExecutionMode()3668 const string& rte = m_behaviorToName.at(B_RTE_ROUNDING); in fillShaderSpec()3669 const string& rtz = m_behaviorToName.at(B_RTZ_ROUNDING); in fillShaderSpec()[all …]