Searched refs:total_bytes_requested (Results 1 – 3 of 3) sorted by relevance
358 uint32_t total_bytes_requested; member
374 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] total_bytes_requested: %d", data->total_bytes_requested); in print_bw_calcs_data()
1941 data->total_bytes_requested = 0; in calculate_bandwidth() 1947 data->total_bytes_requested = bw_fixed_to_int(bw_add(bw_int_to_fixed(data->total_bytes_requested), (bw_mul(bw_mul(data->source_height_rounded_up_to_chunks[i], data->source_width_rounded_up_to_chunks[i]), bw_int_to_fixed(data->bytes_per_pixel[i]))))); in calculate_bandwidth() 1954 data->num_stutter_bursts = data->total_bytes_requested / data->min_stutter_dmif_buffer_size; in calculate_bandwidth()