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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_need_swtnl.c 65 const char *reason = ""; local
84 reason = svga->curr.rast->need_pipeline_points_str;
87 reason = svga->curr.rast->need_pipeline_lines_str;
90 reason = svga->curr.rast->need_pipeline_tris_str;
102 reason = "edge flags";
124 reason = "point sprite coordinate generation";
138 assert(reason);
140 "Using semi-fallback for %s", reason);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_need_swtnl.c 65 const char *reason = ""; local
84 reason = svga->curr.rast->need_pipeline_points_str;
87 reason = svga->curr.rast->need_pipeline_lines_str;
90 reason = svga->curr.rast->need_pipeline_tris_str;
102 reason = "edge flags";
124 reason = "point sprite coordinate generation";
138 assert(reason);
140 "Using semi-fallback for %s", reason);
  /xsrc/external/mit/xorg-server/dist/present/
present_vblank.c 68 PresentFlipReason reason = PRESENT_FLIP_REASON_UNKNOWN; local
114 screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason))
119 screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason))
124 vblank->reason = reason;
present_scmd.c 68 PresentFlipReason *reason)
78 if (reason)
79 *reason = PRESENT_FLIP_REASON_UNKNOWN;
128 if (!(*screen_priv->info->check_flip2) (crtc, window, pixmap, sync_flip, reason)) {
425 PresentFlipReason reason; local
457 if (vblank->queued && vblank->flip && !present_check_flip(vblank->crtc, window, vblank->pixmap, vblank->sync_flip, NULL, 0, 0, &reason)) {
459 vblank->reason = reason;
present_priv.h 91 PresentFlipReason reason; /* reason for which flip is not possible */ member in struct:present_vblank
112 PresentFlipReason *reason);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_flush.c 327 const char *reason = (const char *) data; local
331 "%s referenced mapped buffer detected.", reason);
333 debug_flush_alert(message, reason, 3, item->bt_depth, TRUE, TRUE, NULL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_debug_flush.c 348 const char *reason = (const char *) data; local
352 "%s referenced mapped buffer detected.", reason);
354 debug_flush_alert(message, reason, 3, item->bt_depth, TRUE, TRUE, NULL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
dri_drawable.c 407 enum __DRI2throttleReason reason; member in struct:notify_before_flush_cb_args
419 (args->reason == __DRI2_THROTTLE_SWAPBUFFER ||
420 args->reason == __DRI2_THROTTLE_COPYSUBBUFFER)) {
426 if (args->reason == __DRI2_THROTTLE_SWAPBUFFER &&
459 * \param throttle_reason the reason for throttling, 0 = no throttling
465 enum __DRI2throttleReason reason)
504 args.reason = reason;
510 if (reason == __DRI2_THROTTLE_SWAPBUFFER)
516 (reason == __DRI2_THROTTLE_SWAPBUFFER |
    [all...]
  /xsrc/external/mit/glw/dist/
GLwDrawA.h 169 int reason; member in struct:__anon5463
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blit.c 336 const char *reason = local
339 crocus_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL);
340 crocus_emit_pipe_control_flush(batch, reason,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_blit.c 308 const char *reason = local
311 iris_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL);
312 iris_emit_pipe_control_flush(batch, reason,
  /xsrc/external/mit/libXv/dist/include/X11/extensions/
Xvlib.h 101 unsigned long reason; /* what generated this event */ member in struct:__anon6067
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbEvents.c 749 CARD16 reason; local
756 reason = pEv->reason;
762 (interest->extDevNotifyMask & reason)) {
776 pEv->reason = reason;
784 swaps(&pEv->reason);
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbEvents.c 773 CARD16 reason; local
780 reason= pEv->reason;
787 (interest->extDevNotifyMask&reason) &&
802 pEv->reason= reason;
811 swaps(&pEv->reason,n);
  /xsrc/external/mit/xlsfonts/dist/
xlsfonts.c 575 const char *reason = NULL; local
590 reason = "font width not equal to AVERAGE_WIDTH";
613 reason = "ink outside bounding box";
621 reason = "ink outside bounding box";
627 reason = "characters not all same ascent or descent";
634 if (reason)
635 printf(" (%s)", reason);
  /xsrc/external/mit/xdm/dist/xdm/
xdmcp.c 75 static void send_failed (struct sockaddr *from, int fromlen, const char *name, CARD32 sessionID, const char *reason, int fd);
931 ARRAY8Ptr reason = NULL; local
968 reason = &noValidAddr;
975 reason = Accept (from, fromlen, displayNumber);
976 if (reason)
983 reason = &noValidAddr;
994 reason = &outOfMemory;
1005 reason = &noValidAuth;
1013 reason = &noAuthentic;
1046 reason, fd)
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_driver.c 832 const char *reason, *string; local
1107 reason = ": no kernel support";
1115 reason = "";
1118 reason = ": not available at build time";
1122 pNv->has_pageflip ? "en" : "dis", reason);
1143 reason = "";
1151 reason = ": Caution: Use of this swap limit > 1 violates OML_sync_control spec on this X-Server!\n";
1158 reason = "";
1163 pNv->swap_limit, pNv->max_swap_limit, reason);
  /xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.c 1142 char *reason = "reason unknown"; local
1146 reason = "someone else already has it";
1149 reason = "someone else has frozen it";
1152 reason = "bad grab time [this shouldn't happen]";
1155 reason = "grab not viewable [this shouldn't happen]";
1159 app->appName, (long) app->pid, grabTypeName, reason);
  /xsrc/external/mit/xorg-server/dist/os/
connection.c 522 const char *reason = NULL; local
536 client, &reason);
560 if (reason)
561 return reason;
  /xsrc/external/mit/iceauth/dist/
process.c 572 const char *reason = "unknown error"; local
575 reason = "error";
578 reason = "timeout";
582 ProgramName, reason, authfilename);
  /xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h 242 unsigned int reason; /* reason for the event */ member in struct:_XkbExtensionDeviceNotify
305 int * /* reason */
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput2.h 243 int reason; /* Reason for the change */ member in struct:__anon5914
  /xsrc/external/mit/xorg-server/dist/include/
eventstr.h 158 uint8_t reason; /**< ::XIAcceptTouch, ::XIRejectTouch */ member in struct:_TouchOwnershipEvent
  /xsrc/external/mit/xorg-server.old/dist/os/
connection.c 644 char *reason = NULL; local
655 auth_id = CheckAuthorization (proto_n, auth_proto, string_n, auth_string, client, &reason);
682 if (reason)
683 return reason;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
teximage.c 2035 char *reason = ""; /* no error */ local
2038 reason = "target";
2070 reason = "level";
2076 reason = "compressed paletted textures must be 2D";
2100 reason = "level";
2114 reason = "internalFormat";
2121 reason = "border != 0";
2139 reason = "imageSize inconsistent with width/height/format";
2145 reason = "immutable texture";
2155 dimensions, reason);
    [all...]

Completed in 30 milliseconds

1 2