Home
last modified time | relevance | path

Searched refs:VkEventSp (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp45 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp; typedef
195 std::vector<VkEventSp> events; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp45 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp; typedef
195 std::vector<VkEventSp> events; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp60 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp; typedef
785 std::vector<VkEventSp> events; in executeLargePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
2652 std::vector<VkEventSp> events; in submitBufferCountNonZero()
2655 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferCountNonZero()
2748 std::vector<VkEventSp> events; in submitBufferCountEqualZero()
2750 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferCountEqualZero()
3138 std::vector<VkEventSp> events; in submitBufferNullFence()
3140 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferNullFence()
3246 std::vector<VkEventSp> event in submitTwoBuffersOneBufferNullWithFence()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp60 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp; typedef
785 std::vector<VkEventSp> events; in executeLargePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
2652 std::vector<VkEventSp> events; in submitBufferCountNonZero()
2655 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferCountNonZero()
2748 std::vector<VkEventSp> events; in submitBufferCountEqualZero()
2750 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferCountEqualZero()
3138 std::vector<VkEventSp> events; in submitBufferNullFence()
3140 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in submitBufferNullFence()
3246 std::vector<VkEventSp> event in submitTwoBuffersOneBufferNullWithFence()
[all...]

Completed in 12 milliseconds