Home
last modified time | relevance | path

Searched refs:has_multi_scratch_spaces (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/autogen/
H A DZEInfo.hpp35 …_global_atomics == other.has_global_atomics && has_multi_scratch_spaces == other.has_multi_scratch… in operator ==()
45 zeinfo_bool_t has_multi_scratch_spaces = false; member
H A DZEInfoYAML.cpp48 io.mapOptional("has_multi_scratch_spaces", info.has_multi_scratch_spaces, false); in mapping()