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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/freetype/dist/builds/unix/
install.mk 47 $(LIBTOOL) --mode=install $(INSTALL) \
78 -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/$(LIBRARY).$A
95 -$(LIBTOOL) --mode=clean $(RM) $(OBJECTS_LIST)
99 -$(LIBTOOL) --mode=clean $(RM) $(PROJECT_LIBRARY)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
driverfuncs.c 271 GLfloat mode = (GLfloat) ctx->Fog.Mode; local
272 ctx->Driver.Fogfv(ctx, GL_FOG_MODE, &mode);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
driverfuncs.c 269 GLfloat mode = (GLfloat) ctx->Fog.Mode; local
270 ctx->Driver.Fogfv(ctx, GL_FOG_MODE, &mode);
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
patch.lsp 37 (defsyntax *patch-mode* :main nil #'default-indent nil
xconf.lsp 37 (defsyntax *xconf-mode* :main nil #'default-indent nil
python.lsp 69 (defindent *python-mode-indent* :main
231 *python-mode-indent*
239 (defvar *python-mode-options* *python-DEFAULT-options*)
243 (defsyntax *python-mode* :main nil #'python-indent *python-mode-options*
lisp.lsp 81 (defvar *lisp-mode-options* *lisp-DEFAULT-style*)
83 (defindent *lisp-mode-indent* :main
275 *lisp-mode-indent*
281 (defsyntax *lisp-mode* :main nil #'lisp-indent *lisp-mode-options*
  /xsrc/external/mit/xinput/dist/src/
setmode.c 36 int mode; local
51 mode = Absolute;
53 mode = Relative;
55 fprintf(stderr, "Invalid mode, use ABSOLUTE or RELATIVE.\n");
62 XSetDeviceMode(display, device, mode);
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
google-power-relay.py 6 mode = sys.argv[1] variable
14 mode = mode_swap[mode] variable
17 command = "relay {} {}\n\r".format(mode, relay)
eth008-power-relay.py 8 mode = sys.argv[3] variable
12 if mode == "on":
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 78 unsigned mode, type; local
86 mode = RADEON_SURF_GET(surf->flags, MODE);
95 return ac_compute_surface(ws->addrlib, &ws->info, &config, mode, surf);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_texture.h 39 unsigned mode:1; member in struct:etna_sampler_ts
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_rasterizer.c 81 enum a6xx_polygon_mode mode = POLYMODE6_TRIANGLES; local
84 mode = POLYMODE6_POINTS;
87 mode = POLYMODE6_LINES;
94 OUT_REG(ring, A6XX_VPC_POLYGON_MODE(mode));
95 OUT_REG(ring, A6XX_PC_POLYGON_MODE(mode));
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 80 unsigned mode, type; local
88 mode = RADEON_SURF_GET(surf->flags, MODE);
96 return ac_compute_surface(ws->addrlib, &ws->info, &config, mode, surf);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_misc.c 76 const char *mode = "w"; local
81 mode = "a";
84 fout = fopen(filename, mode);
  /xsrc/external/mit/libX11/dist/src/
SetRGBCMap.c 50 int mode = PropModeReplace; /* for partial writes */ local
88 XChangeProperty (dpy, w, property, XA_RGB_COLOR_MAP, 32, mode,
91 mode = PropModeAppend;
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi501_output.c 44 MSOCRegPtr mode = pSmi->mode; local
48 mode->system_ctl.value = READ_SCR(pSmi, SYSTEM_CTL);
51 SMI501_PowerPanel(pScrn, mode, TRUE);
57 SMI501_PowerPanel(pScrn, mode, FALSE);
69 MSOCRegPtr mode = pSmi->mode; local
73 mode->system_ctl.value = READ_SCR(pSmi, SYSTEM_CTL);
76 mode->system_ctl.f.dpmsh = 0;
77 mode->system_ctl.f.dpmsv = 0
103 MSOCRegPtr mode = pSmi->mode; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/present/
present_execute.c 96 uint8_t mode; local
103 mode = PresentCompleteModeSuboptimalCopy;
105 mode = PresentCompleteModeCopy;
107 mode = PresentCompleteModeSkip;
111 mode = PresentCompleteModeCopy;
113 present_vblank_notify(vblank, vblank->kind, mode, ust, crtc_msc);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_split_prim.h 16 unsigned mode; member in struct:util_split_prim
28 unsigned mode, unsigned start, unsigned count)
30 if (mode == PIPE_PRIM_LINE_LOOP) {
31 s->mode = PIPE_PRIM_LINE_STRIP;
34 s->mode = mode;
65 switch (s->mode) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_common.cpp 60 uint8_t mode = NV50_IR_INTERP_PERSPECTIVE; local
63 mode = NV50_IR_INTERP_FLAT;
66 mode = NV50_IR_INTERP_LINEAR;
69 mode = NV50_IR_INTERP_SC;
71 op = (mode == NV50_IR_INTERP_PERSPECTIVE || mode == NV50_IR_INTERP_SC)
75 mode |= NV50_IR_INTERP_CENTROID;
77 return mode;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_wm_iz.cpp 45 GLuint mode:2; member in struct:__anon2413
141 wm_iz_table[lookup].mode == P) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 38 GLenum mode = ctx->Polygon.CullFaceMode; local
44 PUSH_DATA (push, (mode == GL_FRONT ? NV10_3D_CULL_FACE_FRONT :
45 mode == GL_BACK ? NV10_3D_CULL_FACE_BACK :
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
draw.h 45 GLubyte mode; /**< GL_POINTS, GL_LINES, GL_QUAD_STRIP, etc */ member in struct:_mesa_prim
101 const unsigned char *mode,
105 _mesa_EvalMesh1(GLenum mode, GLint i1, GLint i2);
108 _mesa_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
111 _mesa_DrawElementsInstancedARB(GLenum mode, GLsizei count, GLenum type,
115 _mesa_DrawArraysInstancedBaseInstance(GLenum mode, GLint first,
120 _mesa_DrawElementsInstancedBaseVertex(GLenum mode, GLsizei count,
126 _mesa_DrawElementsInstancedBaseInstance(GLenum mode, GLsizei count,
133 _mesa_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream);
136 _mesa_DrawTransformFeedbackInstanced(GLenum mode, GLuint name
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_split_prim.h 16 unsigned mode; member in struct:util_split_prim
28 unsigned mode, unsigned start, unsigned count)
30 if (mode == PIPE_PRIM_LINE_LOOP) {
31 s->mode = PIPE_PRIM_LINE_STRIP;
34 s->mode = mode;
65 switch (s->mode) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_common.cpp 58 uint8_t mode = NV50_IR_INTERP_PERSPECTIVE; local
61 mode = NV50_IR_INTERP_FLAT;
64 mode = NV50_IR_INTERP_LINEAR;
67 mode = NV50_IR_INTERP_SC;
69 op = (mode == NV50_IR_INTERP_PERSPECTIVE || mode == NV50_IR_INTERP_SC)
73 mode |= NV50_IR_INTERP_CENTROID;
75 return mode;

Completed in 12 milliseconds

1 2 3 4 5 6 7 8 91011>>