HomeSort by relevance Sort by last modified time
    Searched full:iface_t (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_named_interface_blocks.cpp 148 const glsl_type * iface_t = var->type->without_array(); local
151 assert (iface_t->is_interface());
153 for (unsigned i = 0; i < iface_t->length; i++) {
154 const char * field_name = iface_t->fields.structure[i].name;
158 iface_t->name, var->name, field_name);
166 ralloc_strdup(mem_ctx, iface_t->fields.structure[i].name);
169 new(mem_ctx) ir_variable(iface_t->fields.structure[i].type,
180 new_var->data.location = iface_t->fields.structure[i].location;
182 new_var->data.offset = iface_t->fields.structure[i].offset;
184 (iface_t->fields.structure[i].offset >= 0)
    [all...]
  /external/libpcap/
pcap-sita.c 60 } iface_t; typedef in typeref:struct:iface
70 iface_t *iface; /* a pointer to a linked list of interface structures */
144 iface_t *p;
193 iface_t *p, *cur;
238 iface_t *p;
420 iface_t *iface_ptr, *iface;
427 iface = malloc(sizeof(iface_t)); /* get memory for a structure */
432 memset((char *)iface, 0, sizeof(iface_t)); /* bzero is deprecated(), replaced with memset() */
823 iface_t *p;
    [all...]

Completed in 101 milliseconds