Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h349 PFN_CALLBACK_FUNC pfnFunc,
464 SWR_FUNC(void, SwrSetHsFunc, HANDLE hContext, PFN_HS_FUNC pfnFunc);
470 SWR_FUNC(void, SwrSetDsFunc, HANDLE hContext, PFN_DS_FUNC pfnFunc);
Dapi.cpp508 PFN_CALLBACK_FUNC pfnFunc, in SwrSync() argument
513 SWR_ASSERT(pfnFunc != nullptr); in SwrSync()
524 pDC->retireCallback.pfnCallbackFunc = pfnFunc; in SwrSync()
679 void SwrSetHsFunc(HANDLE hContext, PFN_HS_FUNC pfnFunc) in SwrSetHsFunc() argument
682 pApiState->pfnHsFunc = pfnFunc; in SwrSetHsFunc()
685 void SwrSetDsFunc(HANDLE hContext, PFN_DS_FUNC pfnFunc) in SwrSetDsFunc() argument
688 pApiState->pfnDsFunc = pfnFunc; in SwrSetDsFunc()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp790 auto pfnFunc = in VROUND_EMU() local
795 return cast<Instruction>(B->CALL2(pfnFunc, vf32Src, i8Round)); in VROUND_EMU()
802 auto v8f32ResLo = B->CALL2(pfnFunc, v8f32SrcLo, i8Round); in VROUND_EMU()
803 auto v8f32ResHi = B->CALL2(pfnFunc, v8f32SrcHi, i8Round); in VROUND_EMU()
832 auto pfnFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VCONVERT_EMU() local
834 return cast<Instruction>(B->CALL(pfnFunc, vf32Src)); in VCONVERT_EMU()