| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_program.c | 594 glamor_program_source source_type, 603 const glamor_facet *fill = glamor_facet_source[source_type]; 628 glamor_program_source source_type; local in function:glamor_setup_program_render 654 source_type = glamor_program_source_1x1_picture; 656 source_type = glamor_program_source_picture; 663 source_type = glamor_program_source_solid; 670 prog = &program_render->progs[source_type][alpha]; 671 if (!glamor_setup_one_program_render(screen, prog, source_type, alpha, prim, defines)) 680 &program_render->progs[source_type][glamor_program_alpha_ca_second], 681 source_type, glamor_program_alpha_ca_secon 592 glamor_setup_one_program_render(ScreenPtr screen,glamor_program * prog,glamor_program_source source_type,glamor_program_alpha alpha,const glamor_facet * prim,const char * defines) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 78 unsigned source_type : 2; member in struct:__anon4c8c0f47050a::__anon4c8c0f470608 92 unsigned source_type : 2; /* = 01 */ member in struct:__anon4c8c0f47050a::__anon4c8c0f470708
|
| H A D | codegen.c | 74 f->imm.source_type = 2; 84 f->reg.source_type = 1;
|
| H A D | disasm.c | 178 bool perspective = varying->imm.source_type < 2 && varying->imm.perspective; 210 switch (varying->imm.source_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 78 unsigned source_type : 2; member in struct:__anon8016ff1a050a::__anon8016ff1a0608 92 unsigned source_type : 2; /* = 01 */ member in struct:__anon8016ff1a050a::__anon8016ff1a0708
|
| H A D | codegen.c | 83 f->imm.source_type = 2; 87 f->imm.source_type = 3; 90 f->imm.source_type = 3; 95 f->imm.source_type = num_components == 3 ? 2 : 0; 108 f->reg.source_type = 2; 111 f->reg.source_type = 1;
|
| H A D | disasm.c | 204 bool perspective = varying->imm.source_type < 2 && varying->imm.perspective; 236 switch (varying->imm.source_type) {
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | eventstr.h | 142 enum DeviceEventSource source_type; /**< How this event was provoked */ member in struct:_DeviceEvent
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | inpututils.c | 738 enum DeviceEventSource source_type) 746 event->source_type = source_type; 737 init_device_event(DeviceEvent * event,DeviceIntPtr dev,Time ms,enum DeviceEventSource source_type) argument
|
| H A D | getevents.c | 1072 enum DeviceEventSource source_type = EVENT_SOURCE_NORMAL; local in function:GetKeyboardEvents 1082 source_type = EVENT_SOURCE_FOCUS; 1085 source_type = EVENT_SOURCE_FOCUS; 1115 if (source_type == EVENT_SOURCE_NORMAL) { 1123 init_device_event(event, pDev, ms, source_type);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbActions.c | 1260 if (event->source_type == EVENT_SOURCE_FOCUS) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 1905 if (event->source_type == EVENT_SOURCE_FOCUS) 1940 if (event->source_type != EVENT_SOURCE_FOCUS) {
|