Searched defs:pContext (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dthreads.h50 SWR_CONTEXT* pContext; member in struct:THREAD_DATA
H A Dbackend_clear.cpp160 SWR_CONTEXT* pContext = pDC->pContext; local in function:ProcessClearBE
[all...]
H A Dtilemgr.cpp91 HOTTILE* HotTileMgr::GetHotTile(SWR_CONTEXT* pContext, argument
213 HOTTILE* HotTileMgr::GetHotTileNoLoad(SWR_CONTEXT* pContext, argument
340 void HotTileMgr::InitializeHotTiles(SWR_CONTEXT* pContext, argument
[all...]
H A Dbackend.cpp53 SWR_CONTEXT* pContext = pDC->pContext; local in function:ProcessComputeBE
119 SWR_CONTEXT* pContext = pDC->pContext; local in function:ProcessStoreTileBE
219 SWR_CONTEXT* pContext = pDC->pContext; local in function:ProcessDiscardInvalidateTilesBE
[all...]
H A Dbackend_impl.h1018 SWR_CONTEXT* pContext = pDC->pContext; local in function:BackendPixelRate
H A Dthreads.cpp311 void bindThread(SWR_CONTEXT* pContext, argument
377 uint32_t GetEnqueuedDraw(SWR_CONTEXT* pContext) argument
383 DRAW_CONTEXT* GetDC(SWR_CONTEXT* pContext, uint32_t drawId) argument
398 bool CheckDependency(SWR_CONTEXT* pContext, DRAW_CONTEX argument
403 CheckDependencyFE(SWR_CONTEXT * pContext,DRAW_CONTEXT * pDC,uint32_t lastRetiredDraw) argument
410 UpdateClientStats(SWR_CONTEXT * pContext,uint32_t workerId,DRAW_CONTEXT * pDC) argument
433 ExecuteCallbacks(SWR_CONTEXT * pContext,uint32_t workerId,DRAW_CONTEXT * pDC) argument
450 CompleteDrawContextInl(SWR_CONTEXT * pContext,uint32_t workerId,DRAW_CONTEXT * pDC) argument
481 CompleteDrawContext(SWR_CONTEXT * pContext,DRAW_CONTEXT * pDC) argument
486 FindFirstIncompleteDraw(SWR_CONTEXT * pContext,uint32_t workerId,uint32_t & curDrawBE,uint32_t & drawEnqueued) argument
535 WorkOnFifoBE(SWR_CONTEXT * pContext,uint32_t workerId,uint32_t & curDrawBE,TileSet & lockedTiles,uint32_t numaNode,uint32_t numaMask) argument
674 CompleteDrawFE(SWR_CONTEXT * pContext,uint32_t workerId,DRAW_CONTEXT * pDC) argument
723 WorkOnFifoFE(SWR_CONTEXT * pContext,uint32_t workerId,uint32_t & curDrawFE) argument
777 WorkOnCompute(SWR_CONTEXT * pContext,uint32_t workerId,uint32_t & curDrawBE) argument
821 BindApiThread(SWR_CONTEXT * pContext,uint32_t apiThreadId) argument
849 SWR_CONTEXT* pContext = pThreadData->pContext; local in function:workerThreadMain
985 InitPerThreadStats(SWR_CONTEXT * pContext,uint32_t numThreads) argument
1000 CreateThreadPool(SWR_CONTEXT * pContext,THREAD_POOL * pPool) argument
1356 StartThreadPool(SWR_CONTEXT * pContext,THREAD_POOL * pPool) argument
1374 DestroyThreadPool(SWR_CONTEXT * pContext,THREAD_POOL * pPool) argument
[all...]
H A Dapi.cpp58 void WakeAllThreads(SWR_CONTEXT* pContext) argument
73 SWR_CONTEXT* pContext = new (pContextMem) SWR_CONTEXT(); local in function:SwrCreateContext
225 QueueWork(SWR_CONTEXT * pContext) argument
292 QueueDraw(SWR_CONTEXT * pContext) argument
297 QueueDispatch(SWR_CONTEXT * pContext) argument
302 GetDrawContext(SWR_CONTEXT * pContext,bool isSplitDraw=false) argument
397 GetDrawState(SWR_CONTEXT * pContext) argument
407 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrDestroyContext
457 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrBindApiThread
463 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrSaveState
472 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrRestoreState
479 SetupDefaultState(SWR_CONTEXT * pContext) argument
499 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrSync
523 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrStallBE
531 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrWaitForIdle
545 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrWaitForIdleFE
724 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrSetRastState
737 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrSetViewports
1173 SWR_CONTEXT* pContext = GetContext(hContext); local in function:DrawInstanced
1307 SWR_CONTEXT* pContext = GetContext(hContext); local in function:DrawIndexedInstance
1464 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrInvalidateTiles
1495 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrDiscardRect
1530 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrDispatch
1565 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrStoreTiles
1607 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrClearRenderTarget
1639 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrGetPrivateContextState
1662 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrAllocDrawContextMemory
1674 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrEnableStatsFE
1686 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrEnableStatsBE
1697 SWR_CONTEXT* pContext = GetContext(hContext); local in function:SwrEndFrame
[all...]
H A Dcontext.h425 SWR_CONTEXT* pContext; member in struct:DRAW_CONTEXT
H A Dfrontend.cpp60 void ProcessSync(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData) argument
76 void ProcessShutdown(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData) argument
103 void ProcessClear(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData) argument
136 void ProcessStoreTiles(SWR_CONTEXT* pContext, DRAW_CONTEX argument
173 ProcessDiscardInvalidateTiles(SWR_CONTEXT * pContext,DRAW_CONTEXT * pDC,uint32_t workerId,void * pUserData) argument
1251 AllocateTessellationData(SWR_CONTEXT * pContext) argument
1657 ProcessDraw(SWR_CONTEXT * pContext,DRAW_CONTEXT * pDC,uint32_t workerId,void * pUserData) argument
[all...]
H A Drasterizer_impl.h1434 SWR_CONTEXT* pContext = pDC->pContext; local in function:GetRenderHotTiles
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c236 int I810XvMCCreateContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
377 void I810XvMCDestroyContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_hwmc.c59 static int create_context(ScrnInfoPtr scrn, XvMCContextPtr pContext, argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c236 int I810XvMCCreateContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
377 void I810XvMCDestroyContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_hwmc.c59 static int create_context(ScrnInfoPtr scrn, XvMCContextPtr pContext, argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c238 int I810XvMCCreateContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
379 void I810XvMCDestroyContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext) argument
H A Di915_hwmc.c414 static int i915_xvmc_create_context (ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
716 i915_xvmc_destroy_context(ScrnInfoPtr pScrn,XvMCContextPtr pContext) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.c83 xf86XvMCDestroyContext ( XvMCContextPtr pContext) argument
66 xf86XvMCCreateContext(XvPortPtr pPort,XvMCContextPtr pContext,int * num_priv,CARD32 ** priv) argument
99 XvMCContextPtr pContext = pSurface->context; local in function:xf86XvMCCreateSurface
110 XvMCContextPtr pContext = pSurface->context; local in function:xf86XvMCDestroySurface
125 XvMCContextPtr pContext = pSubpicture->context; local in function:xf86XvMCCreateSubpicture
136 XvMCContextPtr pContext = pSubpicture->context; local in function:xf86XvMCDestroySubpicture
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.c76 xf86XvMCDestroyContext(XvMCContextPtr pContext) argument
61 xf86XvMCCreateContext(XvPortPtr pPort,XvMCContextPtr pContext,int * num_priv,CARD32 ** priv) argument
88 XvMCContextPtr pContext = pSurface->context; local in function:xf86XvMCCreateSurface
101 XvMCContextPtr pContext = pSurface->context; local in function:xf86XvMCDestroySurface
113 XvMCContextPtr pContext = pSubpicture->context; local in function:xf86XvMCCreateSubpicture
124 XvMCContextPtr pContext = pSubpicture->context; local in function:xf86XvMCDestroySubpicture
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c232 int SAVAGEXvMCCreateContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
366 void SAVAGEXvMCDestroyContext (ScrnInfoPtr pScrn, XvMCContextPtr pContext) argument
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmc.c67 XvMCContextPtr pContext = (XvMCContextPtr)data; local in function:XvMCDestroyContextRes
84 XvMCContextPtr pContext = pSurface->context; local in function:XvMCDestroySurfaceRes
100 XvMCContextPtr pContext = pSubpict->context; local in function:XvMCDestroySubpictureRes
185 XvMCContextPtr pContext; local in function:ProcXvMCCreateContext
291 XvMCContextPtr pContext; local in function:ProcXvMCCreateSurface
360 XvMCContextPtr pContext; local in function:ProcXvMCCreateSubpicture
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmc.c66 XvMCContextPtr pContext = (XvMCContextPtr) data; local in function:XvMCDestroyContextRes
84 XvMCContextPtr pContext = pSurface->context; local in function:XvMCDestroySurfaceRes
99 XvMCContextPtr pContext = pSubpict->context; local in function:XvMCDestroySubpictureRes
192 XvMCContextPtr pContext; local in function:ProcXvMCCreateContext
304 XvMCContextPtr pContext; local in function:ProcXvMCCreateSurface
382 XvMCContextPtr pContext; local in function:ProcXvMCCreateSubpicture
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c430 ViaXvMCCreateContext(ScrnInfoPtr pScrn, XvMCContextPtr pContext, argument
681 ViaXvMCDestroyContext(ScrnInfoPtr pScrn, XvMCContextPtr pContext) argument
720 XvMCContextPtr pContext = pSurf->context; local in function:ViaXvMCDestroySurface
754 XvMCContextPtr pContext = pSubp->context; local in function:ViaXvMCDestroySubpicture
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c105 RecordContextPtr pContext; /* context that owns this RCAP */ member in struct:_RecordClientsAndProtocolRec
208 RecordFindContextOnAllContexts(RecordContextPtr pContext) argument
241 RecordFlushReplyBuffer(RecordContextPtr pContext,pointer data1,int len1,pointer data2,int len2) argument
292 RecordAProtocolElement(RecordContextPtr pContext,ClientPtr pClient,int category,pointer data,int datalen,int futurelen) argument
432 RecordFindClientOnContext(RecordContextPtr pContext,XID clientspec,int * pposition) argument
473 RecordABigRequest(RecordContextPtr pContext,ClientPtr client,xReq * stuff) argument
524 RecordContextPtr pContext; local in function:RecordARequest
605 RecordContextPtr pContext; local in function:RecordAReply
688 RecordContextPtr pContext; local in function:RecordADeliveredEventOrError
737 RecordSendProtocolEvents(RecordClientsAndProtocolPtr pRCAP,RecordContextPtr pContext,xEvent * pev,int count) argument
807 RecordContextPtr pContext; local in function:RecordADeviceEvent
858 RecordContextPtr pContext; local in function:RecordFlushAllContexts
1014 RecordContextPtr pContext = ppAllContexts[c]; local in function:RecordUninstallHooks
1092 RecordContextPtr pContext = pRCAP->pContext; local in function:RecordDeleteClientFromRCAP
1177 RecordDeleteClientFromContext(RecordContextPtr pContext,XID clientspec) argument
1360 RecordSanityCheckRegisterClients(RecordContextPtr pContext,ClientPtr client,xRecordRegisterClientsReq * stuff) argument
1617 RecordRegisterClients(RecordContextPtr pContext,ClientPtr client,xRecordRegisterClientsReq * stuff) argument
1917 RecordContextPtr pContext; local in function:ProcRecordCreateContext
1970 RecordContextPtr pContext; local in function:ProcRecordRegisterClients
1983 RecordContextPtr pContext; local in function:ProcRecordUnregisterClients
2222 RecordContextPtr pContext; local in function:ProcRecordGetContext
2368 RecordContextPtr pContext; local in function:ProcRecordEnableContext
2444 RecordDisableContext(RecordContextPtr pContext) argument
2483 RecordContextPtr pContext; local in function:ProcRecordDisableContext
2509 RecordContextPtr pContext = (RecordContextPtr)value; local in function:RecordDeleteContext
2548 RecordContextPtr pContext; local in function:ProcRecordFreeContext
2763 RecordConnectionSetupInfo(RecordContextPtr pContext,NewClientInfoRec * pci) argument
2830 RecordContextPtr pContext = ppAllContexts[i]; local in function:RecordAClientStateChange
2854 RecordContextPtr pContext = ppAllContextsCopy[i]; local in function:RecordAClientStateChange
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c105 RecordContextPtr pContext; /* context that owns this RCAP */ member in struct:_RecordClientsAndProtocolRec
203 RecordFindContextOnAllContexts(RecordContextPtr pContext) argument
234 RecordFlushReplyBuffer(RecordContextPtr pContext,void * data1,int len1,void * data2,int len2) argument
281 RecordAProtocolElement(RecordContextPtr pContext,ClientPtr pClient,int category,void * data,int datalen,int padlen,int futurelen) argument
417 RecordFindClientOnContext(RecordContextPtr pContext,XID clientspec,int * pposition) argument
452 RecordABigRequest(RecordContextPtr pContext,ClientPtr client,xReq * stuff) argument
503 RecordContextPtr pContext; local in function:RecordARequest
581 RecordContextPtr pContext; local in function:RecordAReply
662 RecordContextPtr pContext; local in function:RecordADeliveredEventOrError
707 RecordSendProtocolEvents(RecordClientsAndProtocolPtr pRCAP,RecordContextPtr pContext,xEvent * pev,int count) argument
772 RecordContextPtr pContext; local in function:RecordADeviceEvent
818 RecordContextPtr pContext; local in function:RecordFlushAllContexts
963 RecordContextPtr pContext = ppAllContexts[c]; local in function:RecordUninstallHooks
1037 RecordContextPtr pContext = pRCAP->pContext; local in function:RecordDeleteClientFromRCAP
1118 RecordDeleteClientFromContext(RecordContextPtr pContext,XID clientspec) argument
1294 RecordSanityCheckRegisterClients(RecordContextPtr pContext,ClientPtr client,xRecordRegisterClientsReq * stuff) argument
1540 RecordRegisterClients(RecordContextPtr pContext,ClientPtr client,xRecordRegisterClientsReq * stuff) argument
1850 RecordContextPtr pContext; local in function:ProcRecordCreateContext
1899 RecordContextPtr pContext; local in function:ProcRecordRegisterClients
1912 RecordContextPtr pContext; local in function:ProcRecordUnregisterClients
2137 RecordContextPtr pContext; local in function:ProcRecordGetContext
2289 RecordContextPtr pContext; local in function:ProcRecordEnableContext
2363 RecordDisableContext(RecordContextPtr pContext) argument
2400 RecordContextPtr pContext; local in function:ProcRecordDisableContext
2426 RecordContextPtr pContext = (RecordContextPtr) value; local in function:RecordDeleteContext
2461 RecordContextPtr pContext; local in function:ProcRecordFreeContext
2657 RecordConnectionSetupInfo(RecordContextPtr pContext,NewClientInfoRec * pci) argument
2724 RecordContextPtr pContext = ppAllContexts[i]; local in function:RecordAClientStateChange
2750 RecordContextPtr pContext = ppAllContextsCopy[i]; local in function:RecordAClientStateChange
[all...]

Completed in 34 milliseconds