Home | History | Annotate | Download | only in libagl

Lines Matching refs:enables

214     const uint32_t enables = c->rasterizer.state.enables;
217 int index = enables & GGL_ENABLE_SMOOTH ? 0x1 : 0;
219 index |= enables & GGL_ENABLE_FOG ? 0x4 : 0;
255 void compute_iterators_t::initLerp(vertex_t const* v0, uint32_t enables)
296 if (enables & GGL_ENABLE_TMUS) {
439 const uint32_t enables = c->rasterizer.state.enables;
440 if (!(enables & GGL_ENABLE_TMUS))
463 const uint32_t enables = c->rasterizer.state.enables;
474 if (enables & GGL_ENABLE_FOG) {
484 if (enables & GGL_ENABLE_TMUS) {
506 if (enables & GGL_ENABLE_DEPTH_TEST) {
513 if (enables & GGL_ENABLE_FOG) {
549 const uint32_t enables = c->rasterizer.state.enables;
556 if (ggl_unlikely(enables & mask)) {
619 const uint32_t enables = c->rasterizer.state.enables;
626 if (ggl_likely(enables & mask))
635 const uint32_t enables = c->rasterizer.state.enables;
636 c->lerp.initLerp(v0, enables);
639 if (enables & GGL_ENABLE_TMUS) {
640 if (enables & GGL_ENABLE_W) {
649 if (enables & GGL_ENABLE_SMOOTH) {
660 if (enables & GGL_ENABLE_DEPTH_TEST) {
686 if (ggl_unlikely(enables & GGL_ENABLE_FOG)) {