Searched refs:testQueue (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 80 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase() argument 88 if (testQueue == VK_QUEUE_TRANSFER_BIT) in queueFamilyMatchesTestCase() 92 if (testQueue == VK_QUEUE_COMPUTE_BIT) in queueFamilyMatchesTestCase() 96 if (testQueue == VK_QUEUE_GRAPHICS_BIT) in queueFamilyMatchesTestCase() 105 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, boo… in createDeviceWithExtension() argument 121 if (queueFamilyMatchesTestCase(queueFamilyProperties[familyIdx], testQueue) && in createDeviceWithExtension() 186 VkQueueFlagBits testQueue; // Queue type that this test case targets member 288 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr); in bufferMarkerSequential() 343 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr); in bufferMarkerOverwrite() 456 createDeviceWithExtension(context, wd, params.base.testQueue, params.base.useHostPtr); in bufferMarkerMemoryDep() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 898 TestQueue testQueue; in BatchTests() local 915 testQueue.emplace(std::move(batchTests)); in BatchTests() 920 return testQueue; in BatchTests()
|