Home | History | Annotate | Download | only in libagl

Lines Matching defs: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;
254 void compute_iterators_t::initLerp(vertex_t const* v0, uint32_t enables)
295 if (enables & GGL_ENABLE_TMUS) {
438 const uint32_t enables = c->rasterizer.state.enables;
439 if (!(enables & GGL_ENABLE_TMUS))
462 const uint32_t enables = c->rasterizer.state.enables;
473 if (enables & GGL_ENABLE_FOG) {
483 if (enables & GGL_ENABLE_TMUS) {
505 if (enables & GGL_ENABLE_DEPTH_TEST) {
512 if (enables & GGL_ENABLE_FOG) {
548 const uint32_t enables = c->rasterizer.state.enables;
555 if (ggl_unlikely(enables & mask)) {
618 const uint32_t enables = c->rasterizer.state.enables;
625 if (ggl_likely(enables & mask))
634 const uint32_t enables = c->rasterizer.state.enables;
635 c->lerp.initLerp(v0, enables);
638 if (enables & GGL_ENABLE_TMUS) {
639 if (enables & GGL_ENABLE_W) {
648 if (enables & GGL_ENABLE_SMOOTH) {
659 if (enables & GGL_ENABLE_DEPTH_TEST) {
685 if (ggl_unlikely(enables & GGL_ENABLE_FOG)) {