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.h110 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
Dblend_jit.cpp818 PFN_BLEND_JIT_FUNC JitBlendFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitBlendFunc()
822 PFN_BLEND_JIT_FUNC pfnBlend; in JitBlendFunc()
823 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
834 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.h290 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS]; in OSALIGNLINE()
339 … const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS], simdscalar&, simdscalar);
Dapi.h447 PFN_BLEND_JIT_FUNC pfnBlendFunc);
Dstate.h812 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(const SWR_BLEND_STATE*, typedef
Dbackend.h696 …const PFN_BLEND_JIT_FUNC (&pfnBlendFunc)[SWR_NUM_RENDERTARGETS], simdscalar &coverageMask, simdsca…
757 …const PFN_BLEND_JIT_FUNC(&pfnBlendFunc)[SWR_NUM_RENDERTARGETS], simdscalar &coverageMask, simdscal…
Dapi.cpp672 PFN_BLEND_JIT_FUNC pfnBlendFunc) in SwrSetBlendFunc()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h156 std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
Dswr_context.cpp456 new std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC>; in swr_create_context()
Dswr_state.cpp1454 PFN_BLEND_JIT_FUNC func = NULL; in swr_update_derived()