Searched refs:idepth (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 63 ushort init_idepth[4], idepth[4], depth_step; local in function:NAME 82 idepth[0] = init_idepth[0] + dx * depth_step; 83 idepth[1] = init_idepth[1] + dx * depth_step; 84 idepth[2] = init_idepth[2] + dx * depth_step; 85 idepth[3] = init_idepth[3] + dx * depth_step; 92 depth16[0][0] = idepth[0]; 97 depth16[0][1] = idepth[1]; 102 depth16[1][0] = idepth[2]; 107 depth16[1][1] = idepth[3]; 112 if ((outmask & 1) && (idepth[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 63 ushort init_idepth[4], idepth[4], depth_step; local in function:NAME 82 idepth[0] = init_idepth[0] + dx * depth_step; 83 idepth[1] = init_idepth[1] + dx * depth_step; 84 idepth[2] = init_idepth[2] + dx * depth_step; 85 idepth[3] = init_idepth[3] + dx * depth_step; 92 depth16[0][0] = idepth[0]; 97 depth16[0][1] = idepth[1]; 102 depth16[1][0] = idepth[2]; 107 depth16[1][1] = idepth[3]; 112 if ((outmask & 1) && (idepth[ [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_bitmap_builtin.c | 530 static int idepth = 2; local in function:DEF_BI_SPM 549 Draw3DBorder(image->pixmap, (h / 2) - idepth, 550 (h / 2) - idepth, 551 2 * idepth + 1, 552 2 * idepth + 1, 553 idepth, cp, off, true, false); 563 static int idepth = 2; local in function:DEF_BI_SPM 584 (h / 2) - idepth, 586 2 * idepth + 1, 587 idepth, c 597 static int idepth = 2; local in function:DEF_BI_SPM 692 static int idepth = 2; local in function:DEF_BI_SPM [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | saver.c | 798 int idepth, ivisual; local in function:ScreenSaverSetAttributes 876 for(idepth = 0; idepth < pScreen->numDepths; idepth++) 878 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth];
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | saver.c | 739 int idepth, ivisual; local in function:ScreenSaverSetAttributes 813 for (idepth = 0; idepth < pScreen->numDepths; idepth++) { 814 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth];
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 562 int idepth, ivisual; local in function:CreateWindow 604 for(idepth = 0; idepth < pScreen->numDepths; idepth++) 606 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth];
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 763 int idepth, ivisual; local in function:CreateWindow 801 for (idepth = 0; idepth < pScreen->numDepths; idepth++) { 802 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth];
|
Completed in 24 milliseconds