Searched refs:fenceState (Results 1 – 1 of 1) sorted by relevance
418 VkFenceCreateInfo fenceState; in createFences() local421 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()