Searched refs:PFN_FETCH_FUNC (Results 1 – 7 of 7) sorted by relevance
98 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
1766 PFN_FETCH_FUNC JitFetchFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitFetchFunc()1770 PFN_FETCH_FUNC pfnFetch; in JitFetchFunc()1772 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()1794 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state) in JitCompileFetch()
73 PFN_FETCH_FUNC fsFunc;
301 PFN_FETCH_FUNC pfnFetchFunc);
229 PFN_FETCH_FUNC pfnFetchFunc; in OSALIGNLINE()
803 typedef void(__cdecl *PFN_FETCH_FUNC)(SWR_FETCH_CONTEXT& fetchInfo, simdvertex& out); typedef
517 PFN_FETCH_FUNC pfnFetchFunc) in SwrSetFetchFunc()