glsl: More FP instructions/fixes
This commit is contained in:
parent
5e9095ef22
commit
65c6f73e43
5 changed files with 41 additions and 28 deletions
|
@ -525,10 +525,10 @@ void EmitGlobalAtomicMinF16x2(EmitContext& ctx);
|
|||
void EmitGlobalAtomicMinF32x2(EmitContext& ctx);
|
||||
void EmitGlobalAtomicMaxF16x2(EmitContext& ctx);
|
||||
void EmitGlobalAtomicMaxF32x2(EmitContext& ctx);
|
||||
void EmitLogicalOr(EmitContext& ctx, std::string_view a, std::string_view b);
|
||||
void EmitLogicalAnd(EmitContext& ctx, std::string_view a, std::string_view b);
|
||||
void EmitLogicalXor(EmitContext& ctx, std::string_view a, std::string_view b);
|
||||
void EmitLogicalNot(EmitContext& ctx, std::string_view value);
|
||||
void EmitLogicalOr(EmitContext& ctx, IR::Inst& inst, std::string_view a, std::string_view b);
|
||||
void EmitLogicalAnd(EmitContext& ctx, IR::Inst& inst, std::string_view a, std::string_view b);
|
||||
void EmitLogicalXor(EmitContext& ctx, IR::Inst& inst, std::string_view a, std::string_view b);
|
||||
void EmitLogicalNot(EmitContext& ctx, IR::Inst& inst, std::string_view value);
|
||||
void EmitConvertS16F16(EmitContext& ctx, IR::Inst& inst, std::string_view value);
|
||||
void EmitConvertS16F32(EmitContext& ctx, IR::Inst& inst, std::string_view value);
|
||||
void EmitConvertS16F64(EmitContext& ctx, IR::Inst& inst, std::string_view value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue