Lines Matching refs:bufferRowLength
572 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit()
575 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit()
1335 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu()
1338 width = region->bufferRowLength; in copy_buffer_to_image_tfu()
2229 if (region->bufferRowLength == 0) in texel_buffer_shader_copy()
2232 buf_width = region->bufferRowLength; in texel_buffer_shader_copy()
2386 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit()
2389 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit()
2439 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit()
2672 if (region->bufferRowLength == 0) in copy_buffer_to_image_cpu()
2675 buffer_width = region->bufferRowLength; in copy_buffer_to_image_cpu()