Searched refs:_mesa_polygon_get_front_bit (Results 1 – 4 of 4) sorted by relevance
105 _mesa_polygon_get_front_bit(const struct gl_context *ctx) in _mesa_polygon_get_front_bit() function
140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); in TAG()365 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); in TAG()
61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx); in TAG()
196 brw->polygon_front_bit = _mesa_polygon_get_front_bit(ctx); in intel_update_state()