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

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
compiler.h 62 #define sse2 fast __attribute__((target("sse2,fpmath=sse")))
63 #define sse4_2 fast __attribute__((target("sse4.2,sse2,fpmath=sse")))
67 #define fast __attribute__((optimize("Ofast"))) macro
69 #define fast macro
73 #define avx2 fast __attribute__((target("avx2,avx,sse4.2,sse2,fpmath=sse")))
82 #define fast_memcpy fast __attribute__((target("inline-all-stringops")))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
compiler.h 69 #define fast __attribute__((optimize("Ofast"))) macro
71 #define fast macro
  /xsrc/external/mit/libSM/dist/include/X11/SM/
SMproto.h 60 CARD8 fast; member in struct:__anon5529
72 CARD8 fast; member in struct:__anon5530
  /xsrc/external/mit/xsm/dist/
save.c 250 GetSaveOptions(int *saveType, int *interactStyle, Bool *fast)
266 *fast = False;
273 DoSave(int saveType, int interactStyle, Bool fast)
315 saveType, wantShutdown, interactStyle, fast);
326 printf ("Interact Style = %s, Fast = False]\n", _interactStyle);
403 Bool fast;
460 GetSaveOptions (&saveType, &interactStyle, &fast);
461 DoSave (saveType, interactStyle, fast);
698 Bool fast;
711 GetSaveOptions (&saveType, &interactStyle, &fast);
392 Bool fast; local
682 Bool fast; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_clear.c 670 bool fast = depth_view_can_fast_clear(cmd_buffer, iview, aspects, layout, clear_rect, clear_value); local
674 if (fast) {
913 * Determine if the given image can be fast cleared.
925 /* RB+ doesn't work with CMASK fast clear on Stoney. */
934 /* Do not fast clears 3D images. */
942 * Determine if the given image view can be fast cleared.
954 /* Only fast clear if the image itself can be fast cleared. */
958 /* Only fast clear if all layers are bound. */
963 /* Only fast clear if the view covers the whole image. *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_clear.c 681 bool fast = depth_view_can_fast_clear(cmd_buffer, iview, aspects, layout, in_render_loop, local
684 int index = fast ? DEPTH_CLEAR_FAST : DEPTH_CLEAR_SLOW;
996 /* Do not fast clears if one level can't be fast cleared. */
1038 * fast clear because the driver uses an optimized path which
1410 /* The fast-clear value is different for images that have both DCC and
1414 /* DCC fast clear with MSAA should clear CMASK to 0xC. */
1490 * fast clear path fallbacks to slow clears if one
1491 * level can't be fast cleared.
1694 /* comp-to-single allows to perform DCC fast clears without requiring a FCE. *
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 1697 Boolean fast; member in struct:_XtCheckpointTokenRec
  /xsrc/external/mit/libXt/dist/src/
Shell.c 1148 Boolean fast; member in struct:_XtSaveYourselfRec
3212 Bool fast)
3223 save->fast = (Boolean) fast;
3338 token->fast = save->fast;
  /xsrc/external/mit/xedit/dist/lisp/
core.c 2284 LispObj *fast, *slow; local
2291 for (fast = slow = list, length = 0;
2294 if (fast == NIL)
2296 CHECK_CONS(fast);
2297 fast = CDR(fast);
2298 if (fast == NIL) {
2302 CHECK_CONS(fast);
2303 fast = CDR(fast);
    [all...]

Completed in 37 milliseconds