HomeSort by relevance Sort by last modified time
    Searched refs:frontface_ccw (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 53 GLuint frontface_ccw:1; member in struct:brw_sf_prog_key
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_sf_emit.c 101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;

Completed in 111 milliseconds