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/
Dswr_state.h82 PFN_FETCH_FUNC fsFunc {NULL};
86 std::unordered_map<swr_jit_fetch_key, PFN_FETCH_FUNC> map;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_api.h101 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
Dfetch_jit.cpp2903 PFN_FETCH_FUNC JitFetchFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitFetchFunc()
2907 PFN_FETCH_FUNC pfnFetch; in JitFetchFunc()
2910 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()
2935 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state) in JitCompileFetch()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h880 typedef void(__cdecl *PFN_FETCH_FUNC)(HANDLE hPrivateData, SWR_FETCH_CONTEXT& fetchInfo, simd16vert… typedef
882 typedef void(__cdecl *PFN_FETCH_FUNC)(HANDLE hPrivateData, SWR_FETCH_CONTEXT& fetchInfo, simdvertex… typedef
Dcontext.h234 PFN_FETCH_FUNC pfnFetchFunc; in OSALIGNLINE()
Dapi.h347 PFN_FETCH_FUNC pfnFetchFunc);
Dapi.cpp560 PFN_FETCH_FUNC pfnFetchFunc) in SwrSetFetchFunc()