Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c189 key.offset_cw = offset_back; in brw_upload_clip_prog()
196 key.offset_cw = offset_front; in brw_upload_clip_prog()
/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c444 emit_primitives(c, c->key.fill_cw, c->key.offset_cw); in emit_unfilled_primitives()
449 emit_primitives(c, c->key.fill_cw, c->key.offset_cw); in emit_unfilled_primitives()
476 c->need_direction = ((c->key.offset_ccw || c->key.offset_cw) || in brw_emit_unfilled_clip()
507 c->key.offset_cw) in brw_emit_unfilled_clip()
Dbrw_compiler.h441 bool offset_cw:1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2164 key.offset_cw = offset_back; in crocus_update_compiled_clip()
2171 key.offset_cw = offset_front; in crocus_update_compiled_clip()