Home
last modified time | relevance | path

Searched refs:CommandBufferSpecificNext (Results 1 – 5 of 5) sorted by relevance

/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_commandbuffer_specific_next.cpp32 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()
Dmos_commandbuffer_specific_next.h36 class CommandBufferSpecificNext : public CommandBufferNext
43 CommandBufferSpecificNext(CmdBufMgrNext *cmdBufMgr) : in CommandBufferSpecificNext() function
50 ~CommandBufferSpecificNext() {} in ~CommandBufferSpecificNext()
75 MEDIA_CLASS_DEFINE_END(CommandBufferSpecificNext)
Dmos_gpucontext_specific_next.cpp680 … auto curCommandBufferSpecific = static_cast<CommandBufferSpecificNext *>(curCommandBuffer); in Clear()
850 auto cmdBufSpecificOld = static_cast<CommandBufferSpecificNext *>(cmdBufOld); in GetCommandBuffer()
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_commandbuffer_next.cpp33 CommandBufferNext* cmdBuf = MOS_New(CommandBufferSpecificNext, cmdBufMgr); in CreateCmdBuf()
Dmos_gpucontext_next.h34 class CommandBufferSpecificNext; variable