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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 59 GLuint offset_cw:1; member in struct:brw_clip_prog_key
brw_clip.c 245 key.offset_cw = offset_back;
252 key.offset_cw = offset_front;
brw_clip_unfilled.c 450 emit_primitives(c, c->key.fill_cw, c->key.offset_cw);
455 emit_primitives(c, c->key.fill_cw, c->key.offset_cw);
482 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) ||
513 c->key.offset_cw)

Completed in 271 milliseconds