Home
last modified time | relevance | path

Searched refs:MOS_OS_CHECK_CONDITION (Results 1 – 8 of 8) sorted by relevance

/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_os_virtualengine_singlepipe_specific_next.cpp48MOS_OS_CHECK_CONDITION((bScalableMode), "Invalid input paramerter of scalable mode", MOS_STATUS_IN… in GetHintParams()
Dmos_graphicsresource_specific_next.cpp510MOS_OS_CHECK_CONDITION((m_systemShadow == nullptr), "Failed to allocate shadow surface", nullptr); in Lock()
516MOS_OS_CHECK_CONDITION((m_tileType != MOS_TILE_Y), "Unsupported tile type", nullptr); in Lock()
517MOS_OS_CHECK_CONDITION((boPtr->size <= 0 || m_pitch <= 0), "Invalid BO size or pitch", nullptr); in Lock()
725 MOS_OS_CHECK_CONDITION(gmmParams.Format == GMM_FORMAT_INVALID, in AllocateExternalResource()
975MOS_OS_CHECK_CONDITION((resource->pSystemShadow == nullptr), "Failed to allocate shadow surface", … in LockExternalResource()
980MOS_OS_CHECK_CONDITION((resource->TileType != MOS_TILE_Y), "Unsupported tile type", nullptr); in LockExternalResource()
981MOS_OS_CHECK_CONDITION((bo->size <= 0 || resource->iPitch <= 0), "Invalid BO size or pitch", nullp… in LockExternalResource()
/external/intel-media-driver/media_driver/linux/common/os/
Dmos_graphicsresource_specific.cpp486MOS_OS_CHECK_CONDITION((m_systemShadow == nullptr), "Failed to allocate shadow surface", nullptr); in Lock()
492MOS_OS_CHECK_CONDITION((m_tileType != MOS_TILE_Y), "Unsupported tile type", nullptr); in Lock()
493MOS_OS_CHECK_CONDITION((boPtr->size <= 0 || m_pitch <= 0), "Invalid BO size or pitch", nullptr); in Lock()
Dmos_os_specific.c2417 MOS_OS_CHECK_CONDITION(GmmParams.Format == GMM_FORMAT_INVALID, in Mos_Specific_AllocateResource()
3028MOS_OS_CHECK_CONDITION((pOsResource->pSystemShadow == nullptr), "Failed to allocate shadow surface… in Mos_Specific_LockResource()
3033MOS_OS_CHECK_CONDITION((pOsResource->TileType != MOS_TILE_Y), "Unsupported tile type", nullptr); in Mos_Specific_LockResource()
3034MOS_OS_CHECK_CONDITION((bo->size <= 0 || pOsResource->iPitch <= 0), "Invalid BO size or pitch", nu… in Mos_Specific_LockResource()
3795MOS_OS_CHECK_CONDITION((eStatus != MOS_STATUS_SUCCESS), "Failed to copy command buffer", eStatus); in Mos_Specific_GetCommandBuffer()
3807MOS_OS_CHECK_CONDITION((eStatus != MOS_STATUS_SUCCESS), "Failed to copy command buffer", eStatus); in Mos_Specific_GetCommandBuffer()
/external/intel-media-driver/media_softlet/linux/common/os/private/
Dmos_os_specific.cpp1346MOS_OS_CHECK_CONDITION((osResource->pSystemShadow == nullptr), "Failed to allocate shadow surface"… in Mos_Specific_LockResource()
1351MOS_OS_CHECK_CONDITION((osResource->TileType != MOS_TILE_Y), "Unsupported tile type", nullptr); in Mos_Specific_LockResource()
1352MOS_OS_CHECK_CONDITION((bo->size <= 0 || osResource->iPitch <= 0), "Invalid BO size or pitch", nul… in Mos_Specific_LockResource()
1754MOS_OS_CHECK_CONDITION((eStatus != MOS_STATUS_SUCCESS), "Failed to copy command buffer", eStatus); in Mos_Specific_GetCommandBuffer()
1765MOS_OS_CHECK_CONDITION((eStatus != MOS_STATUS_SUCCESS), "Failed to copy command buffer", eStatus); in Mos_Specific_GetCommandBuffer()
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_util_debug.h1282 #define MOS_OS_CHECK_CONDITION(_condition, _str, _ret) \ macro
/external/intel-media-driver/media_softlet/linux/common/os/i915/
Dmos_bufmgr.c4915 MOS_OS_CHECK_CONDITION(ci == nullptr, "Invalid (nullptr) Pointer.", EINVAL); in mos_gem_set_context_param_load_balance()
4916MOS_OS_CHECK_CONDITION(count == 0, "Invalid input parameter. Number of engines must be > 0.", EINV… in mos_gem_set_context_param_load_balance()
/external/intel-media-driver/media_softlet/linux/common/os/i915_production/
Dmos_bufmgr.c4872 MOS_OS_CHECK_CONDITION(ci == nullptr, "Invalid (nullptr) Pointer.", EINVAL); in mos_gem_set_context_param_load_balance()
4873MOS_OS_CHECK_CONDITION(count == 0, "Invalid input parameter. Number of engines must be > 0.", EINV… in mos_gem_set_context_param_load_balance()