Home
last modified time | relevance | path

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

/third_party/flutter/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/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()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp577 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties)); in CreateVkBackendContext() local
579 VkQueueFamilyProperties* queueProps = (VkQueueFamilyProperties*)queuePropsAlloc.get(); in CreateVkBackendContext()