|
QUDA
1.0.0
|
#include <texture.h>


Public Member Functions | |
| Texture () | |
| Texture (const cudaColorSpinorField *x, bool use_ghost=false) | |
| Texture (const Texture &tex) | |
| ~Texture () | |
| Texture & | operator= (const Texture &tex) |
| __device__ __host__ OutputType | operator[] (unsigned int idx) const |
Private Types | |
| typedef quda::mapper< InputType >::type | RegType |
Private Attributes | |
| const InputType * | spinor |
|
private |
|
inline |
|
private |
Definition at line 57 of file texture.h.
Referenced by Texture< InterType, StoreType >::operator=(), and Spinor< RegType, StoreType, N, write >::V().
1.8.13