DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::CGCopy2DUSM Class Reference

"Copy 2D USM" command group class. More...

#include <sycl/detail/cg.hpp>

Inheritance diagram for sycl::_V1::detail::CGCopy2DUSM:
Collaboration diagram for sycl::_V1::detail::CGCopy2DUSM:

Public Member Functions

 CGCopy2DUSM (void *Src, void *Dst, size_t SrcPitch, size_t DstPitch, size_t Width, size_t Height, CG::StorageInitHelper CGData, detail::code_location loc={})
 
void * getSrc () const
 
void * getDst () const
 
size_t getSrcPitch () const
 
size_t getDstPitch () const
 
size_t getWidth () const
 
size_t getHeight () const
 
- Public Member Functions inherited from sycl::_V1::detail::CG
 CG (CGTYPE Type, StorageInitHelper D, detail::code_location loc={})
 
 CG (CG &&CommandGroup)=default
 
 CG (const CG &CommandGroup)=default
 
CGTYPE getType () const
 
std::vector< std::vector< char > > & getArgsStorage ()
 
std::vector< detail::AccessorImplPtr > & getAccStorage ()
 
std::vector< std::shared_ptr< const void > > & getSharedPtrStorage ()
 
std::vector< AccessorImplHost * > & getRequirements ()
 
std::vector< detail::EventImplPtr > & getEvents ()
 
virtual std::vector< std::shared_ptr< const void > > getAuxiliaryResources () const
 
virtual void clearAuxiliaryResources ()
 
virtual ~CG ()=default
 

Additional Inherited Members

- Public Types inherited from sycl::_V1::detail::CG
enum  CGTYPE : unsigned int {
  None = 0 , Kernel = 1 , CopyAccToPtr = 2 , CopyPtrToAcc = 3 ,
  CopyAccToAcc = 4 , Barrier = 5 , BarrierWaitlist = 6 , Fill = 7 ,
  UpdateHost = 8 , CopyUSM = 10 , FillUSM = 11 , PrefetchUSM = 12 ,
  CodeplayHostTask = 14 , AdviseUSM = 15 , Copy2DUSM = 16 , Fill2DUSM = 17 ,
  Memset2DUSM = 18 , CopyToDeviceGlobal = 19 , CopyFromDeviceGlobal = 20 , ReadWriteHostPipe = 21 ,
  ExecCommandBuffer = 22 , CopyImage = 23 , SemaphoreWait = 24 , SemaphoreSignal = 25
}
 Type of the command group. More...
 
- Public Attributes inherited from sycl::_V1::detail::CG
std::string MFunctionName
 
std::string MFileName
 
int32_t MLine
 
int32_t MColumn
 

Detailed Description

"Copy 2D USM" command group class.

Definition at line 367 of file cg.hpp.

Constructor & Destructor Documentation

◆ CGCopy2DUSM()

sycl::_V1::detail::CGCopy2DUSM::CGCopy2DUSM ( void *  Src,
void *  Dst,
size_t  SrcPitch,
size_t  DstPitch,
size_t  Width,
size_t  Height,
CG::StorageInitHelper  CGData,
detail::code_location  loc = {} 
)
inline

Definition at line 376 of file cg.hpp.

Member Function Documentation

◆ getDst()

void* sycl::_V1::detail::CGCopy2DUSM::getDst ( ) const
inline

Definition at line 384 of file cg.hpp.

◆ getDstPitch()

size_t sycl::_V1::detail::CGCopy2DUSM::getDstPitch ( ) const
inline

Definition at line 386 of file cg.hpp.

◆ getHeight()

size_t sycl::_V1::detail::CGCopy2DUSM::getHeight ( ) const
inline

Definition at line 388 of file cg.hpp.

◆ getSrc()

void* sycl::_V1::detail::CGCopy2DUSM::getSrc ( ) const
inline

Definition at line 383 of file cg.hpp.

◆ getSrcPitch()

size_t sycl::_V1::detail::CGCopy2DUSM::getSrcPitch ( ) const
inline

Definition at line 385 of file cg.hpp.

◆ getWidth()

size_t sycl::_V1::detail::CGCopy2DUSM::getWidth ( ) const
inline

Definition at line 387 of file cg.hpp.


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