Home
last modified time | relevance | path

Searched refs:frontface_ccw (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.h53 GLuint frontface_ccw:1; member
Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
Dbrw_sf_emit.c101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()