Home
last modified time | relevance | path

Searched refs:hJitContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_api.h77 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.cpp539 void JITCALL JitDestroyContext(HANDLE hJitContext) in JitDestroyContext() argument
543 delete reinterpret_cast<JitManager*>(hJitContext); in JitDestroyContext()