Home
last modified time | relevance | path

Searched refs:dst_qf (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1909 uint32_t src_qf, dst_qf; in prepare_frame() local
1943 dst_qf = VK_QUEUE_FAMILY_IGNORED; in prepare_frame()
1949 dst_qf = VK_QUEUE_FAMILY_IGNORED; in prepare_frame()
1960 dst_qf = VK_QUEUE_FAMILY_EXTERNAL_KHR; in prepare_frame()
1982 img_bar[i].dstQueueFamilyIndex = dst_qf; in prepare_frame()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c9541 enum radv_queue_family dst_qf = vk_queue_to_radv(cmd_buffer->device->physical_device, dst_family_index); in radv_handle_image_transition() local
9548 dst_qf == cmd_buffer->qf); in radv_handle_image_transition()
9557 (src_qf == RADV_QUEUE_GENERAL || dst_qf == RADV_QUEUE_GENERAL)) in radv_handle_image_transition()
9564 radv_image_queue_family_mask(image, dst_qf, cmd_buffer->qf); in radv_handle_image_transition()

Completed in 21 milliseconds