Searched defs:dvdy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c199 GLfloat dvdy = tPlane[1] / tPlane[2] * invQ * height; local in function:compute_lambda
H A Ds_span.c425 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); local in function:_swrast_compute_lambda
H A Ds_texfilter.c1923 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); local in function:sample_lambda_2d_aniso
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c198 GLfloat dvdy = tPlane[1] / tPlane[2] * invQ * height; local in function:compute_lambda
H A Ds_span.c425 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); local in function:_swrast_compute_lambda
H A Ds_texfilter.c1923 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); local in function:sample_lambda_2d_aniso
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c800 int dudx, dvdy; local in function:TDFXDisplayVideoOverlay
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2555 const float dvdy = (t[QUAD_TOP_LEFT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; local in function:mip_filter_linear_aniso
2325 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2569 const float dvdy = (t[QUAD_TOP_LEFT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; local in function:mip_filter_linear_aniso
2339 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument

Completed in 38 milliseconds