Lines Matching refs:imageExtent
1529 box.width = copycmd->regions[i].imageExtent.width; in handle_copy_image_to_buffer()
1530 box.height = copycmd->regions[i].imageExtent.height; in handle_copy_image_to_buffer()
1531 …box.depth = copycmd->src->type == VK_IMAGE_TYPE_3D ? copycmd->regions[i].imageExtent.depth : copyc… in handle_copy_image_to_buffer()
1565 buffer_row_len = util_format_get_stride(dst_format, copycmd->regions[i].imageExtent.width); in handle_copy_image_to_buffer()
1568 buffer_image_height = copycmd->regions[i].imageExtent.height; in handle_copy_image_to_buffer()
1575 copycmd->regions[i].imageExtent.width, in handle_copy_image_to_buffer()
1576 copycmd->regions[i].imageExtent.height, in handle_copy_image_to_buffer()
1583 copycmd->regions[i].imageExtent.width, in handle_copy_image_to_buffer()
1584 copycmd->regions[i].imageExtent.height, in handle_copy_image_to_buffer()
1623 box.width = copycmd->regions[i].imageExtent.width; in handle_copy_buffer_to_image()
1624 box.height = copycmd->regions[i].imageExtent.height; in handle_copy_buffer_to_image()
1625 …box.depth = copycmd->dst->type == VK_IMAGE_TYPE_3D ? copycmd->regions[i].imageExtent.depth : copyc… in handle_copy_buffer_to_image()
1646 buffer_row_len = util_format_get_stride(src_format, copycmd->regions[i].imageExtent.width); in handle_copy_buffer_to_image()
1649 buffer_image_height = copycmd->regions[i].imageExtent.height; in handle_copy_buffer_to_image()
1656 copycmd->regions[i].imageExtent.width, in handle_copy_buffer_to_image()
1657 copycmd->regions[i].imageExtent.height, in handle_copy_buffer_to_image()
1665 copycmd->regions[i].imageExtent.width, in handle_copy_buffer_to_image()
1666 copycmd->regions[i].imageExtent.height, in handle_copy_buffer_to_image()