Lines Matching refs:bufferRowLength
645 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list()
648 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list()
911 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit()
914 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit()
2249 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu()
2252 width = region->bufferRowLength; in copy_buffer_to_image_tfu()
2349 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list()
2352 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list()
2627 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit()
2630 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit()
2719 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit()
2821 if (region->bufferRowLength == 0) in copy_buffer_to_image_cpu()
2824 buffer_width = region->bufferRowLength; in copy_buffer_to_image_cpu()