Home
last modified time | relevance | path

Searched refs:GENOS_OS_CHK_HR (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_interface.c288 GENOS_OS_CHK_HR(Ctx_WaitAndReleaseCmdBuffer(pOsContext, i)); in Ctx_ReleaseCmdBufferPool()
305 GENOS_OS_CHK_HR(Ctx_WaitAndReleaseCmdBuffer(pOsContext, index)); in Ctx_WaitForAvailableCmdBo()
320 GENOS_OS_CHK_HR(Ctx_WaitForAvailableCmdBo(pOsContext)); in Ctx_InsertCmdBufferToPool()
930 GENOS_OS_CHK_HR(pOsContext->pfnInsertCmdBufferToPool in IntelGen_OsGetCommandBuffer()
951 GENOS_OS_CHK_HR(pOsInterface->pfnRegisterResource(pOsInterface, in IntelGen_OsGetCommandBuffer()
1603 GENOS_OS_CHK_HR(pOsInterface->pfnUnlockResource in IntelGen_OsWaitOnResource()
H A Dos_util_debug.h311 #define GENOS_OS_CHK_HR(_ptr) \ macro