Lines Matching defs:ctemp
87 …__global__ void get_first_k_initial_global(uchar *ctemp, T* data_cost_selected_, T *selected_disp_… in get_first_k_initial_global()
122 …__global__ void get_first_k_initial_local(uchar *ctemp, T* data_cost_selected_, T* selected_disp_p… in get_first_k_initial_local()
179 …__global__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_… in init_data_cost()
221 …__global__ void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_… in init_data_cost_reduce()
271 …void init_data_cost_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_ste… in init_data_cost_caller_()
289 …void init_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t c… in init_data_cost_reduce_caller_()
308 …void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int r… in init_data_cost()
559 __global__ void init_message(uchar *ctemp, T* u_new_, T* d_new_, T* l_new_, T* r_new_, in init_message()
611 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new, in init_message()
693 …__global__ void compute_message(uchar *ctemp, T* u_, T* d_, T* l_, T* r_, const T* data_cost_selec… in compute_message()
720 void calc_all_iterations(uchar *ctemp, T* u, T* d, T* l, T* r, const T* data_cost_selected, in calc_all_iterations()