Functions | |
| cudaError_t | cudaBindSurfaceToArray (const struct surfaceReference *surfref, const struct cudaArray *array, const struct cudaChannelFormatDesc *desc) |
| Binds an array to a surface. | |
| cudaError_t | cudaGetSurfaceAlignmentOffset (size_t *offset, const struct surfaceReference *surfref) |
| Get the alignment offset of a surface. | |
| cudaError_t | cudaGetSurfaceReference (const struct surfaceReference **surfref, const char *symbol) |
| Get the surface reference associated with a symbol. | |