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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 54 GLuint frontface_ccw:1; member in struct:brw_sf_prog_key
brw_sf.c 224 key.frontface_ccw = ctx->Polygon._FrontBit == render_to_fbo;
brw_sf_emit.c 119 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;

Completed in 255 milliseconds