Home
last modified time | relevance | path

Searched refs:CustomBinaryBase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp106 typedef BinaryOp<5, ASSOCIATIVITY_LEFT> CustomBinaryBase; typedef
112 class CustomBinaryOp : public CustomBinaryBase
127 CustomBinaryOp<ComputeValue>::CustomBinaryOp() : CustomBinaryBase(Token::PLUS) in CustomBinaryOp()
136 CustomBinaryOp<EvaluateSub>::CustomBinaryOp() : CustomBinaryBase(Token::MINUS) in CustomBinaryOp()
146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp() : CustomBinaryBase(Token::CMP_LT) in CustomBinaryOp()