Searched refs:pstats (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEPrInfo.c | 199 void XEPrintEvtStats( FILE *ofp, XETrapGetStatsRep *pstats, XETC *tc) argument 206 if (XETrapGetStatsEvt(pstats,i)) 209 (int)XETrapGetStatsEvt(pstats,i)); 215 void XEPrintReqStats( FILE *ofp, XETrapGetStatsRep *pstats, XETC *tc) argument 222 if (XETrapGetStatsReq(pstats,i)) 225 (int)XETrapGetStatsReq(pstats,i)); 268 void XEPrintStatistics( FILE *ofp, XETrapGetStatsRep *pstats, XETC *tc) 272 XEPrintEvtStats(ofp, pstats, tc); 273 XEPrintReqStats(ofp, pstats, tc); 267 XEPrintStatistics(FILE * ofp,XETrapGetStatsRep * pstats,XETC * tc) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_query.c | 125 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; local in function:lvp_GetQueryPoolResults 129 *(uint64_t *)dptr = pstats[i]; 152 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; local in function:lvp_GetQueryPoolResults 156 if (pstats[i] > UINT32_MAX) 159 *(uint32_t *)dptr = pstats[i];
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtraplibp.h | 128 void XEPrintEvtStats (FILE *ofp , XETrapGetStatsRep *pstats , XETC *tc); 129 void XEPrintReqStats (FILE *ofp , XETrapGetStatsRep *pstats , XETC *tc); 133 void XEPrintStatistics (FILE *ofp , XETrapGetStatsRep *pstats, XETC *tc );
|
Completed in 3 milliseconds