Home
last modified time | relevance | path

Searched refs:tmask (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_triangle.c138 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/opencv3/samples/python2/
Dasift.py83 timg, tmask, Ai = affine_skew(t, phi, img)
84 keypoints, descrs = detector.detectAndCompute(timg, tmask)
/external/opencv/ml/src/
D_ml.h129 uchar* tmask; \
142 data = classes = tmask = missed = sidx = cidx = NULL; \
/external/opencv3/apps/traincascade/
Dold_ml_precomp.hpp125 uchar* tmask; \
138 data = classes = tmask = missed = sidx = cidx = NULL; \
/external/llvm/test/Transforms/InstCombine/
Dsext.ll120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15>
121 store <2 x i16> %tmask, <2 x i16>* %dst
/external/opencv/cv/src/
Dcvfundam.cpp167 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/
Di915_state.c474 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/
Dguest_arm64_toIR.c2328 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/
Dsqlite3.c102295 int tmask; /* Mask of trigger times */
102337 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask);
102341 # define tmask 0
102348 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
102359 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){
102607 if( tmask & TRIGGER_BEFORE ){
102856 #ifdef tmask
102857 #undef tmask
115727 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
115760 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c102277 int tmask; /* Mask of trigger times */
102319 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask);
102323 # define tmask 0
102330 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
102341 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){
102589 if( tmask & TRIGGER_BEFORE ){
102838 #ifdef tmask
102839 #undef tmask
115709 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
115742 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask);
[all …]