Home
last modified time | relevance | path

Searched refs:ppci (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c61 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in fbPolyGlyphBlt() argument
94 pci = *ppci++; in fbPolyGlyphBlt()
129 CharInfoPtr *ppci; in fbImageGlyphBlt() local
170 ppci = ppciInit; in fbImageGlyphBlt()
174 widthBack += (*ppci++)->metrics.characterWidth; in fbImageGlyphBlt()
194 ppci = ppciInit; in fbImageGlyphBlt()
196 pci = *ppci++; in fbImageGlyphBlt()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c84 …Ptr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, /* array of chara… in miPolyGlyphBlt() argument
142 pci = *ppci++; in miPolyGlyphBlt()
185 …Ptr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, /* array of charac… in miImageGlyphBlt() argument
195 xfont2_query_glyph_extents(pGC->font, ppci, (unsigned long) nglyph, &info); in miImageGlyphBlt()
224 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in miImageGlyphBlt()
H A Dmi.h268 CharInfoPtr *ppci,
277 CharInfoPtr *ppci,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_glyphblt.c43 CharInfoPtr *ppci, void *pglyph_base) in glamor_poly_glyph_blt_gl() argument
87 CharInfoPtr charinfo = ppci[n]; in glamor_poly_glyph_blt_gl()
156 CharInfoPtr *ppci, void *pglyph_base) in glamor_poly_glyph_blt() argument
159 glamor_poly_glyph_blt_gl(drawable, gc, start_x, y, nglyph, ppci, in glamor_poly_glyph_blt()
163 ppci, pglyph_base); in glamor_poly_glyph_blt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv4c.c34 nv4c_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv4c_pci_new() argument
36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
H A Dgp100.c41 gp100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gp100_pci_new() argument
43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
H A Dnv46.c48 nv46_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv46_pci_new() argument
50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
H A Dgf106.c46 gf106_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf106_pci_new() argument
48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
H A Dg94.c46 g94_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g94_pci_new() argument
48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
H A Dg92.c54 g92_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g92_pci_new() argument
56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
H A Dnv04.c55 nv04_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv04_pci_new() argument
57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
H A Dnv40.c62 nv40_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv40_pci_new() argument
64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
H A Dbase.c186 int index, struct nvkm_pci **ppci) in nvkm_pci_new_() argument
190 if (!(pci = *ppci = kzalloc(sizeof(**ppci), GFP_KERNEL))) in nvkm_pci_new_()
H A Dgf100.c99 gf100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf100_pci_new() argument
101 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
H A Dg84.c153 g84_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g84_pci_new() argument
155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
H A Dgk104.c225 gk104_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gk104_pci_new() argument
227 return nvkm_pci_new_(&gk104_pci_func, device, index, ppci); in gk104_pci_new()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Diommu.c692 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() local
712 ppci = PCI_DN(pdn); in pci_dma_bus_setup_pSeriesLP()
715 pdn, ppci->table_group); in pci_dma_bus_setup_pSeriesLP()
717 if (!ppci->table_group) { in pci_dma_bus_setup_pSeriesLP()
718 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node); in pci_dma_bus_setup_pSeriesLP()
719 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP()
720 iommu_table_setparms_lpar(ppci->phb, pdn, tbl, in pci_dma_bus_setup_pSeriesLP()
721 ppci->table_group, dma_window); in pci_dma_bus_setup_pSeriesLP()
723 iommu_init_table(tbl, ppci->phb->node, 0, 0); in pci_dma_bus_setup_pSeriesLP()
724 iommu_register_group(ppci->table_group, in pci_dma_bus_setup_pSeriesLP()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h218 CharInfoPtr *ppci,
226 CharInfoPtr *ppci,
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.h81 CharInfoPtr * ppci, void *pglyphBase);
84 CharInfoPtr * ppci, void *pglyphBase);
H A Ddmxgcops.c511 CharInfoPtr * ppci, void *pglyphBase) in dmxImageGlyphBlt() argument
520 CharInfoPtr * ppci, void *pglyphBase) in dmxPolyGlyphBlt() argument
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c118 unsigned int nglyph, CharInfoPtr * ppci,
1369 CharInfoPtr *ppci = ppciInit; in RootlessImageGlyphBlt() local
1374 box.x1 = ppci[0]->metrics.leftSideBearing; in RootlessImageGlyphBlt()
1377 box.x2 = ppci[nglyph - 1]->metrics.rightSideBearing - in RootlessImageGlyphBlt()
1378 ppci[nglyph - 1]->metrics.characterWidth; in RootlessImageGlyphBlt()
1386 width += (*ppci)->metrics.characterWidth; in RootlessImageGlyphBlt()
1387 ppci++; in RootlessImageGlyphBlt()
1422 CharInfoPtr * ppci, void *pglyphBase) in RootlessPolyGlyphBlt() argument
1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt()
1434 box.x1 = dst->x + x + ppci[0]->metrics.leftSideBearing; in RootlessPolyGlyphBlt()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h247 CharInfoPtr * ppci, void *pglyphBase);
250 CharInfoPtr * ppci, void *pglyphBase);
H A Dxf86VGAarbiter.c861 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterImageGlyphBlt() argument
868 nglyph, ppci, pglyphBase); in VGAarbiterImageGlyphBlt()
878 CharInfoPtr * ppci, void *pglyphBase) in VGAarbiterPolyGlyphBlt() argument
885 nglyph, ppci, pglyphBase); in VGAarbiterPolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c321 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckImageGlyphBlt() argument
327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckImageGlyphBlt()
336 CharInfoPtr * ppci, void *pglyphBase) in ExaCheckPolyGlyphBlt() argument
343 pGC->ops->PolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckPolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c468 CharInfoPtr *ppci, void *pglyphBase) in DRIPolyGlyphBlt() argument
476 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in DRIPolyGlyphBlt()

12