Home | History | Annotate | Download | only in functional

Lines Matching refs:offsetType

67 	enum OffsetType
95 , offsetType (OFFSETTYPE_NONE)
105 OffsetType offsetType;
195 switch (spec.offsetType)
262 if (spec.offsetType == OFFSETTYPE_RESET_DEFAULT && counterNdx == spec.atomicCounterCount/2)
285 switch (spec.offsetType)
928 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING)
1179 string layoutTypesToName (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType)
1197 if (bindingType != AtomicCounterTest::BINDINGTYPE_BASIC && offsetType != AtomicCounterTest::OFFSETTYPE_NONE)
1200 switch (offsetType)
1237 string layoutTypesToDesc (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType)
1259 switch (offsetType)
1367 spec.offsetType = AtomicCounterTest::OFFSETTYPE_NONE;
1393 const AtomicCounterTest::OffsetType offsetTypes[] =
1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx];
1405 TestCaseGroup* layoutQualifierGroup = new TestCaseGroup(m_context, layoutTypesToName(AtomicCounterTest::BINDINGTYPE_BASIC, offsetType).c_str(), layoutTypesToDesc(AtomicCounterTest::BINDINGTYPE_BASIC, offsetType).c_str());
1417 if (offsetType == AtomicCounterTest::OFFSETTYPE_FIRST_AUTO && counterCount < 3)
1420 if (offsetType == AtomicCounterTest::OFFSETTYPE_DEFAULT_AUTO && counterCount < 2)
1423 if (offsetType == AtomicCounterTest::OFFSETTYPE_RESET_DEFAULT && counterCount < 2)
1426 if (offsetType == AtomicCounterTest::OFFSETTYPE_REVERSE && counterCount < 2)
1445 spec.offsetType = offsetType;
1468 spec.offsetType = AtomicCounterTest::OFFSETTYPE_NONE;
1482 spec.offsetType = AtomicCounterTest::OFFSETTYPE_NONE;
1496 spec.offsetType = AtomicCounterTest::OFFSETTYPE_INVALID;
1510 spec.offsetType = AtomicCounterTest::OFFSETTYPE_INVALID_OVERLAPPING;
1524 spec.offsetType = AtomicCounterTest::OFFSETTYPE_INVALID_DEFAULT;