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

  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvfeat.h 49 FT_Bool exclusive; member in struct:GXV_Feature_RegistryRec_
gxvfeat.c 84 FT_Bool exclusive,
124 if ( exclusive != gxv_feat_registry[feature].exclusive )
126 GXV_TRACE(( "exclusive flag %d differs from predefined value\n",
127 exclusive ));
165 FT_Bool exclusive,
178 /* If we have exclusive setting, the setting should be odd. */
179 if ( exclusive && ( setting & 1 ) == 0 )
203 FT_Bool exclusive; local
226 exclusive = FT_BOOL( featureFlags & GXV_FEAT_MASK_EXCLUSIVE_SETTINGS )
    [all...]
gxvfgen.c 91 char exclusive; member in struct:GX_Feature_RegistryRec_
472 featreg_table[i].exclusive ? 1 : 0,
gxvmort.c 65 /* nSettings in gxvfeat.c is halved for exclusive on/off settings */
67 if ( gxv_feat_registry[f->featureType].exclusive )
  /xsrc/external/mit/libXt/dist/include/X11/
EventI.h 83 unsigned int exclusive:1; member in struct:_XtGrabRec
  /xsrc/external/mit/libXt/dist/src/
Event.c 1249 if (gl->exclusive)
1268 if (gl->exclusive)
1515 NewGrabRec(Widget widget, Boolean exclusive, Boolean spring_loaded)
1522 XtSetBit(gl->exclusive, exclusive);
1529 XtAddGrab(Widget widget, _XtBoolean exclusive, _XtBoolean spring_loaded)
1539 if (spring_loaded && !exclusive) {
1542 "XtAddGrab requires exclusive grab if spring_loaded is TRUE",
1544 exclusive = TRUE;
1547 gl = NewGrabRec(widget, (Boolean) exclusive, (Boolean) spring_loaded)
    [all...]
TMparse.c 687 Boolean notFlag, exclusive, keysymAsMod; local
694 exclusive = FALSE;
713 exclusive = TRUE;
766 if (exclusive)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_image.c 160 image->exclusive = pCreateInfo->sharingMode == VK_SHARING_MODE_EXCLUSIVE;
231 if (!image->exclusive)
tu_private.h 1220 bool exclusive; member in struct:tu_image
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_image.c 104 image->exclusive = pCreateInfo->sharingMode == VK_SHARING_MODE_EXCLUSIVE;
panvk_private.h 901 bool exclusive;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_image.c 926 (image->exclusive || image->queue_family_mask == 1);
1020 image->exclusive = pCreateInfo->sharingMode == VK_SHARING_MODE_EXCLUSIVE;
1363 if (!image->exclusive)
radv_private.h 1522 bool exclusive; member in struct:radv_image
radv_cmd_buffer.c 4659 if (image->exclusive && src_family != dst_family) {
  /xsrc/external/mit/xedit/dist/lisp/modules/
xt.c 144 {LispFunction, Lisp_XtAddGrab, "xt-add-grab widget exclusive spring-loaded"},
242 (void)LispSetVariable(ATOM2("XT-GRAB-EXCLUSIVE"),
246 (void)LispSetVariable(ATOM2("XT-GRAB-NONE-EXCLUSIVE"),
1347 xt-add-grab widget exclusive spring-loaded
1351 Bool exclusive, spring_loaded; local
1363 exclusive = oexclusive != NIL;
1366 XtAddGrab(widget, exclusive, spring_loaded);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_image.c 153 (image->exclusive ||
1743 image->exclusive = pCreateInfo->sharingMode == VK_SHARING_MODE_EXCLUSIVE;
2146 /* Exclusive images with CMASK or DCC can always be fast-cleared on the gfx queue. Concurrent
2198 if (!image->exclusive)
radv_private.h 1962 bool exclusive; member in struct:radv_image
radv_cmd_buffer.c 7625 if (image->exclusive && src_family != dst_family) {

Completed in 33 milliseconds