Home
last modified time | relevance | path

Searched refs:PFN_BLEND_JIT_FUNC (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_api.h113 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
Dblend_jit.cpp821 PFN_BLEND_JIT_FUNC JitBlendFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitBlendFunc()
825 PFN_BLEND_JIT_FUNC pfnBlend; in JitBlendFunc()
826 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
837 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr, const BLEND_COMPILE_STATE& st… in JitCompileBlend()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h297 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS]; in OSALIGNLINE()
346 … const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS], simdscalar&, simdscalar const &);
Dapi.h498 PFN_BLEND_JIT_FUNC pfnBlendFunc);
Dstate.h892 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(const SWR_BLEND_STATE*, typedef
Dbackend_impl.h714 …const PFN_BLEND_JIT_FUNC (&pfnBlendFunc)[SWR_NUM_RENDERTARGETS], simdscalar &coverageMask, simdsca…
780 …const PFN_BLEND_JIT_FUNC(&pfnBlendFunc)[SWR_NUM_RENDERTARGETS], simdscalar &coverageMask, simdscal…
Dapi.cpp719 PFN_BLEND_JIT_FUNC pfnBlendFunc) in SwrSetBlendFunc()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h165 std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
Dswr_context.cpp485 new std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC>; in swr_create_context()
Dswr_state.cpp1714 PFN_BLEND_JIT_FUNC func = NULL; in swr_update_derived()