vk: Fix comment for anv_depth_stencil_view::stencil_qpitch
authorChad Versace <chad.versace@intel.com>
Fri, 26 Jun 2015 14:31:57 +0000 (07:31 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 26 Jun 2015 14:31:57 +0000 (07:31 -0700)
s/DEPTH/STENCIL/

src/vulkan/private.h

index 353a51401eb5978cdee9aec463b22e0906228c07..23755c7e9ace291927df394b0eb93b891e070df7 100644 (file)
@@ -867,7 +867,7 @@ struct anv_depth_stencil_view {
 
    uint32_t stencil_offset; /**< Offset into bo. */
    uint32_t stencil_stride; /**< 3DSTATE_STENCIL_BUFFER.SurfacePitch */
-   uint16_t stencil_qpitch; /**< 3DSTATE_DEPTH_BUFFER.SurfaceQPitch */
+   uint16_t stencil_qpitch; /**< 3DSTATE_STENCIL_BUFFER.SurfaceQPitch */
 };
 
 struct anv_framebuffer {