Searched refs:target_slot (Results 1 – 2 of 2) sorted by relevance
107 int target_slot = kNoSpace; in InsertUnique() local114 } else if (target_slot == kNoSpace && bptr->keys[slot] == kUnusedSlot) { in InsertUnique()116 target_slot = slot; in InsertUnique()121 if (target_slot != kNoSpace) { in InsertUnique()122 InsertInternal(tk, v, target_bucket, target_slot); in InsertUnique()
2169 int32_t target_slot = slot; in CompileTCS() local2171 target_slot += VERTEX_ATTRIB_START_SLOT; in CompileTCS()2181 target_slot--; in CompileTCS()2185 target_slot = VERTEX_POSITION_SLOT; in CompileTCS()2187 STORE(C(target_slot), vtxOutputAttribMap, {0, slot}); in CompileTCS()2188 mapConstants.push_back(C(target_slot)); in CompileTCS()