Searched refs:testQueue (Results 1 – 3 of 3) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() 173 VkQueueFlagBits testQueue; // Queue type that this test case targets member 271 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerSequential() 326 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerOverwrite() 440 …createDeviceWithExtension(context, wd, params.base.testQueue, params.base.useHostPtr, params.base.… in bufferMarkerMemoryDep() [all …]
|
| /third_party/vk-gl-cts/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() 209 VkQueueFlagBits testQueue; // Queue type that this test case targets member 307 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerSequential() 378 createDeviceWithExtension(context, wd, params.testQueue, params.useHostPtr, params.offset); in bufferMarkerOverwrite() 508 …createDeviceWithExtension(context, wd, params.base.testQueue, params.base.useHostPtr, params.base.… 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()
|