Home
last modified time | relevance | path

Searched refs:polygon_front_bit (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c164 key.frontface_ccw = brw->polygon_front_bit != flip_y; in brw_upload_sf_prog()
Dbrw_clip.c185 if (!brw->polygon_front_bit) { in brw_upload_clip_prog()
Dbrw_context.h844 bool polygon_front_bit; /**< 0=GL_CCW, 1=GL_CW */ member
DgenX_state_upload.c1402 clip.FrontWinding = brw->polygon_front_bit != fb->FlipY; in genX()
1570 sf.FrontWinding = brw->polygon_front_bit != flip_y;
4539 if (brw->polygon_front_bit != flip_y)
Dbrw_context.c209 brw->polygon_front_bit = _mesa_polygon_get_front_bit(ctx); in intel_update_state()