Searched defs:isIndexed (Results 1 – 5 of 5) sorted by relevance
27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed() function51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed() function
206 bool isIndexed() const { in isIndexed() function in __anon566be99f0111::PathGeoBuilder453 bool isIndexed = instanceCount > 1 || in primType() local
93 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } in isIndexed() function in vkt::Draw::__anondcc9ea300111::DrawTest
815 const auto isIndexed = (m_params.drawType == DrawType::INDEXED); in iterate() local1473 const auto isIndexed = (drawTypeCase.drawType == DrawType::INDEXED); in createDrawMultiExtTests() local
507 protected final boolean isIndexed(int expandedTypeID) in isIndexed() method in DTMDefaultBaseTraversers.IndexedDTMAxisTraverser