Searched refs:CommandBufferSpecificNext (Results 1 – 5 of 5) sorted by relevance
32 MOS_STATUS CommandBufferSpecificNext::Allocate(OsContextNext *osContext, uint32_t size) in Allocate()66 void CommandBufferSpecificNext::Free() in Free()80 MOS_STATUS CommandBufferSpecificNext::BindToGpuContext(GpuContextNext *gpuContext) in BindToGpuContext()100 int CommandBufferSpecificNext::isBusy() in isBusy()123 void CommandBufferSpecificNext::waitReady() in waitReady()145 void CommandBufferSpecificNext::UnBindToGpuContext(bool isNative) in UnBindToGpuContext()172 MOS_STATUS CommandBufferSpecificNext:: ReSize(uint32_t newSize) in ReSize()
36 class CommandBufferSpecificNext : public CommandBufferNext43 CommandBufferSpecificNext(CmdBufMgrNext *cmdBufMgr) : in CommandBufferSpecificNext() function50 ~CommandBufferSpecificNext() {} in ~CommandBufferSpecificNext()75 MEDIA_CLASS_DEFINE_END(CommandBufferSpecificNext)
680 … auto curCommandBufferSpecific = static_cast<CommandBufferSpecificNext *>(curCommandBuffer); in Clear()850 auto cmdBufSpecificOld = static_cast<CommandBufferSpecificNext *>(cmdBufOld); in GetCommandBuffer()
33 CommandBufferNext* cmdBuf = MOS_New(CommandBufferSpecificNext, cmdBufMgr); in CreateCmdBuf()
34 class CommandBufferSpecificNext; variable