ac: remove offen parameter from ac_build_buffer_store_dword
[mesa.git] / src / amd / common / ac_llvm_build.h
index 65a9a055a72978c0af8f218ae96e7f913b7dff47..78df441b6dc215f39b053622f8bfc38d06a1bf08 100644 (file)
@@ -126,10 +126,9 @@ ac_build_buffer_store_dword(struct ac_llvm_context *ctx,
                            LLVMValueRef rsrc,
                            LLVMValueRef vdata,
                            unsigned num_channels,
-                           LLVMValueRef vaddr,
+                           LLVMValueRef voffset,
                            LLVMValueRef soffset,
                            unsigned inst_offset,
-                           bool offen,
                            bool glc,
                            bool slc);
 LLVMValueRef