Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp248 unsigned dflags = d->bc.op_ptr->flags; in optimize_CNDcc_op() local
249 unsigned dcc = dflags & AF_CC_MASK; in optimize_CNDcc_op()
250 unsigned dcmp_type = dflags & AF_CMP_TYPE_MASK; in optimize_CNDcc_op()
251 unsigned ddst_type = dflags & AF_DST_TYPE_MASK; in optimize_CNDcc_op()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.h1105 struct ir3_instruction *d, unsigned dflags) \
1113 ir3_reg_create(instr, 0, IR3_REG_SSA | dflags)->instr = d; \
1123 struct ir3_instruction *d, unsigned dflags) \
1131 ir3_reg_create(instr, 0, IR3_REG_SSA | dflags)->instr = d; \
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c699 uint32_t dflags = 0; in vmw_drm_fence_flags() local
702 dflags |= DRM_VMW_FENCE_FLAG_EXEC; in vmw_drm_fence_flags()
704 dflags |= DRM_VMW_FENCE_FLAG_QUERY; in vmw_drm_fence_flags()
706 return dflags; in vmw_drm_fence_flags()
/external/libxml2/
Drelaxng.c170 short dflags; /* define related flags */ member
2897 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()
2900 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2914 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2915 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()
2930 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2931 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2933 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2934 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
3008 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
[all …]
/external/pcre/dist2/src/
Dpcre2_compile.c8224 int dflags; in find_firstassertedcu() local
8243 d = find_firstassertedcu(scode, &dflags, inassert + ((op==OP_ASSERT)?1:0)); in find_firstassertedcu()
8244 if (dflags < 0) in find_firstassertedcu()
8246 if (cflags < 0) { c = d; cflags = dflags; } in find_firstassertedcu()
8247 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()