Searched refs:parent_type (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/ |
D | live_values.py | 93 parent_type = anno.getanno(node.value, 'type') 94 if hasattr(parent_type, node.attr): 99 anno.setanno(node, 'live_val', getattr(parent_type, node.attr))
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_locals_to_regs.c | 146 const struct glsl_type *parent_type = tail->type; in get_deref_reg_src() local 154 src.reg.base_offset *= glsl_get_length(parent_type); in get_deref_reg_src() 160 load_const->value.u32[0] = glsl_get_length(parent_type); in get_deref_reg_src()
|
D | nir_lower_io_types.c | 90 const struct glsl_type *parent_type = tail->type; in get_deref_offset() local 106 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in get_deref_offset()
|
D | nir_lower_io.c | 126 const struct glsl_type *parent_type = tail->type; in get_io_offset() local 148 field_offset += type_size(glsl_get_struct_field(parent_type, i)); in get_io_offset()
|
D | nir_print.c | 500 print_deref_struct(nir_deref_struct *deref, const struct glsl_type *parent_type, in print_deref_struct() argument 504 fprintf(fp, ".%s", glsl_get_struct_elem_name(parent_type, deref->index)); in print_deref_struct()
|
/external/fio/ |
D | json.c | 26 value->parent_type = JSON_PARENT_TYPE_PAIR; in json_create_pair() 179 value->parent_type = JSON_PARENT_TYPE_ARRAY; in json_array_add_value() 287 if (value->parent_type == JSON_PARENT_TYPE_PAIR) in json_value_level()
|
D | json.h | 26 int parent_type; member
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_osx.py | 130 def GetParentDeviceByType(device, parent_type): argument 136 while IORegistryEntryGetName(device) != parent_type:
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 536 const Descriptor* parent_type = containing_type->containing_type(); in JSFieldIndex() local 537 if (parent_type != NULL) { in JSFieldIndex() 538 for (int i = 0; i < parent_type->field_count(); i++) { in JSFieldIndex() 539 if (parent_type->field(i)->type() == FieldDescriptor::TYPE_GROUP && in JSFieldIndex() 540 parent_type->field(i)->message_type() == containing_type) { in JSFieldIndex() 541 return SimpleItoa(field->number() - parent_type->field(i)->number()); in JSFieldIndex()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1973 const struct glsl_type *parent_type = tail->type; in radv_get_deref_offset() local 1998 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in radv_get_deref_offset()
|