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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 82 unsigned try; local
94 for (try = 0; try < 2; try++) {
140 /* Don't try to figure out CW/CCW correspondence with
svga_pipe_blend.c 103 unsigned try; local
124 for (try = 0; try < 2; try++) {
166 * top of D3D9 API. Instead we try to simulate with various blend modes.
svga_pipe_rasterizer.c 121 unsigned try; local
133 for (try = 0; try < 2; try++) {
svga_pipe_sampler.c 169 unsigned try; local
211 for (try = 0; try < 2; try++) {
svga_surface.c 682 unsigned try; local
695 for (try = 0; try < 2; try++) {
  /xsrc/external/mit/xf86-video-intel/dist/test/
test_display.c 66 int try; local
84 try = 0;
85 while (try++ < 1000) {
render-copyarea-mask.c 99 int try = 50; local
110 --try);
117 if (try) {
render-copyarea.c 261 int try = 50; local
272 --try);
275 if (try) {
render-trapezoid-image.c 287 int tx, ty, try = 50; local
301 --try);
303 if (!try)
389 int tx, ty, try = 50; local
400 --try);
402 if (try) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
test_display.c 66 int try; local
84 try = 0;
85 while (try++ < 1000) {
render-copyarea-mask.c 99 int try = 50; local
110 --try);
117 if (try) {
render-copyarea.c 261 int try = 50; local
272 --try);
275 if (try) {
render-trapezoid-image.c 287 int tx, ty, try = 50; local
301 --try);
303 if (!try)
389 int tx, ty, try = 50; local
400 --try);
402 if (try) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_crt.c 177 int try; local
202 for (try = 0; try < tries; try++) {
402 * Try hotplug detection where supported
489 /* Try to probe normal CRT port, and also digital port for output
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
stub.c 256 /* Try connecting for 10 seconds */
276 size_t try, try_max; local
279 for (try = 0, try_max = 5; try < try_max; try++) {
282 "Xquartz: Failed to request a socket from the server to send the $DISPLAY fd over (try %d of %d)",
283 (int)try + 1, (int)try_max);
290 "Xquartz: Failed to connect to socket (try %d of %d)",
291 (int)try + 1, (int)try_max);
296 "Xquartz: Handoff connection established (try %d of %d) on fd %d, \"%s\". Sending message."
    [all...]
bundle-main.c 270 size_t try, try_max; local
272 for (try = 0, try_max = 5; try < try_max; try++) {
288 "X11.app: Failed to create socket (try %d / %d): %s - %s\n",
289 (int)try + 1, (int)try_max, filename_out, strerror(errno));
462 /* Now, try to open a display, if so, run the launcher */
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
stub.c 249 /* Try connecting for 10 seconds */
272 size_t try, try_max; local
275 for(try=0, try_max=5; try < try_max; try++) {
277 fprintf(stderr, "Xquartz: Failed to request a socket from the server to send the $DISPLAY fd over (try %d of %d)\n", (int)try+1, (int)try_max);
283 fprintf(stderr, "Xquartz: Failed to connect to socket (try %d of %d)\n", (int)try+1, (int)try_max);
288 fprintf(stderr, "Xquartz: Handoff connection established (try %d of %d) on fd %d, \"%s\". Sending message.\n", (int)try+1, (int)try_max, handoff_fd, handoff_so (…)
    [all...]
bundle-main.c 245 size_t try, try_max; local
247 for(try=0, try_max=5; try < try_max; try++) {
260 fprintf(stderr, "X11.app: Failed to create socket (try %d / %d): %s - %s\n", (int)try+1, (int)try_max, filename_out, strerror(errno));
417 /* Now, try to open a display, if so, run the launcher */

Completed in 12 milliseconds