Searched refs:testQueue (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 67 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase() argument 75 if (testQueue == VK_QUEUE_TRANSFER_BIT) in queueFamilyMatchesTestCase() 79 if (testQueue == VK_QUEUE_COMPUTE_BIT) in queueFamilyMatchesTestCase() 83 if (testQueue == VK_QUEUE_GRAPHICS_BIT) in queueFamilyMatchesTestCase() 92 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, boo… in createDeviceWithExtension() argument 108 if (queueFamilyMatchesTestCase(queueFamilyProperties[familyIdx], testQueue) && in createDeviceWithExtension() 208 VkQueueFlagBits testQueue; // Queue type that this test case targets member 306 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerSequential() 377 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerOverwrite() 507 …createDeviceWithExtension(context, wd, params.base.testQueue, params.base.useHostPtr, params.base.… in bufferMarkerMemoryDep() [all …]
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 728 TestQueue testQueue; in BatchTests() local 745 testQueue.emplace(std::move(batchTests)); in BatchTests() 750 return testQueue; in BatchTests()
|