Home
last modified time | relevance | path

Searched refs:_coeff7_gm_tex (Results 1 – 1 of 1) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dcuda_pair.cu125 #define _coeff7_gm_tex MY_AP(coeff7_gm_tex) macro
127 texture<float> _coeff7_gm_tex; variable
129 texture<int2, 1> _coeff7_gm_tex; variable
610_coeff7_gm_tex.normalized = false; // access with normalized texture coordina… in Cuda_Pair_Init_AllStyles()
611 _coeff7_gm_tex.filterMode = cudaFilterModePoint; // Point mode, so no in Cuda_Pair_Init_AllStyles()
612 _coeff7_gm_tex.addressMode[0] = cudaAddressModeWrap; // wrap texture coordinates in Cuda_Pair_Init_AllStyles()