Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_wrmasks.c105 unsigned offset_idx = offset_src(intr->intrinsic); in split_wrmask() local
114 nir_ssa_def *offset = nir_ssa_for_src(b, intr->src[offset_idx], 1); in split_wrmask()
163 } else if (i == offset_idx) { in split_wrmask()
/third_party/flatbuffers/src/
Dreflection.cpp464 size_t offset_idx = 0; in CopyTable() local
482 fbb.AddOffset(fielddef.offset(), Offset<void>(offsets[offset_idx++])); in CopyTable()
491 FLATBUFFERS_ASSERT(offset_idx == offsets.size()); in CopyTable()