Lines Matching refs:flags
470 // note: compileElement clears v->flags
548 const uint32_t cc = v[0].flags;
586 const uint32_t cc = v0->flags & v1->flags;
595 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
608 const uint32_t cc = v0->flags & v1->flags;
634 const uint32_t cc = v[0].flags & v[1].flags;
680 const uint32_t cc = v0->flags & v1->flags & v2->flags;
695 c->arrays.cull = v0->flags & v1->flags & vertex_t::CLIP_ALL;
730 const uint32_t cc = v[0].flags & v[1].flags & v[2].flags;
768 if (ggl_likely(!(v->flags & vertex_t::CLIP_ALL)))
792 const uint32_t cc = v0->flags & v1->flags;
819 const uint32_t cc = v0->flags & v1->flags;
829 const uint32_t cc = v0->flags & v1->flags;
845 const uint32_t cc = v0->flags & v1->flags;
880 const uint32_t cc = v0->flags & v1->flags & v2->flags;
916 const uint32_t cc = v0->flags & v1->flags & v2->flags;
930 const uint32_t cc = v0->flags & v1->flags & v2->flags;
950 v->flags = 0;
969 v->flags = 0;
1011 v->flags = clip;
1039 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
1040 nv->flags &= ~vertex_t::CLIP_ALL;