anv: Rename cpp variable to "bs"
[mesa.git] / src / vulkan / anv_private.h
index 500904713a6fef704e39f78b1c6e05d2894959e9..03d033ff0c5d8cb405c88d5b89e316efd4cebf80 100644 (file)
@@ -1207,7 +1207,7 @@ struct anv_format {
    const VkFormat vk_format;
    const char *name;
    uint16_t surface_format; /**< RENDER_SURFACE_STATE.SurfaceFormat */
-   uint8_t cpp; /**< Bytes-per-pixel of anv_format::surface_format. */
+   uint8_t bs; /**< Block size (in bytes) of anv_format::surface_format. */
    uint8_t num_channels;
    uint16_t depth_format; /**< 3DSTATE_DEPTH_BUFFER.SurfaceFormat */
    bool has_stencil;