/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fs_exec.c | 96 const float dadx = coef->dadx[chan]; in setup_pos_vector() local
|
H A D | sp_setup.c | 436 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 D | lp_linear_fastpath.c | 60 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 D | lp_linear_interp.c | 74 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 D | lp_linear_priv.h | 57 __m128i dadx; member
|
H A D | lp_linear.c | 77 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 D | lp_state_fs_fastpath.c | 46 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 D | lp_setup_point.c | 53 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 D | lp_setup_line.c | 55 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 D | lp_bld_interp.c | 324 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 D | lp_state_fs_linear.c | 69 __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 D | lp_linear_sampler.c | 717 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 D | lp_state_setup.c | 71 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 D | tgsi_exec.h | 96 float dadx[TGSI_NUM_CHANNELS]; member
|
H A D | tgsi_exec.c | 2694 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...] |