Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp303 static const deUint32 indexPattern[] = { 0, 1, 2, 3, 4 }; in fillPattern() local
305 const deUint8* pattern = (useIndexPattern ? reinterpret_cast<const deUint8*>(indexPattern) in fillPattern()
308 ? DE_LENGTH_OF_ARRAY(indexPattern)*sizeof(deUint32) in fillPattern()