anv/image: Update a comment
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 20 Nov 2017 17:47:47 +0000 (09:47 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 9 Feb 2018 00:35:31 +0000 (16:35 -0800)
This got lost in all of the aspect vs. plane rebasing of YCBCR.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/anv_image.c

index 72e408764d8cc5905d30d66cea6693945fcbc8b9..0aa8cd94d6bcf4210fb280ad1e827e00f8497eb3 100644 (file)
@@ -734,7 +734,7 @@ void anv_GetImageSubresourceLayout(
  *
  * @param devinfo The device information of the Intel GPU.
  * @param image The image that may contain a collection of buffers.
- * @param plane The plane of the image to be accessed.
+ * @param aspect The aspect of the image to be accessed.
  * @param layout The current layout of the image aspect(s).
  *
  * @return The primary buffer that should be used for the given layout.