Searched refs:NETC (Results 1 – 4 of 4) sorted by relevance
143 __device__ NETC d_netc;145 __shared__ NETC s_netc;147 __constant__ NETC c_netc;150 __device__ NETC d_netc_i(3);152 __shared__ NETC s_netc_i(3);154 __constant__ NETC c_netc_i(3);363 static __device__ NETC d_netc; in df_sema()365 static __shared__ NETC s_netc; in df_sema()367 static __constant__ NETC c_netc; in df_sema()370 static __device__ NETC d_netc_i(3); in df_sema()[all …]
94 struct NETC { struct96 template <typename... T> __device__ NETC(T...) { netc = 1; } in NETC() argument
94 struct NETC { struct96 template <typename... T> __device__ NETC(T...) { netc = 1; } in NETC() function
185 // NVPTX: %[[netc:.*]] = alloca %struct.NETC in df() 256 NETC netc; in df()