Home
last modified time | relevance | path

Searched refs:mos_query_engines_count (Results 1 – 6 of 6) sorted by relevance

/external/intel-media-driver/media_softlet/linux/common/os/i915/include/
Dmos_bufmgr_api.h350 int mos_query_engines_count(struct mos_bufmgr *bufmgr,
/external/intel-media-driver/media_softlet/linux/common/os/i915/
Dmos_bufmgr_api.c1227 mos_query_engines_count(struct mos_bufmgr *bufmgr, in mos_query_engines_count() function
Dmos_bufmgr.c4745 if (mos_query_engines_count(bufmgr, &maxNengine) || (maxNengine == 0)) in mos_bufmgr_query_sys_engines()
/external/intel-media-driver/media_driver/linux/common/os/
Dmos_gpucontext_specific.cpp182 if (mos_query_engines_count(osInterface->pOsContext->bufmgr, &nengine) || (nengine == 0)) in Init()
/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_gpucontext_specific_next.cpp605 if (mos_query_engines_count(osParameters->bufmgr, &nengine)) in Init()
/external/intel-media-driver/media_softlet/linux/common/os/i915_production/
Dmos_bufmgr.c4694 if (mos_query_engines_count(bufmgr, &maxNengine) || (maxNengine == 0)) in mos_bufmgr_query_sys_engines()