ac/nir: handle all lowered IO intrinsics
[mesa.git] / src / amd / vulkan / radv_nir_to_llvm.c
index b962f25e6d6d9c540829154dc7e1d5871f60d9d4..db21ad809b784e424da9b5839300c2979ce65210 100644 (file)
@@ -589,11 +589,12 @@ store_tcs_output(struct ac_shader_abi *abi,
                 LLVMValueRef param_index,
                 unsigned const_index,
                 LLVMValueRef src,
-                unsigned writemask)
+                unsigned writemask,
+                unsigned component,
+                unsigned driver_location)
 {
        struct radv_shader_context *ctx = radv_shader_context_from_abi(abi);
        const unsigned location = var->data.location;
-       unsigned component = var->data.location_frac;
        const bool is_patch = var->data.patch;
        const bool is_compact = var->data.compact;
        LLVMValueRef dw_addr;