Searched refs:hJitContext (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Djit_api.h77 void JITCALL JitDestroyContext(HANDLE hJitContext);
81 /// @param hJitContext - Jit Context
84 ShaderInfo* JITCALL JitCompileShader(HANDLE hJitContext, const JIT_COMPILE_INPUT& input);
86 ShaderInfo* JITCALL JitGetShader(HANDLE hJitContext, const char* name);
90 /// @param hJitContext - Jit Context
92 void JITCALL JitDestroyShader(HANDLE hJitContext, ShaderInfo*& pShaderInfo);
96 /// @param hJitContext - Jit Context
98 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
102 /// @param hJitContext - Jit Context
104 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, cons
[all...]
H A DJitManager.cpp545 void JITCALL JitDestroyContext(HANDLE hJitContext) argument
549 delete reinterpret_cast<JitManager*>(hJitContext);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Djit_api.h77 void JITCALL JitDestroyContext(HANDLE hJitContext);
81 /// @param hJitContext - Jit Context
84 ShaderInfo* JITCALL JitCompileShader(HANDLE hJitContext, const JIT_COMPILE_INPUT& input);
88 /// @param hJitContext - Jit Context
90 void JITCALL JitDestroyShader(HANDLE hJitContext, ShaderInfo*& pShaderInfo);
94 /// @param hJitContext - Jit Context
96 PFN_FETCH_FUNC JITCALL JitCompileFetch(HANDLE hJitContext, const FETCH_COMPILE_STATE& state);
100 /// @param hJitContext - Jit Context
102 PFN_SO_FUNC JITCALL JitCompileStreamout(HANDLE hJitContext, const STREAMOUT_COMPILE_STATE& state);
106 /// @param hJitContext
[all...]
H A DJitManager.cpp521 void JITCALL JitDestroyContext(HANDLE hJitContext) argument
525 delete reinterpret_cast<JitManager*>(hJitContext);

Completed in 6 milliseconds