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.cpp894 PFN_BLEND_JIT_FUNC JitBlendFunc(HANDLE hJitMgr, const HANDLE hFunc) in JitBlendFunc()
898 PFN_BLEND_JIT_FUNC pfnBlend; in JitBlendFunc()
899 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
911 extern "C" PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitMgr, in JitCompileBlend()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h319 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS]; in OSALIGNLINE()
377 const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS],
Dapi.h508 void, SwrSetBlendFunc, HANDLE hContext, uint32_t renderTarget, PFN_BLEND_JIT_FUNC pfnBlendFunc);
Dstate.h913 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(SWR_BLEND_CONTEXT*); typedef
Dbackend_impl.h922 const PFN_BLEND_JIT_FUNC (&pfnBlendFunc)[SWR_NUM_RENDERTARGETS],
Dapi.cpp724 void SwrSetBlendFunc(HANDLE hContext, uint32_t renderTarget, PFN_BLEND_JIT_FUNC pfnBlendFunc) in SwrSetBlendFunc()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h190 std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
Dswr_context.cpp502 new std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC>; in swr_create_context()
Dswr_state.cpp1969 PFN_BLEND_JIT_FUNC func = NULL; in swr_update_derived()