Searched refs:PFN_SO_FUNC (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | streamout_jit.cpp | 339 PFN_SO_FUNC JitStreamoutFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitStreamoutFunc() 343 PFN_SO_FUNC pfnStreamOut; in JitStreamoutFunc() 344 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc() 359 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr, in JitCompileStreamout()
|
D | jit_api.h | 104 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 64 PFN_SO_FUNC soFunc[PIPE_PRIM_MAX] {0};
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | context.h | 274 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE()
|
D | api.h | 398 SWR_FUNC(void, SwrSetSoFunc, HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex);
|
D | state.h | 910 typedef void(__cdecl *PFN_SO_FUNC)(HANDLE hPrivateData, HANDLE hWorkerPrivateData, SWR_STREAMOUT_CO… typedef
|
D | api.cpp | 600 void SwrSetSoFunc(HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex) in SwrSetSoFunc()
|