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

  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 421 const glsl_type *struct_type = deref_record->record->type; local
424 for (unsigned int i = 0; i < struct_type->length; i++) {
425 const glsl_type *type = struct_type->fields.structure[i].type;
429 struct_type->fields.structure[i].name);
442 if (struct_type->fields.structure[i].offset != -1) {
443 intra_struct_offset = struct_type->fields.structure[i].offset;
448 if (strcmp(struct_type->fields.structure[i].name,
451 *struct_field = &struct_type->fields.structure[i];
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 36 typedef T struct_type; typedef
37 uint64_t Size = sizeof(struct_type);
46 struct_type *Ptr = (struct_type *) (Buffer.data() + Base);
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 1265 StructType struct_type; local
1280 StructType struct_type; local
1290 StructType struct_type; local
1347 StructType struct_type; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1555 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 603 (** [struct_type context tys] returns the structure type in the context
606 val struct_type : llcontext -> lltype array -> lltype var
926 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2734 const glsl_type *struct_type = ir->record->type; local
3844 const glsl_type *struct_type = deref_record->record->type; local
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 471 (** [struct_type context tys] returns the structure type in the context
474 val struct_type : llcontext -> lltype array -> lltype var
761 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]

Completed in 831 milliseconds