HomeSort by: relevance | last modified time | path
    Searched refs:structure (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xfs/dist/include/
misc.h 122 #define fsPack_XCharInfo(structure, packet) \
123 fsCat(packet,left) = (structure)->leftSideBearing; \
124 fsCat(packet,right) = (structure)->rightSideBearing; \
125 fsCat(packet,width) = (structure)->characterWidth; \
126 fsCat(packet,ascent) = (structure)->ascent; \
127 fsCat(packet,descent) = (structure)->descent; \
128 fsCat(packet,attributes) = (structure)->attributes
133 #define fsPack_XFontInfoHeader(structure, packet, clientversion) \
134 (packet)->font_header_flags = ((structure)->allExist) ? FontInfoAllCharsExist : 0; \
135 (packet)->font_header_draw_direction = ((structure)->drawDirection == LeftToRight)
    [all...]
  /xsrc/external/mit/libXfont/dist/src/fc/
fservestr.h 146 #define fsUnpack_XCharInfo(packet, structure) \
147 (structure)->leftSideBearing = fsCat(packet,left); \
148 (structure)->rightSideBearing = fsCat(packet,right); \
149 (structure)->characterWidth = fsCat(packet,width); \
150 (structure)->ascent = fsCat(packet,ascent); \
151 (structure)->descent = fsCat(packet,descent); \
152 (structure)->attributes = fsCat(packet,attributes)
157 #define fsUnpack_XFontInfoHeader(packet, structure) \
158 (structure)->allExist = ((packet)->font_header_flags & FontInfoAllCharsExist) != 0; \
159 (structure)->drawDirection =
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/fc/
fservestr.h 146 #define fsUnpack_XCharInfo(packet, structure) \
147 (structure)->leftSideBearing = fsCat(packet,left); \
148 (structure)->rightSideBearing = fsCat(packet,right); \
149 (structure)->characterWidth = fsCat(packet,width); \
150 (structure)->ascent = fsCat(packet,ascent); \
151 (structure)->descent = fsCat(packet,descent); \
152 (structure)->attributes = fsCat(packet,attributes)
157 #define fsUnpack_XFontInfoHeader(packet, structure) \
158 (structure)->allExist = ((packet)->font_header_flags & FontInfoAllCharsExist) != 0; \
159 (structure)->drawDirection =
    [all...]
  /xsrc/external/mit/libFS/dist/src/
FSlibint.h 250 #define FSUnpack_XCharInfo(packet, structure) \
251 (structure)->left = FSCat(packet,left); \
252 (structure)->right = FSCat(packet,right); \
253 (structure)->width = FSCat(packet,width); \
254 (structure)->ascent = FSCat(packet,ascent); \
255 (structure)->descent = FSCat(packet,descent); \
256 (structure)->attributes = FSCat(packet,attributes)
261 #define FSUnpack_XFontInfoHeader(packet, structure, serverversion) \
262 (structure)->flags = (packet)->font_header_flags; \
263 (structure)->draw_direction = (packet)->font_header_draw_direction;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_named_interface_blocks.cpp 78 element_type->fields.structure[idx].type, type->length);
156 const char * field_name = iface_t->fields.structure[i].name;
168 ralloc_strdup(mem_ctx, iface_t->fields.structure[i].name);
171 new(mem_ctx) ir_variable(iface_t->fields.structure[i].type,
182 new_var->data.location = iface_t->fields.structure[i].location;
184 iface_t->fields.structure[i].component >= 0 ?
185 iface_t->fields.structure[i].component : 0;
188 (iface_t->fields.structure[i].component >= 0);
189 new_var->data.offset = iface_t->fields.structure[i].offset;
191 (iface_t->fields.structure[i].offset >= 0)
    [all...]
link_interface_blocks.cpp 51 if (c->fields.structure[i].type != p->fields.structure[i].type)
53 if (strcmp(c->fields.structure[i].name,
54 p->fields.structure[i].name) != 0)
56 if (c->fields.structure[i].location !=
57 p->fields.structure[i].location)
59 if (c->fields.structure[i].component !=
60 p->fields.structure[i].component)
62 if (c->fields.structure[i].patch !=
63 p->fields.structure[i].patch
    [all...]
opt_structure_splitting.cpp 27 * If a structure is only ever referenced by its components, then
156 /* If there are no structure references yet, no need to bother with
165 /* We'll split copies of a structure to copies of components, so don't
176 /* We don't have logic for structure-splitting function arguments,
277 type->fields.structure[i].name);
285 type->fields.structure[i].name);
313 printf("structure %s@%p: decl %d, whole_access %d\n",
340 type->fields.structure[i].name);
342 new(entry->mem_ctx) ir_variable(type->fields.structure[i].type,
346 if (type->fields.structure[i].type->without_array()->is_image())
    [all...]
lower_buffer_access.cpp 71 &deref->type->fields.structure[i];
209 glsl_matrix_layout(ir->type->fields.structure[idx].matrix_layout);
375 const glsl_type *type = struct_type->fields.structure[i].type;
379 struct_type->fields.structure[i].name);
392 if (struct_type->fields.structure[i].offset != -1) {
393 intra_struct_offset = struct_type->fields.structure[i].offset;
401 *struct_field = &struct_type->fields.structure[i];
410 /* If the field just examined was itself a structure, apply rule
413 * "The structure may have padding at the end; the base offset
414 * of the member following the sub-structure is rounded up t
    [all...]
ir_print_visitor.cpp 57 fprintf(f, "(structure (%s) (%s@%p) (%u) (\n",
62 glsl_print_type(f, s->fields.structure[j].type);
63 fprintf(f, ")(%s))\n", s->fields.structure[j].name);
426 ir->record->type->fields.structure[ir->field_idx].name;
484 fprintf(f, "(%s ", ir->type->fields.structure[i].name);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_named_interface_blocks.cpp 78 element_type->fields.structure[idx].type, type->length);
156 const char * field_name = iface_t->fields.structure[i].name;
168 ralloc_strdup(mem_ctx, iface_t->fields.structure[i].name);
171 new(mem_ctx) ir_variable(iface_t->fields.structure[i].type,
182 new_var->data.location = iface_t->fields.structure[i].location;
184 new_var->data.offset = iface_t->fields.structure[i].offset;
186 (iface_t->fields.structure[i].offset >= 0);
188 iface_t->fields.structure[i].xfb_buffer;
190 iface_t->fields.structure[i].explicit_xfb_buffer;
192 iface_t->fields.structure[i].interpolation
    [all...]
link_interface_blocks.cpp 51 if (c->fields.structure[i].type != p->fields.structure[i].type)
53 if (strcmp(c->fields.structure[i].name,
54 p->fields.structure[i].name) != 0)
56 if (c->fields.structure[i].location !=
57 p->fields.structure[i].location)
59 if (c->fields.structure[i].patch !=
60 p->fields.structure[i].patch)
70 if (c->fields.structure[i].interpolation !=
71 p->fields.structure[i].interpolation
    [all...]
opt_structure_splitting.cpp 27 * If a structure is only ever referenced by its components, then
156 /* If there are no structure references yet, no need to bother with
165 /* We'll split copies of a structure to copies of components, so don't
176 /* We don't have logic for structure-splitting function arguments,
277 type->fields.structure[i].name);
285 type->fields.structure[i].name);
313 printf("structure %s@%p: decl %d, whole_access %d\n",
340 type->fields.structure[i].name);
342 new(entry->mem_ctx) ir_variable(type->fields.structure[i].type,
346 if (type->fields.structure[i].type->without_array()->is_image())
    [all...]
lower_buffer_access.cpp 71 &deref->type->fields.structure[i];
209 glsl_matrix_layout(ir->type->fields.structure[idx].matrix_layout);
375 const glsl_type *type = struct_type->fields.structure[i].type;
379 struct_type->fields.structure[i].name);
392 if (struct_type->fields.structure[i].offset != -1) {
393 intra_struct_offset = struct_type->fields.structure[i].offset;
401 *struct_field = &struct_type->fields.structure[i];
410 /* If the field just examined was itself a structure, apply rule
413 * "The structure may have padding at the end; the base offset
414 * of the member following the sub-structure is rounded up t
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
varyings_test.cpp 62 iface->fields.structure[field].name);
196 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
197 simple_interface->fields.structure[0].name,
229 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
230 simple_interface->fields.structure[0].name,
278 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
279 simple_interface->fields.structure[0].name,
302 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
303 simple_interface->fields.structure[0].name,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
varyings_test.cpp 64 iface->fields.structure[field].name);
196 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
197 simple_interface->fields.structure[0].name,
229 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
230 simple_interface->fields.structure[0].name,
278 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
279 simple_interface->fields.structure[0].name,
302 new(mem_ctx) ir_variable(simple_interface->fields.structure[0].type,
303 simple_interface->fields.structure[0].name,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 128 this->fields.structure = rzalloc_array(this->mem_ctx,
132 this->fields.structure[i] = fields[i];
133 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
156 this->fields.structure = rzalloc_array(this->mem_ctx,
159 this->fields.structure[i] = fields[i];
160 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
224 if (this->fields.structure[i].type->contains_sampler())
238 if (this->fields.structure[i].type->contains_array()
    [all...]
nir_types.cpp 77 return type->fields.structure[index].type;
84 return type->fields.structure[index].offset;
92 return &type->fields.structure[index];
196 return type->fields.structure[index].name;
722 size_align(type->fields.structure[i].type, &elem_size, &elem_align);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 120 this->fields.structure = rzalloc_array(this->mem_ctx,
124 this->fields.structure[i] = fields[i];
125 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
148 this->fields.structure = rzalloc_array(this->mem_ctx,
151 this->fields.structure[i] = fields[i];
152 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
214 if (this->fields.structure[i].type->contains_sampler())
228 if (this->fields.structure[i].type->contains_array()
    [all...]
nir_types.cpp 71 return type->fields.structure[index].type;
78 return type->fields.structure[index].offset;
86 return &type->fields.structure[index];
177 return type->fields.structure[index].name;
634 glsl_get_natural_size_align_bytes(type->fields.structure[i].type,
  /xsrc/external/mit/fontconfig/dist/doc/
fcconstant.fncs 47 Return the FcConstant structure related to symbolic constant <parameter>string</parameter>.
56 Return the FcConstant structure related to symbolic constant <parameter>string</parameter>
fcmatrix.fncs 27 @PURPOSE@ initialize an FcMatrix structure
fcatomic.fncs 30 Creates a data structure containing data needed to control access to <parameter>file</parameter>.
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_types.cpp 85 size += st_glsl_storage_type_size(type->fields.structure[i].type,
144 size += st_glsl_type_dword_size(type->fields.structure[i].type,
  /xsrc/external/mit/xedit/dist/lisp/
struct.c 79 LispDestroy("%s: %s cannot be a structure name",
91 /* get structure fields and default values */
135 LispWarning("%s: structure %s is being redefined",
194 atom->property->structure.function != STRUCT_CONSTRUCTOR)
197 definition = atom->property->structure.definition;
212 /* create structure, CAR(definition) is structure name */
241 /* if default value in structure definition */
309 (offset = atom->property->structure.function) < 0) {
316 definition = atom->property->structure.definition
    [all...]
  /xsrc/external/mit/libX11/dist/src/
InitExt.c 117 XExtData **structure,
120 ext_data->next = *structure;
121 *structure = ext_data;
126 XExtData **structure,
131 ext = *structure;
138 * Routines to hang procs on the extension structure.

Completed in 17 milliseconds

1 2 3 4