Searched refs:JITCALL (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | jit_api.h | 45 #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 D | streamout_jit.cpp | 359 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr,
|
| H A D | JitManager.cpp | 538 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core) 545 void JITCALL JitDestroyContext(HANDLE hJitContext)
|
| H A D | blend_jit.cpp | 913 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr,
|
| H A D | fetch_jit.cpp | 2322 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 D | jit_api.h | 45 #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 D | JitManager.cpp | 514 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core) 521 void JITCALL JitDestroyContext(HANDLE hJitContext)
|
| H A D | streamout_jit.cpp | 358 extern "C" PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitMgr,
|
| H A D | blend_jit.cpp | 909 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr,
|
| H A D | fetch_jit.cpp | 2236 extern "C" PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitMgr, const FETCH_COMPILE_STATE& state)
|
Completed in 14 milliseconds