| /xsrc/external/mit/xfs/dist/include/ |
| H A D | 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) [all...] |
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | 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) [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | 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) [all...] |
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | 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) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | 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[ [all...] |
| H A D | 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[ [all...] |
| H A D | 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[ [all...] |
| H A D | 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 i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | 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[ [all...] |
| H A D | 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[ [all...] |
| H A D | 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[ [all...] |
| H A D | 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 i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | 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[ [all...] |
| H A D | 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/libdrm/dist/man/ |
| H A D | drmModeGetResources.3.rst | 26 structure containing information about the current display 27 configuration. The structure contains the following fields: 76 ``drmModeGetResources`` returns a drmModeRes structure pointer on 77 success, NULL on failure. The returned structure must be freed with
|
| H A D | drmHandleEvent.3.rst | 26 use the passed-in ``evctx`` structure to call function pointers with the
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | 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/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | 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. 116 XAddToExtensionList(XExtData ** structure,XExtData * ext_data) argument 125 XFindOnExtensionList(XExtData ** structure,int number) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.3.rst | 85 - glsl: Set location on structure-split sampler uniform variables 86 - Revert "glsl: Set location on structure-split sampler uniform
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | dsa.rst | 10 they are all stored in one structure.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | dsa.rst | 10 they are all stored in one structure.
|