Searched defs:dtdx (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_priv.h | 27 int dtdx; /* 16.16 */ member
|
H A D | lp_setup_rect.c | 163 const float dtdx = GET_DADY(inputs)[1][0] * texture->height; in lp_setup_is_blit() local
|
H A D | lp_state_fs_linear.c | 256 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) init_nearest_sampler() argument
|
H A D | lp_linear_sampler.c | 202 const int dtdx = samp->dtdx; in fetch_bgra() local 233 const int dtdx = samp->dtdx; in fetch_bgrx() local 267 const int dtdx = samp->dtdx; in fetch_bgra_clamp() local 300 const int dtdx in fetch_bgrx_clamp() local 436 const int dtdx = samp->dtdx; fetch_bgra_linear() local 492 const int dtdx = samp->dtdx; fetch_bgra_clamp_linear() local 740 float dtdx = dadx[tchan->u.index+foo][tchan->swizzle]; lp_linear_init_sampler() local 780 int dtdx = samp->dtdx >= 0 ? samp->dtdx : -samp->dtdx; lp_linear_init_sampler() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 562 const float dtdx = fabsf(derivs[1][0][quad]); in compute_lambda_2d_explicit_gradients() local 606 const float dtdx = fabsf(derivs[1][0][quad]); in compute_lambda_3d_explicit_gradients() local 639 const float dtdx = fabsf(derivs[1][0][quad]); in compute_lambda_cube_explicit_gradients() local
|
Completed in 11 milliseconds