Home
last modified time | relevance | path

Searched refs:bti_value (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/autogen/
H A DZEInfo.hpp87 return bti_value == other.bti_value && arg_index == other.arg_index; in operator ==()
89 zeinfo_int32_t bti_value = 0; member
H A DZEInfoYAML.cpp80 io.mapRequired("bti_value", info.bti_value); in mapping()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/tools/
H A DTester.cpp78 bti.bti_value = 0; in getTestZEInfo()
83 bti2.bti_value = 5; in getTestZEInfo()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/
H A DZEELFObjectBuilder.cpp1027 int32_t bti_value, in addBindingTableIndex() argument
1032 bti.bti_value = bti_value; in addBindingTableIndex()
H A DZEELFObjectBuilder.hpp450 int32_t bti_value,