anv: Stop treating color input attachments specially
Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14961>
This commit is contained in:
@@ -2154,9 +2154,6 @@ struct anv_pipeline_binding {
|
||||
/** Plane in the binding index for images */
|
||||
uint8_t plane;
|
||||
|
||||
/** Input attachment index (relative to the subpass) */
|
||||
uint8_t input_attachment_index;
|
||||
|
||||
/** Dynamic offset index (for dynamic UBOs and SSBOs) */
|
||||
uint8_t dynamic_offset_index;
|
||||
};
|
||||
@@ -2785,7 +2782,6 @@ struct anv_surface_state {
|
||||
struct anv_attachment_state {
|
||||
enum isl_aux_usage aux_usage;
|
||||
struct anv_surface_state color;
|
||||
struct anv_surface_state input;
|
||||
|
||||
VkImageLayout current_layout;
|
||||
VkImageLayout current_stencil_layout;
|
||||
|
Reference in New Issue
Block a user