Searched refs:isRestartIndex (Results 1 – 3 of 3) sorted by relevance
95 bool isRestartIndex (size_t elementNdx, deUint32 restartIndex) const;
1725 bool PrimitiveList::isRestartIndex (size_t elementNdx, deUint32 restartIndex) const in isRestartIndex() function in rr::PrimitiveList1784 …!(command.state.restart.enabled && command.primitives.isRestartIndex(elementNdx, command.state.res… in drawInstanced()
78 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);260 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() function in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyTest1364 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indices[indexNdx]); in verifyImage()