Home
last modified time | relevance | path

Searched refs:queuePropsAlloc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DVkPriorityExtensionTest.cpp163 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in DEF_GPUTEST() local
165 VkQueueFamilyProperties* queueProps = (VkQueueFamilyProperties*)queuePropsAlloc.get(); in DEF_GPUTEST()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp592 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext() local
594 VkQueueFamilyProperties* queueProps = (VkQueueFamilyProperties*)queuePropsAlloc.get(); in CreateVkBackendContext()