ac/nir: remove type and num_channels args from ac_build_buffer_store_common
They were only used for type overloading where we can just use the type of data. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5003>
This commit is contained in:
@@ -318,7 +318,6 @@ ac_build_buffer_store_format(struct ac_llvm_context *ctx,
|
||||
LLVMValueRef data,
|
||||
LLVMValueRef vindex,
|
||||
LLVMValueRef voffset,
|
||||
unsigned num_channels,
|
||||
unsigned cache_policy);
|
||||
|
||||
LLVMValueRef
|
||||
|
Reference in New Issue
Block a user