OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dqdx
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_span.h
195
GLfloat
dqdx
, GLfloat dqdy, GLfloat texW, GLfloat texH,
s_span.c
415
GLfloat
dqdx
, GLfloat dqdy, GLfloat texW, GLfloat texH,
418
GLfloat dudx = texW * ((s + dsdx) / (q +
dqdx
) - s * invQ);
419
GLfloat dvdx = texH * ((t + dtdx) / (q +
dqdx
) - t * invQ);
437
GLfloat
dqdx
, GLfloat dqdy, GLfloat texW, GLfloat texH,
440
GLfloat dsdx2 = (s + dsdx) / (q +
dqdx
) - s * invQ;
441
GLfloat dtdx2 = (t + dtdx) / (q +
dqdx
) - t * invQ;
490
const GLfloat
dqdx
= span->attrStepX[attr][3];
local
495
GLfloat q = span->attrStart[attr][3] + span->leftClip *
dqdx
;
536
dqdx
, dqdy, texW, texH,
541
q +=
dqdx
;
[
all
...]
s_texfilter.c
1890
const GLfloat
dqdx
= span->attrStepX[attr][3];
local
[
all
...]
Completed in 87 milliseconds