/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/ |
D | vp_kernelset.cpp | 38 VpKernelSet::VpKernelSet(PVP_MHWINTERFACE hwInterface, PVpAllocator allocator) : in VpKernelSet() function in VpKernelSet 45 MOS_STATUS VpKernelSet::GetKernelInfo(std::string kernelName, uint32_t kuid, uint32_t& size, void*&… in GetKernelInfo() 87 MOS_STATUS VpKernelSet::FindAndInitKernelObj(VpRenderKernelObj* kernelObj) in FindAndInitKernelObj() 117 MOS_STATUS VpKernelSet::CreateSingleKernelObject( in CreateSingleKernelObject() 170 MOS_STATUS VpKernelSet::CreateKernelObjects( in CreateKernelObjects()
|
D | vp_kernelset.h | 43 class VpKernelSet 46 VpKernelSet(PVP_MHWINTERFACE hwInterface, PVpAllocator allocator); 47 virtual ~VpKernelSet() in ~VpKernelSet()
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/ |
D | vp_packet_pipe.h | 44 class VpKernelSet; variable 51 …, VPMediaMemComp *pMmc, VP_PACKET_SHARED_CONTEXT *packetSharedContext, VpKernelSet *vpKernels, voi… 71 VpKernelSet *m_kernelSet = nullptr;
|
D | vp_render_cmd_packet.h | 38 …VP_MHWINTERFACE hwInterface, PVpAllocator& allocator, VPMediaMemComp* mmc, VpKernelSet* kernelSet); 168 VpKernelSet *m_kernelSet = nullptr;
|
D | vp_packet_pipe.cpp | 54 …ator, VPMediaMemComp *pMmc, VP_PACKET_SHARED_CONTEXT *packetSharedContext, VpKernelSet* vpKernels, in Initialize()
|
D | vp_render_cmd_packet.cpp | 71 …HWINTERFACE hwInterface, PVpAllocator &allocator, VPMediaMemComp *mmc, VpKernelSet *kernelSet) : C… in VpRenderCmdPacket()
|
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus/vp/hal/platform_interface/ |
D | vp_platform_interface_xe_lpm_plus.h | 58 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_xe_lpm_plus.cpp | 99 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/vp/hal/platform_interface/ |
D | vp_platform_interface_xe2_lpm.h | 59 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_xe2_lpm.cpp | 144 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet *kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe2_HPM/vp/hal/platform_interface/ |
D | vp_platform_interface_xe2_hpm.h | 58 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_xe2_hpm.cpp | 143 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM/vp/hal/platform_interface/ |
D | vp_platform_interface_xe_xpm.h | 49 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_xe_xpm.cpp | 98 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_tgllp/vp/hal/platform_interface/ |
D | vp_platform_interface_g12_tgllp.h | 61 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_g12_tgllp.cpp | 92 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_HPM/vp/hal/platform_interface/ |
D | vp_platform_interface_xe_hpm.h | 51 … _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel);
|
D | vp_platform_interface_xe_hpm.cpp | 120 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/platform_interface/ |
D | vp_platform_interface.h | 41 class VpKernelSet; variable 217 …, _VP_MHWINTERFACE *hwInterface, VpAllocator *&allocator, VPMediaMemComp *mmc, VpKernelSet* kernel) in CreateRenderPacket()
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/ |
D | vp_pipeline.h | 462 VpKernelSet *m_kernelSet = nullptr;
|
D | vp_pipeline.cpp | 909 m_kernelSet = MOS_New(VpKernelSet, &m_vpMhwInterface, m_allocator); in CreateVpKernelSets()
|