HomeSort by relevance Sort by last modified time
    Searched refs:col_count (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local
367 rX00_rs_col(&rs, col_count, col_count, SWIZ_XYZW);
371 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_COLOR);
379 col_count++;
430 rX00_rs_col(&rs, col_count, col_count, SWIZ_XYZW);
431 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_FACE);
433 col_count++;
566 if (col_count == 0 && tex_count == 0)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
spreadsheet.py 258 col_count=WORKSHEET_COL_COUNT):
266 @param col_count: the number of columns in the worksheet
284 col_count)
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 216 var col_count = $("table.index > thead > tr > th").length;
219 for (i = 1; i < col_count-1; i++) {
222 headers[col_count-1] = { sorter: 'percent' };
  /system/bt/stack/smp/
smp_keys.c 67 int col_count = 32; local
73 row_count = len % col_count ? len / col_count + 1: len / col_count;
78 for (int column = 0, x = 0; (ind < len) && (column < col_count); column++, ind++)
82 SMP_TRACE_WARNING(" [%03d]: %s", row * col_count, p_buf);
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 907 WORD32 row = 0, col = 0, col_count; local
    [all...]

Completed in 1039 milliseconds