HomeSort by relevance Sort by last modified time
    Searched defs:parent_type (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 90 const struct glsl_type *parent_type = tail->type; local
106 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i);
nir_lower_locals_to_regs.c 146 const struct glsl_type *parent_type = tail->type; local
154 src.reg.base_offset *= glsl_get_length(parent_type);
160 load_const->value.u32[0] = glsl_get_length(parent_type);
nir_lower_io.c 126 const struct glsl_type *parent_type = tail->type; local
148 field_offset += type_size(glsl_get_struct_field(parent_type, i));
  /external/fio/
json.h 26 int parent_type; member in struct:json_value
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 536 const Descriptor* parent_type = containing_type->containing_type(); local
537 if (parent_type != NULL) {
538 for (int i = 0; i < parent_type->field_count(); i++) {
539 if (parent_type->field(i)->type() == FieldDescriptor::TYPE_GROUP &&
540 parent_type->field(i)->message_type() == containing_type) {
541 return SimpleItoa(field->number() - parent_type->field(i)->number());
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1973 const struct glsl_type *parent_type = tail->type; local
    [all...]

Completed in 429 milliseconds