Searched refs:expected_counter (Results 1 – 3 of 3) sorted by relevance
185 bool AwaitCount(int expected_counter) { in AwaitCount() argument189 return counter_ == expected_counter; in AwaitCount()
400 auto expected_counter = LiteralUtil::CreateR0<int32>(N); in XLA_TEST_F() local405 {&expected_counter, &expected_w2, &expected_w3, &expected_w1}); in XLA_TEST_F()509 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local512 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()556 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local559 LiteralUtil::MakeTuple({&expected_counter, &expected_predicate}); in XLA_TEST_F()601 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local603 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()881 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local884 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()
1281 int expected_counter = 0; in verifyEdges() local1286 expected_counter = (int)outermost_edge_tess_level_clamped_rounded - 2 * (n_edge / 3); in verifyEdges()1290 expected_counter = (int)edge_clamped_rounded_tess_level; in verifyEdges()1295 expected_counter = (int)edge_clamped_rounded_tess_level - 2 * (n_edge / 4); in verifyEdges()1301 expected_counter = 1; in verifyEdges()1305 if (segment_deltas[0].counter != (unsigned int)expected_counter) in verifyEdges()1308 << "Invalid amount of segments (expected:" << expected_counter in verifyEdges()