Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp326 PFN_SO_FUNC JitStreamoutFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitStreamoutFunc()
330 PFN_SO_FUNC pfnStreamOut; in JitStreamoutFunc()
331 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
342 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr, const STREAMOUT_COMPILE_STATE& s… in JitCompileStreamout()
Djit_api.h107 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h59 PFN_SO_FUNC soFunc[PIPE_PRIM_MAX] {0};
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h254 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE()
Dapi.h356 PFN_SO_FUNC pfnSoFunc,
Dstate.h889 typedef void(__cdecl *PFN_SO_FUNC)(SWR_STREAMOUT_CONTEXT& soContext); typedef
Dapi.cpp569 PFN_SO_FUNC pfnSoFunc, in SwrSetSoFunc()