Searched refs:AvailableExtInstSets (Results 1 – 2 of 2) sorted by relevance
117 return AvailableExtInstSets.contains(E); in canUseExtInstSet()147 AvailableExtInstSets.insert( in accountForAMDShaderTrinaryMinmax()155 AvailableExtInstSets.clear(); in initAvailableExtInstSets()157 AvailableExtInstSets.insert(SPIRV::InstructionSet::GLSL_std_450); in initAvailableExtInstSets()159 AvailableExtInstSets.insert(SPIRV::InstructionSet::OpenCL_std); in initAvailableExtInstSets()
49 SmallSet<SPIRV::InstructionSet::InstructionSet, 4> AvailableExtInstSets; variable