Searched refs:HioPacketChannel (Results 1 – 4 of 4) sorted by relevance
24 const s32 HioPacketChannel::PACKET_HEADER_ID = 0x06F7D144;25 const size_t HioPacketChannel::BUFFER_SIZE = 1024;26 void* HioPacketChannel::s_HioWorkMemory = NULL;27 nw::os::IAllocator* HioPacketChannel::s_DeviceAllocatorForHioWorkMemory = NULL;30 HioPacketChannel* 31 HioPacketChannel::Builder::Create( in Create()39 void* memory = allocator->Alloc(sizeof(HioPacketChannel)); in Create()42 HioPacketChannel* hioPacketChannel = in Create()43 new(memory) HioPacketChannel(allocator, deviceAllocator, m_Description); in Create()50 HioPacketChannel::Destroy() in Destroy()[all …]
59 nw::demo::HioPacketChannel::Initialize(m_DeviceAllocator); in Initialize()61 m_HioPacketChannel = nw::demo::HioPacketChannel::Builder() in Initialize()109 nw::demo::HioPacketChannel::Finalize(); in Initialize()169 nw::demo::HioPacketChannel::Finalize(); in Finalize()
34 class HioPacketChannel80 HioPacketChannel* Create(202 HioPacketChannel(208 ~HioPacketChannel();238 class HioPacketChannel254 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create()265 HioPacketChannel(os::IAllocator* ,os::IAllocator* ,const Description& ){ } in HioPacketChannel() function266 ~HioPacketChannel() { } in ~HioPacketChannel()
517 nw::demo::HioPacketChannel* m_HioPacketChannel;