HomeSort by relevance Sort by last modified time
    Searched refs:PFN_SO_FUNC (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
jit_api.h 104 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
streamout_jit.cpp 268 // typedef void(__cdecl *PFN_SO_FUNC)(SWR_STREAMOUT_CONTEXT*)
324 /// @return PFN_SO_FUNC - pointer to SOS function
325 PFN_SO_FUNC JitStreamoutFunc(HANDLE hJitMgr, const HANDLE hFunc)
329 PFN_SO_FUNC pfnStreamOut;
330 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
341 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr, const STREAMOUT_COMPILE_STATE& state)
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 58 PFN_SO_FUNC soFunc[PIPE_PRIM_MAX] {0};
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 310 PFN_SO_FUNC pfnSoFunc,
context.h 247 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS];
state.h 809 typedef void(__cdecl *PFN_SO_FUNC)(SWR_STREAMOUT_CONTEXT& soContext);
    [all...]
api.cpp 526 PFN_SO_FUNC pfnSoFunc,
    [all...]

Completed in 1001 milliseconds