Public Member Functions | Static Public Member Functions | List of all members
ecvl::GpuHal Class Reference

#include <gpu_hal.h>

Inheritance diagram for ecvl::GpuHal:

Public Member Functions

uint8_t * MemAllocate (size_t nbytes) override
 
void MemDeallocate (uint8_t *data) override
 
uint8_t * MemCopy (uint8_t *dst, const uint8_t *src, size_t nbytes) override
 
void FromCpu (Image &src) override
 
void ToCpu (Image &src) override
 

Static Public Member Functions

static GpuHalGetInstance ()
 

Detailed Description

Definition at line 25 of file gpu_hal.h.

Member Function Documentation

◆ FromCpu()

void ecvl::GpuHal::FromCpu ( Image src)
override

◆ GetInstance()

static GpuHal* ecvl::GpuHal::GetInstance ( )
static

◆ MemAllocate()

uint8_t* ecvl::GpuHal::MemAllocate ( size_t  nbytes)
override

◆ MemCopy()

uint8_t* ecvl::GpuHal::MemCopy ( uint8_t *  dst,
const uint8_t *  src,
size_t  nbytes 
)
override

◆ MemDeallocate()

void ecvl::GpuHal::MemDeallocate ( uint8_t *  data)
inlineoverride

Definition at line 30 of file gpu_hal.h.

◆ ToCpu()

void ecvl::GpuHal::ToCpu ( Image src)
override

The documentation for this class was generated from the following file: