Home
last modified time | relevance | path

Searched refs:isRestartIndex (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp95 bool isRestartIndex (size_t elementNdx, deUint32 restartIndex) const;
DrrRenderer.cpp1733 bool PrimitiveList::isRestartIndex (size_t elementNdx, deUint32 restartIndex) const in isRestartIndex() function in rr::PrimitiveList
1792 …!(command.state.restart.enabled && command.primitives.isRestartIndex(elementNdx, command.state.res… in drawInstanced()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp80 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
295 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() function in vkt::pipeline::__anon4f9cd2720111::InputAssemblyTest
1389 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indices[indexNdx]); in verifyImage()