ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -42,6 +42,10 @@ struct ac_shader_abi {
|
||||
* driver_location.
|
||||
*/
|
||||
LLVMValueRef *inputs;
|
||||
|
||||
void (*emit_outputs)(struct ac_shader_abi *abi,
|
||||
unsigned max_outputs,
|
||||
LLVMValueRef *addrs);
|
||||
};
|
||||
|
||||
#endif /* AC_SHADER_ABI_H */
|
||||
|
Reference in New Issue
Block a user