Searched refs:total_swath_bytes (Results 1 – 4 of 4) sorted by relevance
243 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local269 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()271 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()285 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()287 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()292 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
282 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local310 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()312 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()336 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()338 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()343 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
225 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local253 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()255 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()269 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()271 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()276 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()