Searched refs:graphics_queue (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkswapper.c | 243 GstVulkanQueue *graphics_queue; member 283 if (data->graphics_queue) in _choose_queue() 284 gst_object_unref (data->graphics_queue); in _choose_queue() 285 data->graphics_queue = gst_object_ref (queue); in _choose_queue() 291 if (!data->graphics_queue) in _choose_queue() 335 data.graphics_queue = NULL; in gst_vulkan_swapper_choose_queue() 340 if (data.graphics_queue != data.present_queue) { in gst_vulkan_swapper_choose_queue() 347 if (data.graphics_queue) in gst_vulkan_swapper_choose_queue() 348 gst_object_unref (data.graphics_queue); in gst_vulkan_swapper_choose_queue() 355 if (data.graphics_queue) in gst_vulkan_swapper_choose_queue() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 300 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkHundredIndividual() 367 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkOneWithOneHundred() 459 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in SecondaryCommandBufferBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 300 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkHundredIndividual() 367 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkOneWithOneHundred() 459 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in SecondaryCommandBufferBenchmark()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 162 VkQueue graphics_queue; member
|
D | vulkan_command_buffer_utils.cpp | 777 vkGetDeviceQueue(info.device, info.graphics_queue_family_index, 0, &info.graphics_queue); in init_device_queue() 780 info.present_queue = info.graphics_queue; in init_device_queue()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 162 VkQueue graphics_queue; member
|
D | vulkan_command_buffer_utils.cpp | 788 vkGetDeviceQueue(info.device, info.graphics_queue_family_index, 0, &info.graphics_queue); in init_device_queue() 791 info.present_queue = info.graphics_queue; in init_device_queue()
|