Home
last modified time | relevance | path

Searched refs:dflags (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp229 unsigned dflags = d->bc.op_ptr->flags; in optimize_CNDcc_op() local
230 unsigned dcc = dflags & AF_CC_MASK; in optimize_CNDcc_op()
231 unsigned dcmp_type = dflags & AF_CMP_TYPE_MASK; in optimize_CNDcc_op()
232 unsigned ddst_type = dflags & AF_DST_TYPE_MASK; in optimize_CNDcc_op()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c676 uint32_t dflags = 0; in vmw_drm_fence_flags() local
679 dflags |= DRM_VMW_FENCE_FLAG_EXEC; in vmw_drm_fence_flags()
681 dflags |= DRM_VMW_FENCE_FLAG_QUERY; in vmw_drm_fence_flags()
683 return dflags; in vmw_drm_fence_flags()
/external/libxml2/
Drelaxng.c170 short dflags; /* define related flags */ member
2883 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()
2886 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2900 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2901 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()
2916 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2917 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2919 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2920 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2994 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
[all …]
/external/pcre/dist2/src/
Dpcre2_compile.c8167 int dflags; in find_firstassertedcu() local
8187 d = find_firstassertedcu(scode, &dflags, op == OP_ASSERT); in find_firstassertedcu()
8188 if (dflags < 0) in find_firstassertedcu()
8190 if (cflags < 0) { c = d; cflags = dflags; } in find_firstassertedcu()
8191 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()