Home
last modified time | relevance | path

Searched refs:cmd_pool (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c379 GstVulkanCommandPool *cmd_pool; member
445 if (!raw->cmd_pool) { in _buffer_to_image_perform()
446 if (!(raw->cmd_pool = in _buffer_to_image_perform()
453 if (!(cmd_buf = gst_vulkan_command_pool_create (raw->cmd_pool, &error))) in _buffer_to_image_perform()
655 if (raw->cmd_pool) in _buffer_to_image_free()
656 gst_object_unref (raw->cmd_pool); in _buffer_to_image_free()
657 raw->cmd_pool = NULL; in _buffer_to_image_free()
698 GstVulkanCommandPool *cmd_pool; member
774 if (!raw->cmd_pool) { in _raw_to_image_perform()
775 if (!(raw->cmd_pool = in _raw_to_image_perform()
[all …]
Dvkdownload.c88 GstVulkanCommandPool *cmd_pool; member
153 if (!raw->cmd_pool) { in _image_to_raw_perform()
154 if (!(raw->cmd_pool = in _image_to_raw_perform()
161 if (!(cmd_buf = gst_vulkan_command_pool_create (raw->cmd_pool, &error))) in _image_to_raw_perform()
370 if (raw->cmd_pool) { in _image_to_raw_free()
371 gst_object_unref (raw->cmd_pool); in _image_to_raw_free()
372 raw->cmd_pool = NULL; in _image_to_raw_free()
Dvkcolorconvert.c1330 gst_vulkan_command_pool_create (conv->quad->cmd_pool, &error))) in gst_vulkan_color_convert_transform()
Dvkviewconvert.c1973 gst_vulkan_command_pool_create (conv->quad->cmd_pool, &error))) in gst_vulkan_view_convert_transform()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c114 VkCommandPool cmd_pool; in override_queue() local
117 NULL, &cmd_pool)); in override_queue()
122 .commandPool = cmd_pool, in override_queue()
155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
/third_party/flutter/glfw/tests/
Dvulkan.c327 VkCommandPool cmd_pool; member
429 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); in demo_flush_init_cmd()
443 .commandPool = demo->cmd_pool, in demo_set_image_layout()
1547 &demo->cmd_pool); in demo_prepare()
1553 .commandPool = demo->cmd_pool, in demo_prepare()
2145 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_cleanup()
2147 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_cleanup()
2148 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_cleanup()
2196 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_resize()
2198 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_resize()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.h67 GstVulkanCommandPool *cmd_pool; member
Dgstvkfullscreenquad.h79 GstVulkanCommandPool *cmd_pool; member
Dgstvkswapper.c428 if (!(swapper->cmd_pool = in _vulkan_swapper_retrieve_surface_properties()
583 if (swapper->cmd_pool) in gst_vulkan_swapper_finalize()
584 gst_object_unref (swapper->cmd_pool); in gst_vulkan_swapper_finalize()
585 swapper->cmd_pool = NULL; in gst_vulkan_swapper_finalize()
1051 if (!(cmd_buf = gst_vulkan_command_pool_create (swapper->cmd_pool, error))) in _build_render_buffer_cmd()
Dgstvkfullscreenquad.c658 clear_field_object (cmd_pool);
1134 if (!(cmd = gst_vulkan_command_pool_create (self->cmd_pool, error))) in gst_vulkan_full_screen_quad_draw()
1253 if (!self->cmd_pool) in gst_vulkan_full_screen_quad_prepare_draw()
1254 if (!(self->cmd_pool = in gst_vulkan_full_screen_quad_prepare_draw()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp719 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()
731 cmd.commandPool = info.cmd_pool; in init_command_buffer()
749 cmd.commandPool = info.cmd_pool; in init_command_buffer_array()
765 cmd.commandPool = info.cmd_pool; in init_command_buffer2_array()
1834 vkFreeCommandBuffers(info.device, info.cmd_pool, 1, cmd_bufs); in destroy_command_buffer()
1839 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmds.data()); in destroy_command_buffer_array()
1853 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmd2s.data()); in destroy_command_buffer2_array()
1858 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
1863 vkDestroyCommandPool(info.device, info.cmd_pool, NULL); in destroy_command_pool()
Dvulkan_command_buffer_utils.h179 VkCommandPool cmd_pool; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp730 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()
742 cmd.commandPool = info.cmd_pool; in init_command_buffer()
760 cmd.commandPool = info.cmd_pool; in init_command_buffer_array()
776 cmd.commandPool = info.cmd_pool; in init_command_buffer2_array()
1852 vkFreeCommandBuffers(info.device, info.cmd_pool, 1, cmd_bufs); in destroy_command_buffer()
1857 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmds.data()); in destroy_command_buffer_array()
1871 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmd2s.data()); in destroy_command_buffer2_array()
1876 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
1881 vkDestroyCommandPool(info.device, info.cmd_pool, NULL); in destroy_command_pool()
Dvulkan_command_buffer_utils.h179 VkCommandPool cmd_pool; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp488 auto saved_cmd_pool = info.cmd_pool; in CommandPoolDestroyBenchmark()
501 info.cmd_pool = saved_cmd_pool; in CommandPoolDestroyBenchmark()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp488 auto saved_cmd_pool = info.cmd_pool; in CommandPoolDestroyBenchmark()
501 info.cmd_pool = saved_cmd_pool; in CommandPoolDestroyBenchmark()