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.c 189 key.offset_cw = offset_back;
196 key.offset_cw = offset_front;
  /external/mesa3d/src/intel/compiler/
brw_clip_unfilled.c 444 emit_primitives(c, c->key.fill_cw, c->key.offset_cw);
449 emit_primitives(c, c->key.fill_cw, c->key.offset_cw);
476 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) ||
507 c->key.offset_cw)
brw_compiler.h 342 bool offset_cw:1; member in struct:brw_clip_prog_key
    [all...]

Completed in 71 milliseconds