nir: Rename nir_address_format_vk_index_offset to not be vk
[mesa.git] / src / compiler / nir / nir.h
index 98adf1b53316431fdbfc3dbe0b6ae848d822c752..b25842834ae0434efa0edf511a47f70a587ce0c7 100644 (file)
@@ -3021,9 +3021,9 @@ typedef enum {
 
    /**
     * An address format which is comprised of a vec2 where the first
-    * component is a vulkan descriptor index and the second is an offset.
+    * component is a buffer index and the second is an offset.
     */
-   nir_address_format_vk_index_offset,
+   nir_address_format_32bit_index_offset,
 } nir_address_format;
 bool nir_lower_explicit_io(nir_shader *shader,
                            nir_variable_mode modes,