Searched refs:total_swath_bytes (Results 1 – 4 of 4) sorted by relevance
238 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()266 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()280 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()282 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()287 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
221 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local249 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()251 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()265 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()267 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()272 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
277 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()307 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()331 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()333 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()338 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()