anv: Delete has_a64_buffer_access flag
It's always true. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18208>
This commit is contained in:

committed by
Marge Bot

parent
c5f7e1f5b4
commit
9cb57c9a7a
@@ -916,8 +916,6 @@ struct anv_physical_device {
|
||||
bool always_use_bindless;
|
||||
bool use_call_secondary;
|
||||
|
||||
/** True if we can access buffers using A64 messages */
|
||||
bool has_a64_buffer_access;
|
||||
/** True if we can use bindless access for images */
|
||||
bool has_bindless_images;
|
||||
/** True if we can use bindless access for samplers */
|
||||
|
Reference in New Issue
Block a user