Searched refs:frontface_ccw (Results 1 – 3 of 3) sorted by relevance
53 GLuint frontface_ccw:1; member
203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()