Home
last modified time | relevance | path

Searched refs:PFN_FETCH_FUNC (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_api.h98 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
Dfetch_jit.cpp2290 PFN_FETCH_FUNC JitFetchFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitFetchFunc()
2294 PFN_FETCH_FUNC pfnFetch; in JitFetchFunc()
2297 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()
2322 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state) in JitCompileFetch()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h104 PFN_FETCH_FUNC fsFunc {NULL};
108 std::unordered_map<swr_jit_fetch_key, PFN_FETCH_FUNC> map;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h901 typedef void(__cdecl *PFN_FETCH_FUNC)(HANDLE hPrivateData, HANDLE hWorkerPrivateData, SWR_FETCH_CON… typedef
903 typedef void(__cdecl *PFN_FETCH_FUNC)(HANDLE hPrivateData, HANDLE hWorkerPrivateData, SWR_FETCH_CON… typedef
Dcontext.h255 PFN_FETCH_FUNC pfnFetchFunc; in OSALIGNLINE()
Dapi.h391 SWR_FUNC(void, SwrSetFetchFunc, HANDLE hContext, PFN_FETCH_FUNC pfnFetchFunc);
Dapi.cpp593 void SwrSetFetchFunc(HANDLE hContext, PFN_FETCH_FUNC pfnFetchFunc) in SwrSetFetchFunc()