Home
last modified time | relevance | path

Searched refs:col_count (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; in r300_update_rs_block() local
360 rX00_rs_col(&rs, col_count, col_count, SWIZ_XYZW); in r300_update_rs_block()
364 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_COLOR); in r300_update_rs_block()
372 col_count++; in r300_update_rs_block()
423 rX00_rs_col(&rs, col_count, col_count, SWIZ_XYZW); in r300_update_rs_block()
424 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_FACE); in r300_update_rs_block()
426 col_count++; in r300_update_rs_block()
441 for (i = 0; i < ATTR_GENERIC_COUNT && col_count < 2; i++) { in r300_update_rs_block()
452 R300_VAP_OUTPUT_VTX_FMT_0__COLOR_0_PRESENT << col_count; in r300_update_rs_block()
453 stream_loc_notcl[loc++] = 2 + col_count; in r300_update_rs_block()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc506 int32 col_count = height * width * depth; in ComputeWithReduceSum() local
509 TensorShape temp_grad_output_shape{row_count, col_count}; in ComputeWithReduceSum()
515 output_backprop.template flat<T>().data(), row_count, col_count); in ComputeWithReduceSum()
518 col_count = channel; in ComputeWithReduceSum()
521 row_count, col_count); in ComputeWithReduceSum()
525 int32 col_count = channel; in ComputeWithReduceSum() local
529 row_count, col_count); in ComputeWithReduceSum()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc331 uint32_t col_count = 0; in ExecuteQuery() local
335 col_count = static_cast<uint32_t>(sqlite3_column_count(raw_stmt)); in ExecuteQuery()
344 this, *db_, ScopedStmt(raw_stmt), col_count, error, sql_stats_row)); in ExecuteQuery()
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c907 WORD32 row = 0, col = 0, col_count; in ihevc_intra_pred_luma_dc_neonintr() local
1000 col_count = nt - 8; in ihevc_intra_pred_luma_dc_neonintr()
1061 for(col = col_count; col > 0; col -= 8) in ihevc_intra_pred_luma_dc_neonintr()