Lines Matching refs:bufferRowLength
564 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit()
567 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit()
1288 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu()
1291 width = region->bufferRowLength; in copy_buffer_to_image_tfu()
2199 if (region->bufferRowLength == 0) in texel_buffer_shader_copy()
2202 buf_width = region->bufferRowLength; in texel_buffer_shader_copy()
2352 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit()
2355 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit()
2405 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit()
2639 if (region->bufferRowLength == 0) in copy_buffer_to_image_cpu()
2642 buffer_width = region->bufferRowLength; in copy_buffer_to_image_cpu()