Searched refs:testQueue (Results 1 – 2 of 2) sorted by relevance
/external/deqp/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 …]
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 916 TestQueue testQueue; in BatchTests() local 933 testQueue.emplace(std::move(batchTests)); in BatchTests() 938 return testQueue; in BatchTests()
|