Home
last modified time | relevance | path

Searched refs:CustomBinaryOp (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp34 // CustomAbsOp and CustomBinaryOp are used to resolve float comparision corner case.
108 // CustomBinaryOp and CustomAbsOp are used to resolve float comparision corner case.
109 // CustomBinaryOp supports addition and substraction as only those functionalities
112 class CustomBinaryOp: public CustomBinaryBase class
115 CustomBinaryOp ();
116 virtual ~CustomBinaryOp (void) {} in ~CustomBinaryOp()
125 CustomBinaryOp<ComputeValue>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
135 CustomBinaryOp<EvaluateSub>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp () CustomBinaryOp() function in rsg::CustomBinaryOp
[all...]

Completed in 2 milliseconds