Home
last modified time | relevance | path

Searched refs:createEvent (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
102 const Unique<VkEvent> event (createEvent(vk, device)); in deviceResetSetEventCase()
175 const Unique<VkEvent> event (createEvent(vk, device)); in eventSetResetNoneStage()
247 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in singleSubmissionCase()
293 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in multiSubmissionCase()
366 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in secondaryCommandBufferCase()
H A DvktSynchronizationOperationSingleQueueTests.cpp91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate()
H A DvktSynchronizationBasicSemaphoreTests.cpp151 const Unique<VkEvent> event (createEvent(vk, device)); in noneWaitSubmitTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
102 const Unique<VkEvent> event (createEvent(vk, device)); in deviceResetSetEventCase()
175 const Unique<VkEvent> event (createEvent(vk, device)); in eventSetResetNoneStage()
247 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in singleSubmissionCase()
293 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in multiSubmissionCase()
366 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in secondaryCommandBufferCase()
H A DvktSynchronizationOperationSingleQueueTests.cpp91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate()
H A DvktSynchronizationBasicSemaphoreTests.cpp151 const Unique<VkEvent> event (createEvent(vk, device)); in noneWaitSubmitTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp467 const Unique<VkEvent> event (createEvent(vk, device)); in executeCommandBuffer()
726 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in executePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
853 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in resetBufferImplicitlyTest()
1025 events.push_back(makeSharedPtr(createEvent(vk, vkDevice))); in trimCommandPoolTest()
1115 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSinglePrimaryBufferTest()
1156 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargePrimaryBufferTest()
1237 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSingleSecondaryBufferTest()
1307 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargeSecondaryBufferTest()
1379 const Unique<VkEvent> event (createEvent(v in submitPrimaryBufferTwiceTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp467 const Unique<VkEvent> event (createEvent(vk, device)); in executeCommandBuffer()
726 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in executePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
853 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in resetBufferImplicitlyTest()
1025 events.push_back(makeSharedPtr(createEvent(vk, vkDevice))); in trimCommandPoolTest()
1115 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSinglePrimaryBufferTest()
1156 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargePrimaryBufferTest()
1237 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSingleSecondaryBufferTest()
1307 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargeSecondaryBufferTest()
1379 const Unique<VkEvent> event (createEvent(v in submitPrimaryBufferTwiceTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRefUtil.cpp201 Move<VkEvent> createEvent (const DeviceInterface& vk, in createEvent() function
214 return createEvent(vk, device, &createInfo, pAllocateInfo); in createEvent()
H A DvkRefUtil.hpp90 Move<VkEvent> createEvent (const DeviceInterface& vk,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp193 createEvent(deviceDriver, *logicalDevice), in iterate()
194 createEvent(deviceDriver, *logicalDevice) in iterate()
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.hpp72 Object (const char* type, de::SharedPtr<Event> createEvent);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
H A DvktObjectRefreshTests.cpp117 vk::Move<vk::VkEvent> event = createEvent(vkd, device); in refreshObjects()
H A DvktDeviceObjectReservationTests.cpp277 *it = EventSp(new Unique<VkEvent>(createEvent(vkd, device))); in createEvents()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
H A DvktObjectRefreshTests.cpp117 vk::Move<vk::VkEvent> event = createEvent(vkd, device); in refreshObjects()
H A DvktDeviceObjectReservationTests.cpp277 *it = EventSp(new Unique<VkEvent>(createEvent(vkd, device))); in createEvents()
/third_party/node/lib/internal/
H A Devent_target.js727 const createEvent = () => {
780 arg = createEvent();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp621 return createEvent(env.vkd, env.device, &eventCreateInfo);
H A DvktMemoryDeviceMemoryReportTests.cpp599 return createEvent(env.vkd, env.device, &eventCreateInfo);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp582 return createEvent(env.vkd, env.device, &eventCreateInfo);
H A DvktMemoryDeviceMemoryReportTests.cpp593 return createEvent(env.vkd, env.device, &eventCreateInfo);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp458 return createEvent(vk, device, &createInfo); in makeEvent()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp457 return createEvent(vk, device, &createInfo); in makeEvent()

Completed in 51 milliseconds

12