Go to the source code of this file.
|
__device__ void | quda::load_streaming_double2 (double2 &a, const double2 *addr) |
|
__device__ void | quda::load_streaming_float4 (float4 &a, const float4 *addr) |
|
__device__ void | quda::load_cached_short4 (short4 &a, const short4 *addr) |
|
__device__ void | quda::load_cached_short2 (short2 &a, const short2 *addr) |
|
__device__ void | quda::load_global_short4 (short4 &a, const short4 *addr) |
|
__device__ void | quda::load_global_short2 (short2 &a, const short2 *addr) |
|
__device__ void | quda::load_global_float4 (float4 &a, const float4 *addr) |
|
__device__ void | quda::store_streaming_float4 (float4 *addr, float x, float y, float z, float w) |
|
__device__ void | quda::store_streaming_short4 (short4 *addr, short x, short y, short z, short w) |
|
__device__ void | quda::store_streaming_double2 (double2 *addr, double x, double y) |
|
__device__ void | quda::store_streaming_float2 (float2 *addr, float x, float y) |
|
__device__ void | quda::store_streaming_short2 (short2 *addr, short x, short y) |
|
◆ __PTR