|
QUDA
0.9.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) |
| void | bind (const InputType *, size_t bytes) |
| void | unbind () |
| __device__ OutputType | fetch (unsigned int idx) |
| __device__ OutputType | operator[] (unsigned int idx) |
Static Private Attributes | |
| static bool | bound = false |
| static int | count = 0 |
|
inline |
Definition at line 164 of file texture.h.
Referenced by Texture< InterType, StoreType, -1 >::operator[]().

|
inline |
Definition at line 161 of file texture.h.
Referenced by Texture< InterType, StoreType, -1 >::~Texture().

|
staticprivate |
Definition at line 110 of file texture.h.
Referenced by Texture< InterType, StoreType, -1 >::~Texture().
|
staticprivate |
Definition at line 111 of file texture.h.
Referenced by Texture< InterType, StoreType, -1 >::Texture(), and Texture< InterType, StoreType, -1 >::~Texture().
1.8.14