Searched refs:vcount (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h67 svga_translate_prim(unsigned mode, unsigned vcount, unsigned *prim_count) argument
71 *prim_count = vcount;
75 *prim_count = vcount / 2;
79 *prim_count = vcount - 1;
83 *prim_count = vcount / 3;
87 *prim_count = vcount - 2;
91 *prim_count = vcount - 2;
95 *prim_count = vcount / 4;
99 *prim_count = vcount - 3;
103 *prim_count = vcount /
[all...]
H A Dsvga_draw.c459 unsigned vcount,
665 vcount,
676 vcount,
700 vcount,
710 vcount,
911 unsigned vcount,
922 ret = draw_vgpu10(hwtnl, range, vcount, min_index, max_index, ib,
926 ret = draw_vgpu10(hwtnl, range, vcount, min_index, max_index, ib,
457 draw_vgpu10(struct svga_hwtnl *hwtnl, const SVGA3dPrimitiveRange *range, unsigned vcount, unsigned min_index, unsigned max_index, struct pipe_resource *ib, unsigned start_instance, unsigned instance_count) argument
909 svga_hwtnl_prim(struct svga_hwtnl *hwtnl, const SVGA3dPrimitiveRange * range, unsigned vcount, unsigned min_index, unsigned max_index, struct pipe_resource *ib, unsigned start_instance, unsigned instance_count) argument
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
H A Ddo-plot23 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/external/opencv/ml/src/
H A Dmlsvm.cpp231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, argument
236 for( j = 0; j < vcount; j++ )
250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, argument
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, argument
260 CvMat R = cvMat( 1, vcount, QFLOAT_TYPE, results );
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, argument
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
273 for( j = 0; j < vcount;
285 calc_rbf( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
322 calc( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
[all...]
H A Dmlann_mlp.cpp575 int i, j, vcount = layer_sizes->data.i[0]; local
579 for( j = 0; j < vcount; j++ )
589 for( j = 0; j < vcount; j++ )
597 for( j = 0; j < vcount; j++ )
610 int i, j, vcount = layer_sizes->data.i[layer_sizes->cols-1];
628 for( j = 0; j < vcount; j++ )
643 for( j = 0; j < vcount; j++ )
667 for( j = 0; j < vcount; j++ )
H A Dmltree.cpp1008 int vi, vcount = var_count; local
1048 for( vi = 0; vi < vcount; vi++ )
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h286 unsigned int vcount; /* visible count */ member in struct:snd_emu10k1_fx8010_control_gpr
299 unsigned int vcount; member in struct:snd_emu10k1_fx8010_control_old_gpr
/external/kernel-headers/original/uapi/linux/
H A Dfb.h323 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
331 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
/external/opencv/ml/include/
H A Dml.h351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );

Completed in 272 milliseconds