• Home
  • Raw
  • Download

Lines Matching refs:words

70   auto ext_inst = inst->words[inst->operands[3].offset];  in ParseExtendedInst()
74 const auto& name = helper->strings[inst->words[inst->operands[5].offset]]; in ParseExtendedInst()
80 const auto& name = helper->strings[inst->words[inst->operands[4].offset]]; in ParseExtendedInst()
90 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
91 auto ordinal_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
92 auto ds_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst()
93 auto binding_id = inst->words[inst->operands[7].offset]; in ParseExtendedInst()
96 arg_name = helper->strings[inst->words[inst->operands[8].offset]]; in ParseExtendedInst()
114 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
115 auto ordinal_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
116 auto ds_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst()
117 auto binding_id = inst->words[inst->operands[7].offset]; in ParseExtendedInst()
118 auto offset_id = inst->words[inst->operands[8].offset]; in ParseExtendedInst()
119 auto size_id = inst->words[inst->operands[9].offset]; in ParseExtendedInst()
122 arg_name = helper->strings[inst->words[inst->operands[10].offset]]; in ParseExtendedInst()
139 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
140 auto ordinal_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
141 auto offset_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst()
142 auto size_id = inst->words[inst->operands[7].offset]; in ParseExtendedInst()
145 arg_name = helper->strings[inst->words[inst->operands[8].offset]]; in ParseExtendedInst()
175 auto offset_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
176 auto size_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
184 auto offset_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
185 auto size_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
199 auto ds_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst()
200 auto binding_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst()
201 auto mask_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst()
217 if (inst->words[inst->operands[1].offset] == 32 && in ParseReflection()
218 inst->words[inst->operands[2].offset] == 0) { in ParseReflection()
224 if (inst->words[inst->operands[0].offset] == helper->uint_id) { in ParseReflection()
226 uint32_t value = inst->words[inst->operands[2].offset]; in ParseReflection()
233 reinterpret_cast<const char*>(inst->words + inst->operands[1].offset); in ParseReflection()