HomeSort by: relevance | last modified time | path
    Searched defs:method (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_copy.c 53 }, *method = methods; local
116 while (method->init) {
118 method->engine << 16 | method->oclass,
119 method->oclass, NULL, 0,
122 if (!method->init(pNv)) {
130 method++;
  /xsrc/external/mit/libdrm/dist/tests/tegra/
vic41.c 244 uint32_t method = NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(0) + (i * 3) * 4; local
246 VIC_PUSH_BUFFER(pushbuf, ptrp, method, inputs[i]->map, 0, 0);
vic42.c 244 uint32_t method = NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(0) + (i * 3) * 4; local
246 VIC_PUSH_BUFFER(pushbuf, ptrp, method, inputs[i]->map, 0, 0);
  /xsrc/external/mit/freetype/dist/src/gzip/
inflate.c 13 METHOD, /* waiting for method byte */
37 uInt method; /* if FLAGS, method byte */ member in union:internal_state::__anon5429
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
160 case METHOD:
162 if (((z->state->sub.method = NEXTBYTE) & 0xf) != Z_DEFLATED)
165 z->msg = (char*)"unknown compression method";
169 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
181 if (((z->state->sub.method << 8) + b) % 31
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
reader.h 74 int method; /* tesselation method */ member in struct:O_nurbscurve
80 { bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owner = 0; }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 659 } *method, methods[] = { local
667 for (method = methods; method->possible; method++) {
668 if (method->possible(nv30, filter, src, dst)) {
669 method->execute(nv30, filter, src, dst);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 659 } *method, methods[] = { local
667 for (method = methods; method->possible; method++) {
668 if (method->possible(nv30, filter, src, dst)) {
669 method->execute(nv30, filter, src, dst);
  /xsrc/external/mit/fontconfig/dist/test/
test-conf.c 342 const char *method = NULL; local
348 if (strcmp (iter.key, "method") == 0)
352 fprintf (stderr, "W: invalid type of method: (%s)\n", json_type_to_name (json_object_get_type (iter.val)));
355 method = json_object_get_string (iter.val);
395 if (method != NULL && strcmp (method, "match") == 0)
460 else if (method != NULL && strcmp (method, "list") == 0)
537 fprintf (stderr, "W: unknown testing method: %s\n", method);
    [all...]
  /xsrc/external/mit/libdrm/dist/nouveau/nvif/
ioctl.h 127 __u8 method; member in struct:nvif_ioctl_mthd_v0
129 __u8 data[]; /* method data (class.h) */
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_function.cpp 2025 /* Handle "method calls" in GLSL 1.20 - namely, array.length() */
2029 const char *method; local
2030 method = field->primary_expression.identifier;
2037 if (strcmp(method, "length") == 0) {
2039 _mesa_glsl_error(&loc, state, "length method takes no arguments");
2070 _mesa_glsl_error(&loc, state, "length method on matrix only"
2079 _mesa_glsl_error(&loc, state, "length method on matrix only"
2088 _mesa_glsl_error(&loc, state, "unknown method: `%s'", method);
2111 * 2. methods - Only the .length() method of array types
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_function.cpp 1968 /* Handle "method calls" in GLSL 1.20 - namely, array.length() */
1972 const char *method; local
1973 method = field->primary_expression.identifier;
1980 if (strcmp(method, "length") == 0) {
1982 _mesa_glsl_error(&loc, state, "length method takes no arguments");
2005 _mesa_glsl_error(&loc, state, "length method on matrix only"
2014 _mesa_glsl_error(&loc, state, "length method on matrix only"
2023 _mesa_glsl_error(&loc, state, "unknown method: `%s'", method);
2046 * 2. methods - Only the .length() method of array types
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_lvds.c 124 "method %s\n", path);
132 /* Try to figure out which backlight control method to use */
139 enum backlight_control method = BCM_NATIVE; /* Default to native */ local
142 method = BCM_KERNEL;
146 method = BCM_COMBO;
150 method = BCM_COMBO;
153 pI830->backlight_control_method = method;
394 /* If acpi button driver is not loaded, bypass ACPI check method */
1144 "method\n");
1611 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "bad backlight control method\n")
    [all...]
  /xsrc/external/mit/xf86-video-vesa/dist/src/
vesa.c 38 * - VBE/SCI for secondary DDC method?
412 * there's no obvious method for computing a mode of a given size that
494 char method[10]; local
495 size_t len = sizeof(method);
497 if (sysctlbyname("machdep.bootmethod", &method, &len, NULL, 0) == 0 &&
498 strcmp(method, "UEFI") == 0) {
  /xsrc/external/mit/fontconfig/dist/src/
fcint.h 503 FcChar16 method : 2; member in struct:_FcCaseFold
  /xsrc/external/mit/fontconfig/include/
fcint.h 520 FcChar16 method : 2; member in struct:_FcCaseFold
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 700 SVGA3dDeclMethod method; member in struct:__anon1722
843 uint8 method; // SVGA3dDeclMethod member in struct:__anon1726
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 666 SVGA3dDeclMethod method; member in struct:__anon4149
809 uint8 method; // SVGA3dDeclMethod member in struct:__anon4153
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
svga3d_reg.h 1410 SVGA3dDeclMethod method; member in struct:__anon9632

Completed in 53 milliseconds