| /xsrc/external/mit/xinput/dist/src/ |
| setint.c | 35 XIntegerFeedbackControl control; local 42 control.class = IntegerFeedbackClass; 43 control.length = sizeof(XIntegerFeedbackControl); 44 control.id = atoi(argv[1]); 45 control.int_to_display = atoi(argv[2]); 57 XChangeFeedbackControl(display, device, DvInteger, (XFeedbackControl *) &control);
|
| /xsrc/external/mit/xorg-server/dist/test/xi1/ |
| protocol-xchangedevicecontrol.c | 75 swaps(&req->control); 77 swaps(&ctl->control); 89 xDeviceCtl *control = (xDeviceCtl *) (&request[1]); local 98 printf(" -- no control struct\n"); 99 request_ChangeDeviceControl(&client_request, request, control, BadLength); 103 request->control = DEVICE_RESOLUTION; 104 control->length = (sizeof(xDeviceResolutionCtl) >> 2); 105 request->length += control->length - 2; 106 request_ChangeDeviceControl(&client_request, request, control, BadLength); 110 request->control = DEVICE_ENABLE [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/xi1/ |
| protocol-xchangedevicecontrol.c | 71 swaps(&req->control); 73 swaps(&ctl->control); 85 xDeviceCtl *control = (xDeviceCtl *) (&request[1]); local 94 printf(" -- no control struct\n"); 95 request_ChangeDeviceControl(&client_request, request, control, BadLength); 99 request->control = DEVICE_RESOLUTION; 100 control->length = (sizeof(xDeviceResolutionCtl) >> 2); 101 request->length += control->length - 2; 102 request_ChangeDeviceControl(&client_request, request, control, BadLength); 106 request->control = DEVICE_ENABLE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| debug.c | 31 const struct debug_control *control) 36 for (; control->string != NULL; control++) { 38 flag |= control->flag; 45 if (strlen(control->string) == n && 46 !strncmp(control->string, s, n)) 47 flag |= control->flag;
|
| debug.h | 41 const struct debug_control *control);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| debug.c | 31 const struct debug_control *control) 36 for (; control->string != NULL; control++) { 38 flag |= control->flag; 45 if (strlen(control->string) == n && 46 !strncmp(control->string, s, n)) 47 flag |= control->flag;
|
| debug.h | 41 const struct debug_control *control);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| emu.c | 189 uint32_t src1 = emu_get_gpr_reg(emu, instr->control.src1); 190 uint32_t src2 = emu_get_gpr_reg(emu, instr->control.src2); 192 if (instr->control.flags == 0x4) { 193 emu_set_gpr_reg(emu, instr->control.src2, src2 + instr->control.uimm); 194 } else if (instr->control.flags && !emu->quiet) { 195 printf("unhandled flags: %x\n", instr->control.flags); 198 emu_set_control_reg(emu, src2 + instr->control.uimm, src1); 202 uint32_t src2 = emu_get_gpr_reg(emu, instr->control.src2); 204 if (instr->control.flags == 0x4) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| stubs.c | 116 xDeviceCtl * control) 118 switch (control->control) {
|
| getdctl.c | 49 * Get Device control attributes for an extension device. 66 * This procedure gets the control attributes for an extension device, 79 swaps(&stuff->control, n); 99 r->control = DEVICE_RESOLUTION; 111 swaps(&r->control, n); 127 calib->control = DEVICE_ABS_CALIB; 139 swaps(&calib->control, n); 158 area->control = DEVICE_ABS_AREA; 168 swaps(&area->control, n); 184 c->control = DEVICE_CORE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| fd3_blend.h | 40 uint32_t control; member in struct:fd3_blend_stateobj::__anon1192
|
| fd3_blend.c | 97 so->rb_mrt[i].control = 102 so->rb_mrt[i].control |= A3XX_RB_MRT_CONTROL_READ_DEST_ENABLE | 107 so->rb_mrt[i].control |= A3XX_RB_MRT_CONTROL_READ_DEST_ENABLE; 110 so->rb_mrt[i].control |=
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_blend.h | 38 uint32_t control; member in struct:fd4_blend_stateobj::__anon1193
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_blend.h | 39 uint32_t control; member in struct:fd5_blend_stateobj::__anon1195
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| fd3_blend.h | 39 /* Blend control bits for color if there is an alpha channel */ 41 /* Blend control bits for color if there is no alpha channel */ 43 /* Blend control bits for alpha channel */ 45 uint32_t control; member in struct:fd3_blend_stateobj::__anon3673
|
| fd3_blend.c | 116 so->rb_mrt[i].control = 121 so->rb_mrt[i].control |= 127 so->rb_mrt[i].control |= A3XX_RB_MRT_CONTROL_READ_DEST_ENABLE; 130 so->rb_mrt[i].control |= A3XX_RB_MRT_CONTROL_DITHER_MODE(DITHER_ALWAYS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_blend.h | 38 uint32_t control; member in struct:fd4_blend_stateobj::__anon3674 40 /* Blend control bits for color if there is an alpha channel */ 42 /* Blend control bits for color if there is no alpha channel */ 44 /* Blend control bits for alpha channel */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_blend.h | 40 uint32_t control; member in struct:fd6_blend_stateobj::__anon3679 42 /* Blend control bits for color if there is an alpha channel */ 44 /* Blend control bits for color if there is no alpha channel */ 46 /* Blend control bits for alpha channel */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| darwinXinput.c | 116 xDeviceCtl * control) 119 DEBUG_LOG("ChangeDeviceControl(%p, %p, %p)\n", client, dev, control); 120 switch (control->control) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| getdctl.c | 49 * Get Device control attributes for an extension device. 66 * This procedure gets the control attributes for an extension device, 77 swaps(&stuff->control); 96 r->control = DEVICE_RESOLUTION; 108 swaps(&r->control); 123 c->control = DEVICE_CORE; 129 swaps(&c->control); 139 e->control = DEVICE_ENABLE; 144 swaps(&e->control); 166 * Get the state of the specified device control [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_disasm.c | 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) function 515 control(file, "src reg file", reg_file, _reg_file, NULL); 532 control(file, "dest reg encoding", reg_encoding, inst->bits1.da1.dest_reg_type, NULL); 542 control(file, "dest reg encoding", reg_encoding, inst->bits1.ia1.dest_reg_type, NULL); 553 control(file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL); 554 control(file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL); 565 control(file, "vert stride", vert_stride, _vert_stride, NULL); 567 control(file, "width", width, _width, NULL); 569 control(file, "horiz_stride", horiz_stride, _horiz_stride, NULL); 577 control(file, "negate", negate, _negate, NULL) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_disasm.c | 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) function 515 control(file, "src reg file", reg_file, _reg_file, NULL); 532 control(file, "dest reg encoding", reg_encoding, inst->bits1.da1.dest_reg_type, NULL); 542 control(file, "dest reg encoding", reg_encoding, inst->bits1.ia1.dest_reg_type, NULL); 553 control(file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL); 554 control(file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL); 565 control(file, "vert stride", vert_stride, _vert_stride, NULL); 567 control(file, "width", width, _width, NULL); 569 control(file, "horiz_stride", horiz_stride, _horiz_stride, NULL); 577 control(file, "negate", negate, _negate, NULL) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| darwinXinput.c | 116 xDeviceCtl * control) 119 DEBUG_LOG("ChangeDeviceControl(%p, %p, %p)\n", client, dev, control);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_blend.h | 39 uint32_t control; member in struct:fd5_blend_stateobj::__anon3676 41 /* Blend control bits for color if there is an alpha channel */ 43 /* Blend control bits for color if there is no alpha channel */ 45 /* Blend control bits for alpha channel */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| knob_defs.py | 201 'control' : 'dropdown', 312 'MAX_PRIMS_PER_DRAW and MAX_TESS_PRIMS_PER_DRAW can be used to control split size.',
|