OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dqdy
(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,
420
GLfloat dudy = texW * ((s + dsdy) / (q +
dqdy
) - s * invQ);
421
GLfloat dvdy = texH * ((t + dtdy) / (q +
dqdy
) - t * invQ);
437
GLfloat dqdx, GLfloat
dqdy
, GLfloat texW, GLfloat texH,
442
GLfloat dsdy2 = (s + dsdy) / (q +
dqdy
) - s * invQ;
443
GLfloat dtdy2 = (t + dtdy) / (q +
dqdy
) - t * invQ;
491
const GLfloat
dqdy
= span->attrStepY[attr][3];
local
536
dqdx,
dqdy
, texW, texH,
553
dqdx,
dqdy
, texW, texH,
[
all
...]
s_texfilter.c
1891
const GLfloat
dqdy
= span->attrStepY[attr][3];
local
[
all
...]
Completed in 156 milliseconds