| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_table.py | 201 sn = format.short_name() 206 print(" \"%s\"," % (sn,)) 227 sn = format.short_name() 235 print(" .pack_rgba_8unorm = &util_format_%s_pack_rgba_8unorm," % sn) 236 print(" .pack_rgba_float = &util_format_%s_pack_rgba_float," % sn) 239 print(" .pack_z_32unorm = &util_format_%s_pack_z_32unorm," % sn) 240 print(" .pack_z_float = &util_format_%s_pack_z_float," % sn) 243 print(" .pack_s_8uint = &util_format_%s_pack_s_8uint," % sn) 246 print(" .pack_rgba_uint = &util_format_%s_pack_unsigned," % sn) 247 print(" .pack_rgba_sint = &util_format_%s_pack_signed," % sn) [all...] |
| /xsrc/external/mit/fstobdf/dist/ |
| H A D | fstobdf.c | 122 const char *sn = FSServerName(serverName); local in function:main 124 if (sn) 125 fprintf(stderr, "%s: can't open font server \"%s\"\n", argv[0], sn);
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBUse.c | 225 xkbStateNotify *sn = (xkbStateNotify *) event; local in function:wire_to_event 235 sev->time = sn->time; 236 sev->device = sn->deviceID; 237 sev->keycode = sn->keycode; 238 sev->event_type = sn->eventType; 239 sev->req_major = sn->requestMajor; 240 sev->req_minor = sn->requestMinor; 241 sev->changed = sn->changed; 242 sev->group = sn->group; 243 sev->base_group = sn [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 245 const enum tgsi_semantic sn = fs->info.input_semantic_name[i]; local in function:widepoint_first_point 248 if (sn == wide->sprite_coord_semantic) { 252 } else if (sn != TGSI_SEMANTIC_PCOORD) { 259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.h | 39 ubyte sn; /* semantic name */ member in struct:nv50_varying
|
| H A D | nv50_program.c | 49 prog->in[i].sn = info->in[i].sn; 60 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) 66 switch (info->sv[i].sn) { 97 switch (info->out[i].sn) { 122 prog->out[i].sn = info->out[i].sn; 153 switch (info->in[i].sn) { 167 if (info->in[i].sn == TGSI_SEMANTIC_POSITION) { 175 if (info->in[i].sn [all...] |
| H A D | nv50_shader_state.c | 324 if (fp->in[i].sn != TGSI_SEMANTIC_GENERIC) { 482 if (vp->out[n].sn == fp->in[i].sn && 485 switch (fp->in[i].sn) { 607 if (vp->out[j].sn == gp->in[i].sn &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 245 const enum tgsi_semantic sn = fs->info.input_semantic_name[i]; local in function:widepoint_first_point 248 if (sn == wide->sprite_coord_semantic) { 252 } else if (sn != TGSI_SEMANTIC_PCOORD) { 259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 49 prog->in[i].sn = info->in[i].sn; 60 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) 66 switch (info->sv[i].sn) { 97 switch (info->out[i].sn) { 122 prog->out[i].sn = info->out[i].sn; 153 switch (info->in[i].sn) { 167 if (info->in[i].sn == TGSI_SEMANTIC_POSITION) { 175 if (info->in[i].sn [all...] |
| H A D | nv50_program.h | 38 ubyte sn; /* semantic name */ member in struct:nv50_varying
|
| H A D | nv50_shader_state.c | 329 if (fp->in[i].sn != TGSI_SEMANTIC_GENERIC) { 487 if (vp->out[n].sn == fp->in[i].sn && 490 switch (fp->in[i].sn) { 612 if (vp->out[j].sn == gp->in[i].sn &&
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | encparse.c | 520 FontEncSimpleNamePtr sn; local in function:parseEncodingFile 725 mapping->client_data = sn = malloc(sizeof(FontEncSimpleNameRec)); 726 if (sn == NULL) 729 free(sn); 730 mapping->client_data = sn = NULL; 733 sn->first = first; 734 sn->len = last - first + 1; 735 sn->map = Xmallocarray(sn->len, sizeof(char *)); 736 if (sn [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 37 nvc0_shader_input_address(unsigned sn, unsigned si) argument 39 switch (sn) { 66 nvc0_shader_output_address(unsigned sn, unsigned si) argument 68 switch (sn) { 98 switch (info->in[i].sn) { 103 nvc0_shader_input_address(info->in[i].sn, 0) / 4; 123 offset = nvc0_shader_input_address(info->in[i].sn, info->in[i].si); 143 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) 149 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) 172 offset = nvc0_shader_output_address(info->out[i].sn, inf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 38 nvc0_shader_input_address(unsigned sn, unsigned si) argument 40 switch (sn) { 67 nvc0_shader_output_address(unsigned sn, unsigned si) argument 69 switch (sn) { 99 switch (info->in[i].sn) { 104 nvc0_shader_input_address(info->in[i].sn, 0) / 4; 124 offset = nvc0_shader_input_address(info->in[i].sn, info->in[i].si); 144 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) 150 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) 173 offset = nvc0_shader_output_address(info->out[i].sn, inf [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbActions.c | 1218 xkbStateNotify sn; local in function:XkbHandleActions 1219 sn.keycode= key; 1220 sn.eventType= event->type; 1221 sn.requestMajor = sn.requestMinor = 0; 1222 sn.changed= changed; 1223 XkbSendStateNotify(dev,&sn); 1292 xkbStateNotify sn; local in function:XkbClearAllLatchesAndLocks 1294 sn.changed= 0; 1298 sn [all...] |
| H A D | xkbAccessX.c | 761 xkbStateNotify sn; local in function:ProcessPointerEvent 762 sn.keycode= event->detail.key; 763 sn.eventType= event->type; 764 sn.requestMajor = sn.requestMinor = 0; 765 sn.changed= changed; 766 XkbSendStateNotify(dev,&sn);
|
| H A D | xkbEvents.c | 830 xkbStateNotify sn; local in function:XkbSendNotification 831 sn.changed= pChanges->state_changes; 832 sn.keycode= cause->kc; 833 sn.eventType= cause->event; 834 sn.requestMajor= cause->mjr; 835 sn.requestMinor= cause->mnr; 836 XkbSendStateNotify(kbd,&sn);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbActions.c | 1204 xkbStateNotify sn; local in function:_XkbApplyState 1206 sn.keycode = key; 1207 sn.eventType = evtype; 1208 sn.requestMajor = sn.requestMinor = 0; 1209 sn.changed = changed; 1210 XkbSendStateNotify(dev, &sn); 1491 xkbStateNotify sn; local in function:XkbClearAllLatchesAndLocks 1493 sn.changed = 0; 1497 sn [all...] |
| H A D | xkbAccessX.c | 788 xkbStateNotify sn; local in function:ProcessPointerEvent 790 sn.keycode = event->detail.key; 791 sn.eventType = event->type; 792 sn.requestMajor = sn.requestMinor = 0; 793 sn.changed = changed; 794 XkbSendStateNotify(dev, &sn);
|
| H A D | xkbEvents.c | 802 xkbStateNotify sn; local in function:XkbSendNotification 804 sn.changed = pChanges->state_changes; 805 sn.keycode = cause->kc; 806 sn.eventType = cause->event; 807 sn.requestMajor = cause->mjr; 808 sn.requestMinor = cause->mnr; 809 XkbSendStateNotify(kbd, &sn);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1093 int inferSysValDirection(unsigned sn) const; 1207 info->out[i].sn = TGSI_SEMANTIC_CLIPDIST; 1305 int Source::inferSysValDirection(unsigned sn) const 1307 switch (sn) { 1326 unsigned sn = TGSI_SEMANTIC_GENERIC; local in function:tgsi::Source::scanDeclaration 1332 sn = decl->Semantic.Name; 1350 info->in[i].sn = TGSI_SEMANTIC_GENERIC; 1356 info->in[i].sn = sn; 1377 if (sn [all...] |
| H A D | nv50_ir_driver.h | 53 ubyte sn; /* TGSI semantic name */ member in struct:nv50_ir_varying
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1049 int inferSysValDirection(unsigned sn) const; 1160 info_out->out[i].sn = TGSI_SEMANTIC_CLIPDIST; 1258 int Source::inferSysValDirection(unsigned sn) const 1260 switch (sn) { 1279 unsigned sn = TGSI_SEMANTIC_GENERIC; local in function:tgsi::Source::scanDeclaration 1285 sn = decl->Semantic.Name; 1303 info_out->in[i].sn = TGSI_SEMANTIC_GENERIC; 1309 info_out->in[i].sn = sn; 1330 if (sn [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_sched.c | 300 struct ir3_sched_node *sn = src->data; local in function:schedule 301 sn->partially_live = true; 988 struct ir3_sched_node *sn = src->data; local in function:sched_node_add_dep 995 sn->collect = instr; 997 dag_add_edge(&sn->dag, &n->dag, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 97 node *sn = s->next; local in function:r600_sb::container_node::insert_node_after 98 sn->prev = n; 99 n->next = sn;
|