Searched refs:psi (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ssa_builder.cpp | 168 node *psi = NULL; local in function:r600_sb::ssa_rename::visit 176 psi = sh.create_node(NT_OP, NST_PSI); 185 parent->insert_after(psi); 189 psi->src.resize(6); 190 psi->src[2] = p; 191 psi->src[3] = n.pred; 192 psi->src[4] = sh.get_pred_sel(n.bc.pred_sel - PRED_SEL_0); 193 psi->src[5] = d; 194 psi->dst.push_back(d); 199 if (psi) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ssa_builder.cpp | 168 node *psi = NULL; local in function:r600_sb::ssa_rename::visit 176 psi = sh.create_node(NT_OP, NST_PSI); 185 parent->insert_after(psi); 189 psi->src.resize(6); 190 psi->src[2] = p; 191 psi->src[3] = n.pred; 192 psi->src[4] = sh.get_pred_sel(n.bc.pred_sel - PRED_SEL_0); 193 psi->src[5] = d; 194 psi->dst.push_back(d); 199 if (psi) { [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Keyboard.c | 565 XtPerWidgetInput psi, 609 if (psi->haveFocus) { 767 XtPerWidgetInput psi = _XtGetPerWidgetInput(shell, TRUE); local in function:XtSetKeyboardFocus 772 AddFocusHandler(widget, descendant, pwi, psi, pdi, 779 (XtPointer) psi); 562 AddFocusHandler(Widget widget,Widget descendant,XtPerWidgetInput pwi,XtPerWidgetInput psi,XtPerDisplayInput pdi,EventMask oldEventMask) argument
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 1488 * psi is a pointer to a SetInfoRec whose intervals pointer is NULL. 1494 * If Success is returned, psi->intervals is a pointer to size 1495 * RecordSetIntervals, all zeroed, and psi->size is set to size. argument 1498 RecordAllocIntervals(SetInfoPtr psi, int nIntervals) 1500 assert(!psi->intervals); 1501 psi->intervals = (RecordSetInterval *) 1503 if (!psi->intervals) 1505 memset(psi->intervals, 0, nIntervals * sizeof(RecordSetInterval)); 1506 psi->size = nIntervals; 1514 * psi i 1532 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 1422 * psi is a pointer to a SetInfoRec whose intervals pointer is NULL. 1428 * If Success is returned, psi->intervals is a pointer to size 1429 * RecordSetIntervals, all zeroed, and psi->size is set to size. argument 1432 RecordAllocIntervals(SetInfoPtr psi, int nIntervals) 1434 assert(!psi->intervals); 1435 psi->intervals = xallocarray(nIntervals, sizeof(RecordSetInterval)); 1436 if (!psi->intervals) 1438 memset(psi->intervals, 0, nIntervals * sizeof(RecordSetInterval)); 1439 psi->size = nIntervals; 1446 * psi i 1464 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument [all...] |
Completed in 9 milliseconds