Home
last modified time | relevance | path

Searched defs:field_idx (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_array_index.cpp91 unsigned field_idx = deref_record->field_idx; in update_max_array_access() local
Dir.h2209 int field_idx; variable
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc187 for (int field_idx = 0; field_idx < descriptor->field_count(); field_idx++) { in GetOrCreateMessageClass() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc811 for (int field_idx = 0; field_idx < descriptor->field_count(); field_idx++) { in HasLazyFields() local
837 for (int field_idx = 0; field_idx < file->extension_count(); field_idx++) { in HasLazyFields() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c279 unsigned field_idx) in struct_type_get_field_offset()