X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fnir%2Fnir.h;h=b25842834ae0434efa0edf511a47f70a587ce0c7;hb=c8d42c8cf689fcaac1e0fd8477a8ddf269c4fe4d;hp=98adf1b53316431fdbfc3dbe0b6ae848d822c752;hpb=60af3a93e9c25e9d5661bfda215a0b07463fe146;p=mesa.git diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 98adf1b5331..b25842834ae 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -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,