/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBarrierUtil.cpp | 36 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()
|
D | vkBarrierUtil.hpp | 38 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/ |
D | GrVkImage.cpp | 118 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/ |
D | vk_synchronization2.c | 74 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_buffer_memory_barrier() 95 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_image_memory_barrier()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_image.cc | 44 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in InsertImageMemoryBarrier()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 150 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/ |
D | vf_avgblur_vulkan.c | 249 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 262 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 275 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_overlay_vulkan.c | 280 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 293 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 306 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_chromaber_vulkan.c | 211 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 224 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_scale_vulkan.c | 336 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 357 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 85 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
|
D | vktDrawImageObjectUtil.cpp | 349 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/ |
D | vktSynchronizationUtil.cpp | 630 pBufferMemoryBarrier.dstQueueFamilyIndex in cmdPipelineBarrier() 660 pImageMemoryBarrier.dstQueueFamilyIndex in cmdPipelineBarrier() 758 bmb.dstQueueFamilyIndex in cmdWaitEvents() 784 imb.dstQueueFamilyIndex in cmdWaitEvents()
|
D | vktSynchronizationSmokeTests.cpp | 322 …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/ |
D | vulkan_surface_producer.cc | 201 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL_KHR, in TransitionSurfacesToExternal()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 138 barrier.dstQueueFamilyIndex = 0; in Configure()
|
D | BufferVk.cpp | 190 barrier.dstQueueFamilyIndex = 0; in TransitionUsageNow()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 80 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 186 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()
|
D | BufferVk.cpp | 285 barrier->dstQueueFamilyIndex = 0; in TransitionUsageAndGetResourceBarrier()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 543 .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()
|
D | vkdownload.c | 252 .dstQueueFamilyIndex = 0, in _image_to_raw_perform() 264 .dstQueueFamilyIndex = 0, in _image_to_raw_perform()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkswapper.c | 1081 .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/ |
D | VulkanHelper.cpp | 119 uint32_t dstQueueFamilyIndex, in ImageMemoryBarrier() argument 131 /* .dstQueueFamilyIndex = */ dstQueueFamilyIndex, in ImageMemoryBarrier()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 438 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()
|