ac/radeonsi: add load_tess_coord() to the abi
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -99,6 +99,10 @@ struct ac_shader_abi {
|
||||
bool is_compact,
|
||||
unsigned writemask);
|
||||
|
||||
LLVMValueRef (*load_tess_coord)(struct ac_shader_abi *abi,
|
||||
LLVMTypeRef type,
|
||||
unsigned num_components);
|
||||
|
||||
LLVMValueRef (*load_ubo)(struct ac_shader_abi *abi, LLVMValueRef index);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user