Searched defs:srcb (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dml_inner_functions.cpp468 uchar* srcb = 0; local
479 srcb = idx_arr->data.ptr;
496 idx_selected += srcb[i*step] != 0;
533 if( srcb[i*step] )
/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9.c1392 struct NineBaseTexture9 *srcb = NineBaseTexture9(pSourceTexture); local
1404 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1405 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL);
1406 user_assert(!(srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ||
1433 last_src_level = (srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 0 : srcb->base.info.last_level;
1437 unsigned w = u_minify(srcb->base.info.width0, m);
1438 unsigned h = u_minify(srcb->base.info.height0, m);
1439 unsigned d = u_minify(srcb->base.info.depth0, m);
1448 last_dst_level = MIN2(srcb
[all...]

Completed in 113 milliseconds