HomeSort by: relevance | last modified time | path
    Searched defs:control (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /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/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
fd3_blend.h 40 uint32_t control; member in struct:fd3_blend_stateobj::__anon1192
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_blend.h 38 uint32_t control; member in struct:fd4_blend_stateobj::__anon1193
fd4_emit.c 722 uint32_t control = blend->rb_mrt[i].control; local
725 control &= A4XX_RB_MRT_CONTROL_COMPONENT_ENABLE__MASK;
726 control |= A4XX_RB_MRT_CONTROL_ROP_CODE(ROP_COPY);
730 control &= ~A4XX_RB_MRT_CONTROL_BLEND2;
734 OUT_RING(ring, control);
  /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_emit.c 740 uint32_t control = blend->rb_mrt[i].control; local
744 control &= (A3XX_RB_MRT_CONTROL_COMPONENT_ENABLE__MASK |
746 control |= A3XX_RB_MRT_CONTROL_ROP_CODE(ROP_COPY);
750 control &= ~A3XX_RB_MRT_CONTROL_COMPONENT_ENABLE__MASK;
756 control &= ~A3XX_RB_MRT_CONTROL_BLEND2;
768 control |= A3XX_RB_MRT_CONTROL_READ_DEST_ENABLE;
772 OUT_RING(ring, control);
  /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 */
fd4_emit.c 702 uint32_t control = blend->rb_mrt[i].control; local
706 control &= A4XX_RB_MRT_CONTROL_COMPONENT_ENABLE__MASK;
707 control |= A4XX_RB_MRT_CONTROL_ROP_CODE(ROP_COPY);
714 control &= ~A4XX_RB_MRT_CONTROL_BLEND2;
718 OUT_RING(ring, control);
  /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.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/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/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/MesaLib/dist/src/vulkan/overlay-layer/
mesa-overlay-control.py 152 def control(args): function
193 parser = argparse.ArgumentParser(description='MESA_overlay control client')
203 control(args)
overlay_params.h 74 OVERLAY_PARAM_CUSTOM(control) \
97 int control; member in struct:overlay_params
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
tv_1200.c 27 * This file contains routines to control the SC1200 TVOUT and TV encoder.
770 unsigned long control = READ_VID32(SC1200_TVENC_DAC_CONTROL); local
772 *p_on = (unsigned int) (!(control & SC1200_TVENC_POWER_DOWN));
rndr_gu1.c 81 int control = 0; local
103 control = BC_16BPP;
106 control |= BC_FB_WIDTH_4096;
109 control |= BC_FB_WIDTH_2048;
112 WRITE_REG32(GP_BLIT_STATUS, control);
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
tv_1200.c 5 * This file contains routines to control the SC1200 TVOUT and TV encoder.
909 unsigned long control = READ_VID32(SC1200_TVENC_DAC_CONTROL); local
911 *p_on = (unsigned int)(!(control & SC1200_TVENC_POWER_DOWN));
rndr_gu1.c 232 int control = 0; local
254 control = BC_16BPP;
257 control |= BC_FB_WIDTH_4096;
259 control |= BC_FB_WIDTH_2048;
262 WRITE_REG32(GP_BLIT_STATUS, control);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.h 77 enum tgsi_sampler_control control; member in struct:filter_args
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.h 77 enum tgsi_sampler_control control; member in struct:filter_args
  /xsrc/external/mit/xedit/dist/lisp/modules/
syntax.lsp 167 ;; Control characters, not always errors...
168 (defsynprop *prop-control*
169 "control"
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
afuc.h 183 } control; member in union:PACKED
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
svga_shader.h 41 unsigned control:8; member in struct:sh_op
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
svga_shader.h 41 unsigned control:8; member in struct:sh_op

Completed in 19 milliseconds

1 2 3