Home
last modified time | relevance | path

Searched refs:dstQueueFamilyIndex (Results 1 – 25 of 60) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBarrierUtil.cpp36 const deUint32 dstQueueFamilyIndex) in makeBufferMemoryBarrier() argument
45 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeBufferMemoryBarrier()
60 const deUint32 dstQueueFamilyIndex) in makeBufferMemoryBarrier2() argument
71 dstQueueFamilyIndex, // deUint32 dstQueueFamilyIndex; in makeBufferMemoryBarrier2()
85 const deUint32 dstQueueFamilyIndex) in makeImageMemoryBarrier() argument
96 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeImageMemoryBarrier()
111 const deUint32 dstQueueFamilyIndex) in makeImageMemoryBarrier2() argument
124 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeImageMemoryBarrier2()
DvkBarrierUtil.hpp38 const deUint32 dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED);
48 const deUint32 dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED);
57 const deUint32 dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED);
68 const deUint32 dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED);
/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.cpp118 uint32_t dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in setImageLayout() local
127 dstQueueFamilyIndex = gpu->queueIndex(); in setImageLayout()
133 dstQueueFamilyIndex = fInitialQueueFamily; in setImageLayout()
145 dstQueueFamilyIndex, // dstQueueFamilyIndex in setImageLayout()
/third_party/mesa3d/src/vulkan/util/
Dvk_synchronization2.c74 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_buffer_memory_barrier()
95 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_image_memory_barrier()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_image.cc44 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in InsertImageMemoryBarrier()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c150 const uint32_t dst_qfi = out_barrier->dstQueueFamilyIndex; in vn_cmd_fix_image_memory_barrier()
153 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
157 out_barrier->dstQueueFamilyIndex = cmd->queue_family_index; in vn_cmd_fix_image_memory_barrier()
164 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
176 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier()
177 } else if (src_qfi == out_barrier->dstQueueFamilyIndex || in vn_cmd_fix_image_memory_barrier()
180 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier()
188 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
232 img_barrier->dstQueueFamilyIndex) { in vn_cmd_wait_events_fix_image_memory_barriers()
1258 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT, in vn_CmdCopyImageToBuffer()
/third_party/ffmpeg/libavfilter/
Dvf_avgblur_vulkan.c249 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
262 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
275 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
Dvf_overlay_vulkan.c280 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
293 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
306 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
Dvf_chromaber_vulkan.c211 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
224 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
Dvf_scale_vulkan.c336 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
357 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp85 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
DvktDrawImageObjectUtil.cpp349 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in readUsingBuffer()
650 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in upload()
746 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in uploadUsingBuffer()
856 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp630 pBufferMemoryBarrier.dstQueueFamilyIndex in cmdPipelineBarrier()
660 pImageMemoryBarrier.dstQueueFamilyIndex in cmdPipelineBarrier()
758 bmb.dstQueueFamilyIndex in cmdWaitEvents()
784 imb.dstQueueFamilyIndex in cmdWaitEvents()
DvktSynchronizationSmokeTests.cpp322 …imageBarrier.dstQueueFamilyIndex = imageParameters.queueFamilyNdxList[imageParameters.queueFamilyC… in createVulkanImage()
512 …renderBarrier.dstQueueFamilyIndex = renderInfo.queueFamilyNdxList[renderInfo.queueFamilyNdxCoun… in recordRenderPass()
561 bufferBarrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.cc201 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL_KHR, in TransitionSurfacesToExternal()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp138 barrier.dstQueueFamilyIndex = 0; in Configure()
DBufferVk.cpp190 barrier.dstQueueFamilyIndex = 0; in TransitionUsageNow()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp80 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp186 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in BuildMemoryBarrier()
798 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL_KHR; in ExportExternalTexture()
908 barrier->dstQueueFamilyIndex = ToBackend(GetDevice())->GetGraphicsQueueFamily(); in TweakTransitionForExternalUsage()
951 layoutBarrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TweakTransitionForExternalUsage()
DBufferVk.cpp285 barrier->dstQueueFamilyIndex = 0; in TransitionUsageAndGetResourceBarrier()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c543 .dstQueueFamilyIndex = 0, in _buffer_to_image_perform()
555 .dstQueueFamilyIndex = 0, in _buffer_to_image_perform()
926 .dstQueueFamilyIndex = 0, in _raw_to_image_perform()
941 .dstQueueFamilyIndex = 0, in _raw_to_image_perform()
Dvkdownload.c252 .dstQueueFamilyIndex = 0, in _image_to_raw_perform()
264 .dstQueueFamilyIndex = 0, in _image_to_raw_perform()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c1081 .dstQueueFamilyIndex = 0, in _build_render_buffer_cmd()
1149 .dstQueueFamilyIndex = 0, in _build_render_buffer_cmd()
1188 .dstQueueFamilyIndex = 0, in _build_render_buffer_cmd()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp119 uint32_t dstQueueFamilyIndex, in ImageMemoryBarrier() argument
131 /* .dstQueueFamilyIndex = */ dstQueueFamilyIndex, in ImageMemoryBarrier()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp438 copy_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImGui_ImplVulkan_CreateFontsTexture()
460 use_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImGui_ImplVulkan_CreateFontsTexture()

123