Home
last modified time | relevance | path

Searched defs:testQueue (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMarkerTests.cpp67 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase()
92 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, boo… in createDeviceWithExtension()
173 VkQueueFlagBits testQueue; // Queue type that this test case targets member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp67 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase()
92 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, boo… in createDeviceWithExtension()
209 VkQueueFlagBits testQueue; // Queue type that this test case targets member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp898 TestQueue testQueue; in BatchTests() local