Home
last modified time | relevance | path

Searched refs:polygon_offset_scale (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c729 intel->polygon_offset_scale = 1.0; in intelInitContext()
732 intel->polygon_offset_scale = 2.0; /* req'd to pass glean */ in intelInitContext()
740 intel->polygon_offset_scale /= 0xffff; in intelInitContext()
Dintel_tris.c644 #define DEPTH_SCALE intel->polygon_offset_scale
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c729 intel->polygon_offset_scale = 1.0; in intelInitContext()
732 intel->polygon_offset_scale = 2.0; /* req'd to pass glean */ in intelInitContext()
740 intel->polygon_offset_scale /= 0xffff; in intelInitContext()
Dintel_context.h273 GLfloat polygon_offset_scale; /* dependent on depth_scale, bpp */ member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c729 intel->polygon_offset_scale = 1.0; in intelInitContext()
732 intel->polygon_offset_scale = 2.0; /* req'd to pass glean */ in intelInitContext()
740 intel->polygon_offset_scale /= 0xffff; in intelInitContext()
Dbrw_clip.c219 key.offset_units = ctx->Polygon.OffsetUnits * brw->intel.polygon_offset_scale; in brw_upload_clip_prog()