Searched refs:PFN_BLEND_JIT_FUNC (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | jit_api.h | 113 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
|
D | blend_jit.cpp | 821 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/ |
D | context.h | 297 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS]; in OSALIGNLINE() 346 … const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS], simdscalar&, simdscalar const &);
|
D | api.h | 498 PFN_BLEND_JIT_FUNC pfnBlendFunc);
|
D | state.h | 892 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(const SWR_BLEND_STATE*, typedef
|
D | backend_impl.h | 714 …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…
|
D | api.cpp | 719 PFN_BLEND_JIT_FUNC pfnBlendFunc) in SwrSetBlendFunc()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.h | 165 std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
|
D | swr_context.cpp | 485 new std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC>; in swr_create_context()
|
D | swr_state.cpp | 1714 PFN_BLEND_JIT_FUNC func = NULL; in swr_update_derived()
|