Searched refs:graphics_queue (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/gpu_display/src/vulkan/ |
D | post_worker.rs | 239 graphics_queue: &Queue, in record_and_submit_post_command() 280 destination_queue_family_index: graphics_queue.queue_family_index(), in record_and_submit_post_command() 375 if graphics_queue.queue_family_index() == present_queue.queue_family_index() { in record_and_submit_post_command() 379 source_index: graphics_queue.queue_family_index(), in record_and_submit_post_command() 469 source_queue_family_index: graphics_queue.queue_family_index(), in record_and_submit_post_command() 519 *graphics_queue.internal_object_guard(), in record_and_submit_post_command() 538 graphics_queue: Arc<Queue>, field 723 let graphics_queue = queues localVariable 769 graphics_queue, 779 self.graphics_queue in drain_queues() [all …]
|
/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 287 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkHundredIndividual() 354 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in PrimaryCommandBufferBenchmarkOneWithOneHundred() 446 res = vkQueueSubmit(info.graphics_queue, 1, submitInfo, drawFence); in SecondaryCommandBufferBenchmark()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 163 VkQueue graphics_queue; member
|
D | vulkan_command_buffer_utils.cpp | 790 vkGetDeviceQueue(info.device, info.graphics_queue_family_index, 0, &info.graphics_queue); in init_device_queue() 793 info.present_queue = info.graphics_queue; in init_device_queue()
|