Searched refs:GENOS_OS_CHK_HR (Results 1 – 2 of 2) sorted by relevance
288 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()
311 #define GENOS_OS_CHK_HR(_ptr) \ macro