Home
last modified time | relevance | path

Searched refs:pos_tex (Results 1 – 25 of 129) sorted by relevance

123456

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_ellipsoid_nbor.cu18 _texture( pos_tex,float4);
20 _texture_2d( pos_tex,int4);
23 #define pos_tex x_ macro
50 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in kernel_nbor()
61 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in kernel_nbor()
119 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in kernel_nbor_fast()
130 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in kernel_nbor_fast()
H A Dlal_lj_tip4p_long.cu34 _texture( pos_tex,float4);
37 _texture_2d( pos_tex,int4);
56 #define pos_tex x_ macro
69 numtyp4 xi; fetch4(xi,i,pos_tex); // = x[i]; in closest_image()
70 numtyp4 xj; fetch4(xj,j,pos_tex); in closest_image()
81 fetch4(xj,j,pos_tex); in closest_image()
98 numtyp4 xO; fetch4(xO,iO,pos_tex); in compute_newsite()
99 numtyp4 xH1; fetch4(xH1,iH1,pos_tex); in compute_newsite()
100 numtyp4 xH2; fetch4(xH2,iH2,pos_tex); in compute_newsite()
208 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_tip4p_reneigh()
[all …]
H A Dlal_pre_cuda_hip.h174 #define fetch4(ans,i,pos_tex) { \ argument
175 int4 xy = tex1Dfetch(pos_tex,i*2); \
176 int4 zt = tex1Dfetch(pos_tex,i*2+1); \
187 #define fetch4(ans,i,pos_tex) ans=tex1Dfetch(pos_tex, i); argument
197 #define pos_tex x_ macro
210 #define fetch4(ans,i,pos_tex) (ans=*(((double4*)pos_tex) + i)) argument
213 #define fetch4(ans,i,pos_tex) (ans=*(((float4*)pos_tex) + i)) argument
H A Dlal_gauss.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
56 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_gauss()
64 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_gauss()
140 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_gauss_fast()
149 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_gauss_fast()
H A Dlal_ufm.cu21 _texture( pos_tex,float4);
23 _texture_2d( pos_tex,int4);
26 #define pos_tex x_ macro
59 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_ufm()
69 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_ufm()
148 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_ufm_fast()
159 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_ufm_fast()
H A Dlal_coul.cu20 _texture( pos_tex,float4);
23 _texture_2d( pos_tex,int4);
28 #define pos_tex x_ macro
71 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_coul()
82 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_coul()
165 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_coul_fast()
177 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_coul_fast()
H A Dlal_soft.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
65 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_soft()
75 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_soft()
156 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_soft_fast()
167 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_soft_fast()
H A Dlal_yukawa.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
63 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa()
73 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa()
155 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa_fast()
166 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa_fast()
H A Dlal_yukawa_colloid.cu20 _texture( pos_tex,float4);
23 _texture_2d( pos_tex,int4);
32 #define pos_tex x_ macro
74 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa_colloid()
85 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa_colloid()
169 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa_colloid_fast()
181 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa_colloid_fast()
H A Dlal_coul_debye.cu20 _texture( pos_tex,float4);
23 _texture_2d( pos_tex,int4);
28 #define pos_tex x_ macro
72 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_coul_debye()
83 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_coul_debye()
172 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_coul_debye_fast()
184 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_coul_debye_fast()
H A Dlal_lj.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
57 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj()
67 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj()
160 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_fast()
175 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_fast()
H A Dlal_lj_expand.cu20 _texture( pos_tex,float4);
22 _texture_2d( pos_tex,int4);
26 #define pos_tex x_ macro
66 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_expand()
76 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_expand()
162 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_expand_fast()
173 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_expand_fast()
H A Dlal_lj_sdk.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
64 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_sdk()
74 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_sdk()
165 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_sdk_fast()
176 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_sdk_fast()
H A Dlal_lj96.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
64 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj96()
74 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj96()
158 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj96_fast()
169 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj96_fast()
H A Dlal_mie.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
64 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_mie()
74 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_mie()
158 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_mie_fast()
169 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_mie_fast()
H A Dlal_born.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
65 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_born()
75 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_born()
163 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_born_fast()
174 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_born_fast()
H A Dlal_buck.cu19 _texture( pos_tex,float4);
21 _texture_2d( pos_tex,int4);
24 #define pos_tex x_ macro
64 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_buck()
74 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_buck()
160 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_buck_fast()
171 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_buck_fast()
H A Dlal_morse.cu20 _texture( pos_tex,float4);
22 _texture_2d( pos_tex,int4);
26 #define pos_tex x_ macro
66 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_morse()
76 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_morse()
160 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_morse_fast()
171 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_morse_fast()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_ellipsoid_nbor.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
52 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in kernel_nbor()
59 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in kernel_nbor()
116 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in kernel_nbor_fast()
124 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in kernel_nbor_fast()
H A Dlal_yukawa.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
60 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa()
70 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa()
149 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_yukawa_fast()
160 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_yukawa_fast()
H A Dlal_gauss.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
60 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_gauss()
70 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_gauss()
147 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_gauss_fast()
158 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_gauss_fast()
H A Dlal_lj96.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
61 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj96()
71 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj96()
152 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj96_fast()
163 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj96_fast()
H A Dlal_soft.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
62 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_soft()
72 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_soft()
150 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_soft_fast()
161 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_soft_fast()
H A Dlal_lj.cu19 texture<float4> pos_tex; variable
21 texture<int4,1> pos_tex; variable
24 #define pos_tex x_ macro
61 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj()
71 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj()
151 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_lj_fast()
162 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_lj_fast()
H A Dlal_morse.cu20 texture<float4> pos_tex; variable
22 texture<int4,1> pos_tex; variable
26 #define pos_tex x_ macro
63 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_morse()
73 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_morse()
154 numtyp4 ix; fetch4(ix,i,pos_tex); //x_[i]; in k_morse_fast()
165 numtyp4 jx; fetch4(jx,j,pos_tex); //x_[j]; in k_morse_fast()

123456