Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h299 PFN_CALLBACK_FUNC pfnFunc,
440 PFN_HS_FUNC pfnFunc);
448 PFN_DS_FUNC pfnFunc);
Dapi.cpp473 void SwrSync(HANDLE hContext, PFN_CALLBACK_FUNC pfnFunc, uint64_t userData, uint64_t userData2, uin… in SwrSync() argument
475 SWR_ASSERT(pfnFunc != nullptr); in SwrSync()
486 pDC->retireCallback.pfnCallbackFunc = pfnFunc; in SwrSync()
659 PFN_HS_FUNC pfnFunc) in SwrSetHsFunc() argument
662 pApiState->pfnHsFunc = pfnFunc; in SwrSetHsFunc()
667 PFN_DS_FUNC pfnFunc) in SwrSetDsFunc() argument
670 pApiState->pfnDsFunc = pfnFunc; in SwrSetDsFunc()