Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp689 VkCommandBufferBeginInfo commandBufRecordState; in generateWork() local
920 deMemset(&commandBufRecordState, 0xcd, sizeof(commandBufRecordState)); in generateWork()
921 commandBufRecordState.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; in generateWork()
922 commandBufRecordState.pNext = DE_NULL; in generateWork()
923 commandBufRecordState.flags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; in generateWork()
924 commandBufRecordState.pInheritanceInfo = &inheritanceInfo; in generateWork()
925 VK_CHECK(deviceInterface.beginCommandBuffer(testContext.cmdBuffer.get(), &commandBufRecordState)); in generateWork()