Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp652 VkCommandBufferBeginInfo commandBufRecordState; in generateWork() local
883 deMemset(&commandBufRecordState, 0xcd, sizeof(commandBufRecordState)); in generateWork()
884 commandBufRecordState.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; in generateWork()
885 commandBufRecordState.pNext = DE_NULL; in generateWork()
886 commandBufRecordState.flags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; in generateWork()
887 commandBufRecordState.pInheritanceInfo = &inheritanceInfo; in generateWork()
888 VK_CHECK(deviceInterface.beginCommandBuffer(testContext.cmdBuffer.get(), &commandBufRecordState)); in generateWork()