Searched refs:row_count (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_urb.c161 int row_count, entry_count; local
171 row_count = (entry_size + row_size - 1) / row_size;
172 if (row_count > 5)
174 else if (!row_count)
175 row_count++;
177 entry_count = conf->vs_urb_alloc_8kb * 8192 / (row_size * row_count);
183 conf->vs_entry_rows = row_count;
206 int row_count, entry_count; local
210 row_count = (info->gs_entry_size + row_size - 1) / row_size;
211 if (row_count >
258 int row_count, entry_count; local
342 int row_count, entry_count; local
411 int row_count, entry_count; local
486 int row_count, entry_count; local
[all...]
H A Dilo_image.c900 const int row_count = local
904 lod_h = slice_h * row_count;
/external/opencv/cv/src/
H A Dcvsegmentation.cpp472 int row_count = 0; local
480 sx += x; row_count++;
486 sx += x+1; row_count++;
492 sx += x+2; row_count++;
498 sx += x+3; row_count++;
508 sx += x; row_count++;
511 count += row_count;
512 sy += y*row_count;
H A Dcvfilter.cpp300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows ) argument
312 row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[row_count-1];
314 rows[i + row_count] = row1;
325 if( dj > 0 && j >= row_count )
334 for( i = 0, j = row_count-1-shift; i < bottom_rows; i++, j-- )
335 rows[i + row_count] = rows[j];
543 int row_count, delta;
560 row_count = top_rows + buf_count;
565 make_y_border( row_count, top_rows, br );
566 row_count
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_batch_norm_op.cc47 const int row_count = input_flat.size() / depth; local
53 for (int row_index = 0; row_index < row_count; ++row_index) {
110 const int row_count = input_flat.size() / depth; local
146 for (int row_index = 0; row_index < row_count; ++row_index) {
H A Dsparse_fill_empty_rows_op.cc176 const int64 row_count = filled_count(row); variable
177 if (row_count == 0) { // We haven't filled this row
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp266 const int row_count = (*data_size + row_size - 1) / row_size; local
268 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size + 1, row_count);
272 for (int row = 0; row < row_count; row++) {
286 *data_size = (row_size + 1) * row_count -
366 const int row_count = (data_size + row_size) / (row_size + 1); local
367 if (row_count <= 0)
370 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size, row_count);
374 for (int row = 0; row < row_count; row++) {
446 data_size = row_size * row_count -
499 const int row_count local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc392 TileLoader GetLhsTileLoader(llvm::Value* row_start, int64 row_count) { argument
396 /*tile_size_along_major_dim=*/row_count);
399 void EmitOuterLoopBody(llvm::Value* row, int64 row_count);
422 int64 row_count) {
424 /*row_count=*/row_count);
427 for (int i = 0; i < row_count; i++) {
431 EmitInnerLoopTiled(&lhs_tile_loader, /*rows=*/row_count,
433 EmitInnerLoopEpilogue(/*current_tile_row=*/row, /*rows=*/row_count,
443 if (row_count
421 EmitOuterLoopBody(llvm::Value* row, int64 row_count) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp825 int32_t row_count = kERROR_COUNT, column_count = kERROR_COUNT; local
829 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
838 row_count=array2d.getSize();
839 CONFIRM_GE(row_count,1);
841 for(row=0; row<row_count; ++row){
862 CONFIRM_EQ(row_count,kERROR_COUNT);
864 row_count=column_count=0;
874 row = row_count ? (randi(row_count * 3) - row_count)
[all...]
/external/tensorflow/tensorflow/python/debug/cli/
H A Dprofile_analyzer_cli.py133 def row_count(self): member in class:ProfileDataTableView
523 for row in range(profile_data.row_count()):
556 for row in range(profile_data.row_count()):
588 for row in range(profile_data.row_count()):
/external/opencv/cv/include/
H A Dcv.hpp127 virtual void make_y_border( int row_count, int top_rows, int bottom_rows );
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1606 int32_t row_count=0; local
1821 row_count = kERROR_COUNT, column_count = kERROR_COUNT;
1830 row_count=ures_getSize(array2d);
1831 CONFIRM_INT_GE(row_count,1);
1833 for(row=0; row<row_count; ++row){
1860 CONFIRM_INT_EQ(row_count,kERROR_COUNT);
1862 row_count=column_count=0;
1870 row = row_count ? (randi(row_count * 3) - row_count)
[all...]

Completed in 656 milliseconds