mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 19:32:33 -07:00
shader_ir: Add predicate combiner helper
This commit is contained in:
@@ -669,6 +669,9 @@ private:
|
||||
Node GetPredicateComparisonHalf(Tegra::Shader::PredCondition condition,
|
||||
const MetaHalfArithmetic& meta, Node op_a, Node op_b);
|
||||
|
||||
/// Returns a predicate combiner operation
|
||||
OperationCode GetPredicateCombiner(Tegra::Shader::PredOperation operation);
|
||||
|
||||
template <typename... T>
|
||||
inline Node Operation(OperationCode code, const T*... operands) {
|
||||
return StoreNode(OperationNode(code, operands...));
|
||||
|
Reference in New Issue
Block a user