Searched refs:col_count (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_derived.c | 310 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/ |
D | bias_op.cc | 474 int32 col_count = height * width * depth; in ComputeWithReduceSum() local 477 TensorShape temp_grad_output_shape{row_count, col_count}; in ComputeWithReduceSum() 483 output_backprop.template flat<T>().data(), row_count, col_count); in ComputeWithReduceSum() 486 col_count = channel; in ComputeWithReduceSum() 489 row_count, col_count); in ComputeWithReduceSum() 493 int32 col_count = channel; in ComputeWithReduceSum() local 497 row_count, col_count); in ComputeWithReduceSum()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.cc | 919 uint32_t col_count = 0; in ExecuteQuery() local 923 col_count = static_cast<uint32_t>(sqlite3_column_count(raw_stmt)); in ExecuteQuery() 932 this, *db_, ScopedStmt(raw_stmt), col_count, status, sql_stats_row)); in ExecuteQuery()
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_filters_neon_intr.c | 899 WORD32 row = 0, col = 0, col_count; in ihevc_intra_pred_luma_dc_neonintr() local 992 col_count = nt - 8; in ihevc_intra_pred_luma_dc_neonintr() 1053 for(col = col_count; col > 0; col -= 8) in ihevc_intra_pred_luma_dc_neonintr()
|