Searched refs:dwdx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_span.c | 188 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_active_attribs 209 w += dwdx; 531 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_texcoords 532 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx; 546 w += dwdx; 572 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_texcoords 573 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx; 585 w += dwdx;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_span.c | 188 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_active_attribs 209 w += dwdx; 531 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_texcoords 532 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx; 546 w += dwdx; 572 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local in function:interpolate_texcoords 573 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx; 585 w += dwdx;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear.c | 265 float w0, float dwdx, float dwdy) 270 if (dwdx != 0.0 || dwdy != 0.0) 259 init_nearest_sampler(struct nearest_sampler * samp,const struct lp_jit_texture * texture,int x0,int y0,int width,int height,float s0,float dsdx,float dsdy,float t0,float dtdx,float dtdy,float w0,float dwdx,float dwdy) argument
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | newmmio.h | 308 int32 dwdx; 582 #define SETT3_DWDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dwdx = (val)
|
Completed in 11 milliseconds