Home
last modified time | relevance | path

Searched defs:invW (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); in NAME() local
Ds_span.c197 const GLfloat invW = 1.0f / w; in interpolate_active_attribs() local
531 const GLfloat invW = 1.0F / w; in interpolate_texcoords() local
572 const GLfloat invW = 1.0F / w; in interpolate_texcoords() local
Ds_tritemp.h708 const GLfloat invW = vLower->attrib[VARYING_SLOT_POS][3]; in NAME() local
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp207 SkScalar invW = 1.0f / tex->width(); in onSetData() local