vk: Fix comment for anv_depth_stencil_view::stencil_qpitch

s/DEPTH/STENCIL/
This commit is contained in:
Chad Versace 2015-06-26 07:31:57 -07:00
parent 7ea707a42a
commit 068b8a41e2

View 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 {