Searched refs:tmask (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 138 const GLint tmask = texImg->Height - 1; \ 151 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 196 const GLint tmask = texImg->Height - 1; \ 212 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 242 GLint smask, tmask; member 365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span() 382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span() 390 if (t == info->tmask) { \ in affine_span() 553 info.tmask = texImg->Height - 1; \ 598 GLint smask, tmask; member [all …]
|
/external/opencv/ml/src/ |
D | _ml.h | 129 uchar* tmask; \ 142 data = classes = tmask = missed = sidx = cidx = NULL; \
|
/external/libvncserver/x11vnc/ |
D | xrecord.c | 867 unsigned tmask; in record_CW() local 925 tmask = req->mask; in record_CW() 927 tmask &= ~CWX; in record_CW() 928 tmask &= ~CWY; in record_CW() 929 tmask &= ~CWWidth; in record_CW() 930 tmask &= ~CWHeight; in record_CW() 932 if (tmask) { in record_CW()
|
/external/llvm/test/Transforms/InstCombine/ |
D | sext.ll | 120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 121 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 167 CvMat* mask0 = mask, *tmask = 0, *t; in runRANSAC() local 184 tmask = cvCreateMat( 1, count, CV_8UC1 ); in runRANSAC() 219 goodCount = findInliers( m1, m2, &model_i, err, tmask, reprojThreshold ); in runRANSAC() 223 CV_SWAP( tmask, mask, t ); in runRANSAC() 236 CV_SWAP( tmask, mask, t ); in runRANSAC() 237 cvCopy( tmask, mask ); in runRANSAC() 250 cvReleaseMat( &tmask ); in runRANSAC()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; in i915_create_depth_stencil_state() local 490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) | in i915_create_depth_stencil_state()
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 2328 Bool dbm_DecodeBitMasks ( /*OUT*/ULong* wmask, /*OUT*/ULong* tmask, in dbm_DecodeBitMasks() argument 2382 if (tmask) *tmask = dbm_RepTo64(esize, elem_d); in dbm_DecodeBitMasks() 2652 ULong wmask = 0, tmask = 0; in dis_ARM64_data_processing_immediate() local 2653 Bool ok = dbm_DecodeBitMasks(&wmask, &tmask, in dis_ARM64_data_processing_immediate() 2676 binop(mkAND(ty), mkexpr(top), mkU(ty, ~tmask)), in dis_ARM64_data_processing_immediate() 2677 binop(mkAND(ty), mkexpr(bot), mkU(ty, tmask)))); in dis_ARM64_data_processing_immediate()
|
/external/sqlite/dist/ |
D | sqlite3.c | 100131 int tmask; /* Mask of trigger times */ 100173 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 100177 # define tmask 0 100184 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 100195 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 100441 if( tmask & TRIGGER_BEFORE ){ 100690 #ifdef tmask 100691 #undef tmask 113544 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 113577 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 100113 int tmask; /* Mask of trigger times */ 100155 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 100159 # define tmask 0 100166 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 100177 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 100423 if( tmask & TRIGGER_BEFORE ){ 100672 #ifdef tmask 100673 #undef tmask 113526 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 113559 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|