Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c441 emit_primitives(c, c->key.fill_ccw, c->key.offset_ccw); in emit_unfilled_primitives()
453 emit_primitives(c, c->key.fill_ccw, c->key.offset_ccw); in emit_unfilled_primitives()
477 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) || in brw_emit_unfilled_clip()
507 if (c->key.offset_ccw || in brw_emit_unfilled_clip()
Dbrw_compiler.h472 bool offset_ccw:1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2192 key.offset_ccw = offset_front; in crocus_update_compiled_clip()
2201 key.offset_ccw = offset_back; in crocus_update_compiled_clip()