Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c445 emit_primitives(c, c->key.fill_cw, c->key.offset_cw); in emit_unfilled_primitives()
450 emit_primitives(c, c->key.fill_cw, c->key.offset_cw); in emit_unfilled_primitives()
477 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) || in brw_emit_unfilled_clip()
508 c->key.offset_cw) in brw_emit_unfilled_clip()
Dbrw_compiler.h471 bool offset_cw:1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2193 key.offset_cw = offset_back; in crocus_update_compiled_clip()
2200 key.offset_cw = offset_front; in crocus_update_compiled_clip()