/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 70 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 D | vktSynchronizationOperationSingleQueueTests.cpp | 91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate()
|
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 151 const Unique<VkEvent> event (createEvent(vk, device)); in noneWaitSubmitTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 70 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 D | vktSynchronizationOperationSingleQueueTests.cpp | 91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate()
|
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 151 const Unique<VkEvent> event (createEvent(vk, device)); in noneWaitSubmitTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 467 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 D | vktApiCommandBuffersTests.cpp | 467 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 D | vkRefUtil.cpp | 201 Move<VkEvent> createEvent (const DeviceInterface& vk, in createEvent() function 214 return createEvent(vk, device, &createInfo, pAllocateInfo); in createEvent()
|
H A D | vkRefUtil.hpp | 90 Move<VkEvent> createEvent (const DeviceInterface& vk,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemDeviceLossTests.cpp | 193 createEvent(deviceDriver, *logicalDevice), in iterate() 194 createEvent(deviceDriver, *logicalDevice) in iterate()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuThreadUtil.hpp | 72 Object (const char* type, de::SharedPtr<Event> createEvent);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
|
H A D | vktObjectRefreshTests.cpp | 117 vk::Move<vk::VkEvent> event = createEvent(vkd, device); in refreshObjects()
|
H A D | vktDeviceObjectReservationTests.cpp | 277 *it = EventSp(new Unique<VkEvent>(createEvent(vkd, device))); in createEvents()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
|
H A D | vktObjectRefreshTests.cpp | 117 vk::Move<vk::VkEvent> event = createEvent(vkd, device); in refreshObjects()
|
H A D | vktDeviceObjectReservationTests.cpp | 277 *it = EventSp(new Unique<VkEvent>(createEvent(vkd, device))); in createEvents()
|
/third_party/node/lib/internal/ |
H A D | event_target.js | 727 const createEvent = () => { 780 arg = createEvent();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 621 return createEvent(env.vkd, env.device, &eventCreateInfo);
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 599 return createEvent(env.vkd, env.device, &eventCreateInfo);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 582 return createEvent(env.vkd, env.device, &eventCreateInfo);
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 593 return createEvent(env.vkd, env.device, &eventCreateInfo);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 458 return createEvent(vk, device, &createInfo); in makeEvent()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 457 return createEvent(vk, device, &createInfo); in makeEvent()
|