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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c96 const float dadx = coef->dadx[chan]; local in function:setup_pos_vector
H A Dsp_setup.c481 float dadx = a * setup->oneoverarea; local in function:tri_linear_coeff
531 float dadx local in function:tri_persp_coeff
915 const float dadx = da * setup->emaj.dx * setup->oneoverarea; local in function:line_linear_coeff
939 const float dadx = da * setup->emaj.dx * setup->oneoverarea; local in function:line_persp_coeff
[all...]
/xsrc/external/mit/MesaLib/dist/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) argument
112 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) argument
170 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) argument
H A Dlp_linear_interp.c74 __m128i dadx = interp->dadx; local in function:interp_0_8
121 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) argument
232 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) argument
H A Dlp_linear_priv.h57 __m128i dadx; member in struct:lp_linear_interp
H A Dlp_linear.c74 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) 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) 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) 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) argument
H A Dlp_setup_point.c53 float (*dadx)[4]; member in struct:point_info
120 float dadx = FIXED_ONE / (float)info->dx12; local in function:texcoord_coef
136 float dadx = 0.0f; local in function:texcoord_coef
[all...]
H A Dlp_bld_interp.c319 LLVMValueRef dadx = coeff_bld->zero; local in function:attribs_update_simple
452 LLVMValueRef dadx = coeff_bld->zero; local in function:lp_build_interp_soa_indirect
604 LLVMValueRef dadx = coeff_bld->zero; local in function:lp_build_interp_soa
[all...]
H A Dlp_setup_line.c55 float (*dadx)[4]; member in struct:lp_line_info
89 float dadx = da21 * info->dx * info->oneoverarea; local in function:linear_coef
121 float dadx local in function:perspective_coef
[all...]
H A Dlp_state_fs_linear.c69 __m128i dadx; member in struct:linear_interp
363 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) argument
415 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) argument
475 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) argument
514 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) argument
562 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) argument
604 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) argument
634 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) argument
[all...]
H A Dlp_linear_sampler.c738 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]) argument
H A Dlp_state_setup.c72 LLVMValueRef dadx; member in struct:lp_setup_args
393 LLVMValueRef dadx = LLVMBuildFSub(b, da01_dy20_ooa, da20_dy01_ooa, "dadx"); local in function:calc_coef4
89 store_coef(struct gallivm_state * gallivm,struct lp_setup_args * args,unsigned slot,LLVMValueRef a0,LLVMValueRef dadx,LLVMValueRef dady) argument
934 float dadx = sdadx[0][i]; local in function:lp_dump_setup_coef
946 float dadx = sdadx[1 + slot][i]; local in function:lp_dump_setup_coef
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c96 const float dadx = coef->dadx[chan]; local in function:setup_pos_vector
H A Dsp_setup.c436 float dadx = a * setup->oneoverarea; local in function:tri_linear_coeff
486 float dadx local in function:tri_persp_coeff
841 const float dadx = da * setup->emaj.dx * setup->oneoverarea; local in function:line_linear_coeff
865 const float dadx = da * setup->emaj.dx * setup->oneoverarea; local in function:line_persp_coeff
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c274 LLVMValueRef dadx = coeff_bld->zero; local in function:attribs_update_simple
460 LLVMValueRef dadx, dady; local in function:coeffs_init
[all...]
H A Dlp_setup_point.c53 float (*dadx)[4]; member in struct:point_info
120 float dadx = FIXED_ONE / (float)info->dx12; local in function:texcoord_coef
136 float dadx = 0.0f; local in function:texcoord_coef
[all...]
H A Dlp_setup_line.c55 float (*dadx)[4]; member in struct:lp_line_info
89 float dadx = da21 * info->dx * info->oneoverarea; local in function:linear_coef
121 float dadx local in function:perspective_coef
[all...]
H A Dlp_state_setup.c72 LLVMValueRef dadx; member in struct:lp_setup_args
418 LLVMValueRef dadx = LLVMBuildFSub(b, da01_dy20_ooa, da20_dy01_ooa, "dadx"); local in function:emit_coef4
88 store_coef(struct gallivm_state * gallivm,struct lp_setup_args * args,unsigned slot,LLVMValueRef a0,LLVMValueRef dadx,LLVMValueRef dady) argument
996 float dadx = sdadx[0][i]; local in function:lp_dump_setup_coef
1008 float dadx = sdadx[1 + slot][i]; local in function:lp_dump_setup_coef
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h96 float dadx[TGSI_NUM_CHANNELS]; member in struct:tgsi_interp_coef
H A Dtgsi_exec.c2755 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:interp_linear_offset
2771 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:eval_linear_coef
2795 const float dadx = mach->InterpCoefs[attrib].dadx[cha local in function:interp_perspective_offset
2813 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:eval_perspective_coef
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h96 float dadx[TGSI_NUM_CHANNELS]; member in struct:tgsi_interp_coef
H A Dtgsi_exec.c2959 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:interp_linear_offset
2975 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:eval_linear_coef
2999 const float dadx = mach->InterpCoefs[attrib].dadx[cha local in function:interp_perspective_offset
3017 const float dadx = mach->InterpCoefs[attrib].dadx[chan]; local in function:eval_perspective_coef
[all...]

Completed in 31 milliseconds