Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp418 VkFenceCreateInfo fenceState; in createFences() local
421 deMemset(&fenceState, 0xcd, sizeof(fenceState)); in createFences()
422 fenceState.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO; in createFences()
423 fenceState.pNext = DE_NULL; in createFences()
424 fenceState.flags = signalFlag; in createFences()
427 VK_CHECK(deviceInterface.createFence(device, &fenceState, DE_NULL, &fence[ndx])); in createFences()