Searched refs:JITCALL (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Djit_api.h45 #define JITCALL __stdcall macro
47 #define JITCALL macro
73 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core);
77 void JITCALL JitDestroyContext(HANDLE hJitContext);
84 ShaderInfo* JITCALL JitCompileShader(HANDLE hJitContext, const JIT_COMPILE_INPUT& input);
86 ShaderInfo* JITCALL JitGetShader(HANDLE hJitContext, const char* name);
92 void JITCALL JitDestroyShader(HANDLE hJitContext, ShaderInfo*& pShaderInfo);
98 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
104 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
110 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlen
[all...]
H A Dstreamout_jit.cpp359 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr,
H A DJitManager.cpp538 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core)
545 void JITCALL JitDestroyContext(HANDLE hJitContext)
H A Dblend_jit.cpp913 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr,
H A Dfetch_jit.cpp2322 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Djit_api.h45 #define JITCALL __stdcall macro
47 #define JITCALL macro
73 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core);
77 void JITCALL JitDestroyContext(HANDLE hJitContext);
84 ShaderInfo* JITCALL JitCompileShader(HANDLE hJitContext, const JIT_COMPILE_INPUT& input);
90 void JITCALL JitDestroyShader(HANDLE hJitContext, ShaderInfo*& pShaderInfo);
96 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
102 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
108 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
H A DJitManager.cpp514 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core)
521 void JITCALL JitDestroyContext(HANDLE hJitContext)
H A Dstreamout_jit.cpp358 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr,
H A Dblend_jit.cpp909 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr,
H A Dfetch_jit.cpp2236 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state)

Completed in 14 milliseconds