Searched refs:pdc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c98 char *pdc = pd; local in function:_fs_convert_props
125 dprop->name = MakeAtom(&pdc[local_off.name.position],
136 dprop->value = (INT32) MakeAtom(&pdc[local_off.value.position],
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c100 char *pdc = pd; local in function:_fs_convert_props
127 dprop->name = MakeAtom(&pdc[local_off.name.position],
138 dprop->value = (INT32) MakeAtom(&pdc[local_off.value.position],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp1107 typedef void* (*PFN_TRANSLATEGFXADDRESS_FUNC)(void* pdc, gfxptr_t va, bool* out_pbNullTileAccessed, void* pWorkerData);
1114 void* pdc,
1128 T* addr = (T*)pfnTranslate(pdc, indexPtr, nullptr, pWorkerData);
1144 void* pdc,
1148 GetSimdValidIndicesGfx<uint8_t>(indices, lastIndex, vWidth, pfnTranslate, pdc, outIndices, pWorkerData);
1155 void* pdc,
1159 GetSimdValidIndicesGfx<uint16_t>(indices, lastIndex, vWidth, pfnTranslate, pdc, outIndices, pWorkerData);
1110 GetSimdValidIndicesGfx(gfxptr_t indices,gfxptr_t lastIndex,uint32_t vWidth,PFN_TRANSLATEGFXADDRESS_FUNC pfnTranslate,void * pdc,uint32_t * outIndices,void * pWorkerData) argument
1140 GetSimdValid8bitIndicesGfx(gfxptr_t indices,gfxptr_t lastIndex,uint32_t vWidth,PFN_TRANSLATEGFXADDRESS_FUNC pfnTranslate,void * pdc,uint32_t * outIndices,void * pWorkerData) argument
1151 GetSimdValid16bitIndicesGfx(gfxptr_t indices,gfxptr_t lastIndex,uint32_t vWidth,PFN_TRANSLATEGFXADDRESS_FUNC pfnTranslate,void * pdc,uint32_t * outIndices,void * pWorkerData) argument
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis.h1514 int pdc; member in struct:_pdctable
H A Dsis_driver.c3017 /* Basically, we can't trust the pdc register if sisfb is loaded */
3050 /* We can trust the pdc value if sisfb is of recent version */
5746 * trust the pdc register value. If sisfb saved the pdc for
5784 PCI_SUB_DEVICE_ID(pSiS->PciInfo), mypdctable[i].pdc);
5786 pSiS->PDC = mypdctable[i].pdc;

Completed in 25 milliseconds