Home
last modified time | relevance | path

Searched refs:JitCompileBlend (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_api.h110 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
Dblend_jit.cpp834 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr, const BLEND_COMPILE_STATE& st… in JitCompileBlend() function
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1460 func = JitCompileBlend(hJitMgr, compileState); in swr_update_derived()