Searched defs:dtdy (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_priv.h | 28 int dtdy; /* 16.16 */ member
|
H A D | lp_setup_rect.c | 164 const float dtdy = GET_DADY(inputs)[1][1] * 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 | 741 float dtdy = dady[tchan->u.index+foo][tchan->swizzle]; lp_linear_init_sampler() local 781 int dtdy = samp->dtdy >= 0 ? samp->dtdy : -samp->dtdy; lp_linear_init_sampler() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 563 const float dtdy = fabsf(derivs[1][1][quad]); in compute_lambda_2d_explicit_gradients() local 607 const float dtdy = fabsf(derivs[1][1][quad]); in compute_lambda_3d_explicit_gradients() local 640 const float dtdy = fabsf(derivs[1][1][quad]); in compute_lambda_cube_explicit_gradients() local
|
Completed in 10 milliseconds