glsl: F16x2 storage atomics
This commit is contained in:
parent
11ba190462
commit
9cc1b8a873
7 changed files with 64 additions and 58 deletions
|
@ -43,6 +43,11 @@ public:
|
|||
Add<Type::U1>(format_str, inst, args...);
|
||||
}
|
||||
|
||||
template <typename... Args>
|
||||
void AddF16x2(const char* format_str, IR::Inst& inst, Args&&... args) {
|
||||
Add<Type::F16x2>(format_str, inst, args...);
|
||||
}
|
||||
|
||||
template <typename... Args>
|
||||
void AddU32(const char* format_str, IR::Inst& inst, Args&&... args) {
|
||||
Add<Type::U32>(format_str, inst, args...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue