Home
last modified time | relevance | path

Searched defs:dadx (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c96 const float dadx = coef->dadx[chan]; in setup_pos_vector() local
H A Dsp_setup.c436 float dadx = a * setup->oneoverarea; in tri_linear_coeff() local
486 float dadx in tri_persp_coeff() local
841 const float dadx = da * setup->emaj.dx * setup->oneoverarea; line_linear_coeff() local
865 const float dadx = da * setup->emaj.dx * setup->oneoverarea; line_persp_coeff() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c60 lp_linear_blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_blit_rgba_blit() argument
109 lp_linear_blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_blit_rgb1_blit() argument
165 lp_linear_purple(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_purple() argument
H A Dlp_linear_interp.c74 const __m128i dadx = interp->dadx; in interp_0_8() local
120 lp_linear_init_interp(struct lp_linear_interp *interp, int x, int y, int width, int height, unsigned usage_mask, boolean perspective, float oow, const float *a0, const float *dadx, const float *dady) lp_linear_init_interp() argument
229 lp_linear_init_interp(struct lp_linear_interp *interp, int x, int y, int width, int height, unsigned usage_mask, boolean perspective, float oow, const float *a0, const float *dadx, const float *dady) lp_linear_init_interp() argument
[all...]
H A Dlp_linear_priv.h57 __m128i dadx; member
H A Dlp_linear.c77 lp_fs_linear_run(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_fs_linear_run() argument
H A Dlp_state_fs_fastpath.c46 no_op(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *color_sample_stride, unsigned depth_sample_stride) no_op() argument
144 red(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) red() argument
171 green(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) green() argument
H A Dlp_setup_point.c53 float (*dadx)[4]; member
120 float dadx = FIXED_ONE / (float)info->dx12; in texcoord_coef() local
136 float dadx = 0.0f; in texcoord_coef() local
[all...]
H A Dlp_setup_line.c55 float (*dadx)[4]; member
89 float dadx = da21 * info->dx * info->oneoverarea; in linear_coef() local
121 float dadx in perspective_coef() local
[all...]
H A Dlp_bld_interp.c324 LLVMValueRef dadx = coeff_bld->zero; in attribs_update_simple() local
447 LLVMValueRef dadx = coeff_bld->zero; in lp_build_interp_soa_indirect() local
600 LLVMValueRef dadx = coeff_bld->zero; lp_build_interp_soa() local
[all...]
H A Dlp_state_fs_linear.c69 __m128i dadx; member
354 blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blit() argument
406 blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1_blit() argument
466 blit_rgba(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba() argument
505 blit_rgb1(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1() argument
549 blit_rgba_blend_premul(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blend_premul() argument
588 linear_red(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_red() argument
618 linear_no_op(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_no_op() argument
[all...]
H A Dlp_linear_sampler.c717 lp_linear_init_sampler(struct lp_linear_sampler *samp, const struct lp_tgsi_texture_info *info, const struct lp_sampler_static_state *sampler_state, const struct lp_jit_texture *texture, int x0, int y0, int width, int height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4]) lp_linear_init_sampler() argument
H A Dlp_state_setup.c71 LLVMValueRef dadx; member
391 LLVMValueRef dadx = LLVMBuildFSub(b, da01_dy20_ooa, da20_dy01_ooa, "dadx"); in calc_coef4() local
88 store_coef(struct gallivm_state *gallivm, const struct lp_setup_args *args, unsigned slot, LLVMValueRef a0, LLVMValueRef dadx, LLVMValueRef dady) store_coef() argument
916 float dadx = sdadx[0][i]; lp_dump_setup_coef() local
928 float dadx = sdadx[1 + slot][i]; lp_dump_setup_coef() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h96 float dadx[TGSI_NUM_CHANNELS]; member
H A Dtgsi_exec.c2694 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; in interp_linear_offset() local
2710 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; in eval_linear_coef() local
2734 const float dadx = mach->InterpCoefs[attrib].dadx[cha in interp_perspective_offset() local
2752 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; eval_perspective_coef() local
[all...]

Completed in 21 milliseconds