#include <xt_gpu.h>
Definition at line 74 of file xt_gpu.h.
◆ Free
void(* xt_gpu_vtable::Free) (void *ptr, enum xt_memtype memtype) |
◆ Get_memtype
enum xt_memtype(* xt_gpu_vtable::Get_memtype) (const void *ptr) |
◆ Instr_pop
int(* xt_gpu_vtable::Instr_pop) (void) |
◆ Instr_push
int(* xt_gpu_vtable::Instr_push) (char const *name) |
◆ Malloc
void *(* xt_gpu_vtable::Malloc) (size_t alloc_size, enum xt_memtype memtype) |
◆ Memcpy
void(* xt_gpu_vtable::Memcpy) (void *dst, void const *src, size_t buffer_size, enum xt_memtype dst_memtype, enum xt_memtype src_memtype) |
The documentation for this struct was generated from the following file: