Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c188 key.offset_ccw = offset_front; in brw_upload_clip_prog()
197 key.offset_ccw = offset_back; in brw_upload_clip_prog()
/external/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c440 emit_primitives(c, c->key.fill_ccw, c->key.offset_ccw); in emit_unfilled_primitives()
452 emit_primitives(c, c->key.fill_ccw, c->key.offset_ccw); in emit_unfilled_primitives()
476 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) || in brw_emit_unfilled_clip()
506 if (c->key.offset_ccw || in brw_emit_unfilled_clip()
Dbrw_compiler.h422 bool offset_ccw:1; member