Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
19 // We create Ops that write a value into a range of a buffer. We create ranges from
66 * Creates a legal set of combinability results for the ops. The likelihood that any two ops
94 * of ints at index p and p+1. It takes a bitfield that indicates allowed pair-wise chainings.
146 auto that = t->cast<TestOp>();
148 int v1 = that->fValueRanges[0].fValue;
151 std::move(that->fValueRanges.begin(), that->fValueRanges.end(),
171 * adding the ops in all possible orders and verifies that the chained executions don't violate
215 // g is the number of chainable groups that we partition the ops into.
250 #if 0 // Useful to repeat a random configuration that fails the test while debugger attached.