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 | 110 PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
|
D | blend_jit.cpp | 894 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/ |
D | context.h | 319 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS]; in OSALIGNLINE() 377 const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS],
|
D | api.h | 508 void, SwrSetBlendFunc, HANDLE hContext, uint32_t renderTarget, PFN_BLEND_JIT_FUNC pfnBlendFunc);
|
D | state.h | 913 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(SWR_BLEND_CONTEXT*); typedef
|
D | backend_impl.h | 922 const PFN_BLEND_JIT_FUNC (&pfnBlendFunc)[SWR_NUM_RENDERTARGETS],
|
D | api.cpp | 724 void SwrSetBlendFunc(HANDLE hContext, uint32_t renderTarget, PFN_BLEND_JIT_FUNC pfnBlendFunc) in SwrSetBlendFunc()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.h | 190 std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
|
D | swr_context.cpp | 502 new std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC>; in swr_create_context()
|
D | swr_state.cpp | 1969 PFN_BLEND_JIT_FUNC func = NULL; in swr_update_derived()
|