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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c97 const float dady = coef->dady[chan]; local in function:setup_pos_vector
H A Dsp_setup.c482 float dady = b * setup->oneoverarea; local in function:tri_linear_coeff
532 float dady local in function:tri_persp_coeff
916 const float dady = da * setup->emaj.dy * setup->oneoverarea; local in function:line_linear_coeff
940 const float dady = da * setup->emaj.dy * 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.c121 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.h58 __m128i dady; 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.c54 float (*dady)[4]; member in struct:point_info
121 float dady = 0.0f; local in function:texcoord_coef
137 float dady = FIXED_ONE / (float)info->dx12; local in function:texcoord_coef
[all...]
H A Dlp_bld_interp.c320 LLVMValueRef dady = coeff_bld->zero; local in function:attribs_update_simple
453 LLVMValueRef dady = coeff_bld->zero; local in function:lp_build_interp_soa_indirect
605 LLVMValueRef dady = coeff_bld->zero; local in function:lp_build_interp_soa
[all...]
H A Dlp_setup_line.c56 float (*dady)[4]; member in struct:lp_line_info
90 float dady = da21 * info->dy * info->oneoverarea; local in function:linear_coef
122 float dady local in function:perspective_coef
[all...]
H A Dlp_state_fs_linear.c70 __m128i dady; 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.c73 LLVMValueRef dady; member in struct:lp_setup_args
399 LLVMValueRef dady = LLVMBuildFSub(b, da20_dx01_ooa, da01_dx20_ooa, "dady"); 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
935 float dady = sdady[0][i]; local in function:lp_dump_setup_coef
947 float dady = sdady[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.c97 const float dady = coef->dady[chan]; local in function:setup_pos_vector
H A Dsp_setup.c437 float dady = b * setup->oneoverarea; local in function:tri_linear_coeff
487 float dady local in function:tri_persp_coeff
842 const float dady = da * setup->emaj.dy * setup->oneoverarea; local in function:line_linear_coeff
866 const float dady = da * setup->emaj.dy * setup->oneoverarea; local in function:line_persp_coeff
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c275 LLVMValueRef dady = coeff_bld->zero; local in function:attribs_update_simple
460 LLVMValueRef dadx, dady; local in function:coeffs_init
[all...]
H A Dlp_setup_point.c54 float (*dady)[4]; member in struct:point_info
121 float dady = 0.0f; local in function:texcoord_coef
137 float dady = FIXED_ONE / (float)info->dx12; local in function:texcoord_coef
[all...]
H A Dlp_setup_line.c56 float (*dady)[4]; member in struct:lp_line_info
90 float dady = da21 * info->dy * info->oneoverarea; local in function:linear_coef
122 float dady local in function:perspective_coef
[all...]
H A Dlp_state_setup.c73 LLVMValueRef dady; member in struct:lp_setup_args
424 LLVMValueRef dady = LLVMBuildFSub(b, da20_dx01_ooa, da01_dx20_ooa, "dady"); 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
997 float dady = sdady[0][i]; local in function:lp_dump_setup_coef
1009 float dady = sdady[1 + slot][i]; local in function:lp_dump_setup_coef
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h97 float dady[TGSI_NUM_CHANNELS]; member in struct:tgsi_interp_coef
H A Dtgsi_exec.c2756 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:interp_linear_offset
2772 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:eval_linear_coef
2796 const float dady = mach->InterpCoefs[attrib].dady[cha local in function:interp_perspective_offset
2814 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:eval_perspective_coef
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h97 float dady[TGSI_NUM_CHANNELS]; member in struct:tgsi_interp_coef
H A Dtgsi_exec.c2960 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:interp_linear_offset
2976 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:eval_linear_coef
3000 const float dady = mach->InterpCoefs[attrib].dady[cha local in function:interp_perspective_offset
3018 const float dady = mach->InterpCoefs[attrib].dady[chan]; local in function:eval_perspective_coef
[all...]

Completed in 42 milliseconds