OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h
262
const GLfloat
invLen
= 1.0F / numPixels;
267
span.attrStepX[FRAG_ATTRIB_WPOS][3] = (invw1 - invw0) *
invLen
;
281
span.attrStepX[attr][c] = da *
invLen
;
/external/mesa3d/src/mesa/swrast/
s_linetemp.h
262
const GLfloat
invLen
= 1.0F / numPixels;
267
span.attrStepX[FRAG_ATTRIB_WPOS][3] = (invw1 - invw0) *
invLen
;
281
span.attrStepX[attr][c] = da *
invLen
;
Completed in 108 milliseconds