Home
last modified time | relevance | path

Searched refs:JITCALL (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
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 JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
DJitManager.cpp532 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core) in JitCreateContext()
539 void JITCALL JitDestroyContext(HANDLE hJitContext) in JitDestroyContext()
Dstreamout_jit.cpp359 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr, in JitCompileStreamout()
Dblend_jit.cpp911 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr, in JitCompileBlend()
Dfetch_jit.cpp2322 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state) in JitCompileFetch()