Searched refs:forInput (Results 1 – 9 of 9) sorted by relevance
1205 EXPECT_FALSE(type.forInput()); in TEST_F()1284 EXPECT_TRUE(inp1.forInput()); in TEST_F()1303 EXPECT_TRUE(p.forInput()); in TEST_F()1396 EXPECT_TRUE(type.forInput()); in TEST_F()1405 EXPECT_FALSE(type.forInput()); in TEST_F()1510 EXPECT_TRUE(ins1.forInput()); in TEST_F()1530 EXPECT_TRUE(p.forInput()); in TEST_F()1630 EXPECT_TRUE(type.forInput()); in TEST_F()1639 EXPECT_FALSE(type.forInput()); in TEST_F()1992 EXPECT_TRUE(type.forInput()); in TEST_F()[all …]
295 if (type.forInput()) { in dumpType()
226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() function392 inline bool forInput() const { return _mIndex.forInput(); } in forInput() function
78 i.forInput() ? 'I' : i.forOutput() ? 'O' : '-', in attribParamIndex()
109 if (!(encoder ? type.forInput() : type.forOutput())) { in addSupportedProfileLevels()
1731 if (param->forInput()) { in handleWork()
1271 if ((input && !index.forInput()) in getFormatForDomain()
378 if (!index.forInput() || paramDesc->isReadOnly()) { in transferParams_l()
801 ASSERT_TRUE(streamInfo.index().forInput()); in TEST_F()