Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h107 int target_slot = kNoSpace; in InsertUnique() local
114 } 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()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2169 int32_t target_slot = slot; in CompileTCS() local
2171 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()