/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBarrierUtil.cpp | 35 const deUint32 srcQueueFamilyIndex, in makeBufferMemoryBarrier() argument 44 srcQueueFamilyIndex, // deUint32 srcQueueFamilyIndex; in makeBufferMemoryBarrier() 59 const deUint32 srcQueueFamilyIndex, in makeBufferMemoryBarrier2() argument 70 srcQueueFamilyIndex, // deUint32 srcQueueFamilyIndex; in makeBufferMemoryBarrier2() 84 const deUint32 srcQueueFamilyIndex, in makeImageMemoryBarrier() argument 95 srcQueueFamilyIndex, // deUint32 srcQueueFamilyIndex; in makeImageMemoryBarrier() 110 const deUint32 srcQueueFamilyIndex, in makeImageMemoryBarrier2() argument 123 srcQueueFamilyIndex, // deUint32 srcQueueFamilyIndex; in makeImageMemoryBarrier2()
|
D | vkBarrierUtil.hpp | 37 const deUint32 srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 47 const deUint32 srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 56 const deUint32 srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 67 const deUint32 srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 117 uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in setImageLayout() local 126 srcQueueFamilyIndex = fInfo.fCurrentQueueFamily; in setImageLayout() 132 srcQueueFamilyIndex = fInfo.fCurrentQueueFamily; in setImageLayout() 144 srcQueueFamilyIndex, // srcQueueFamilyIndex in setImageLayout()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_synchronization2.c | 73 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_buffer_memory_barrier() 94 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_image_memory_barrier()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_image.cc | 43 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in InsertImageMemoryBarrier()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 152 out_barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier() 154 } else if (dst_qfi == out_barrier->srcQueueFamilyIndex || in vn_cmd_fix_image_memory_barrier() 156 out_barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier() 163 out_barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier() 173 const uint32_t src_qfi = out_barrier->srcQueueFamilyIndex; in vn_cmd_fix_image_memory_barrier() 175 out_barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier() 179 out_barrier->srcQueueFamilyIndex = cmd->queue_family_index; in vn_cmd_fix_image_memory_barrier() 187 out_barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier() 231 if (img_barrier->srcQueueFamilyIndex == in vn_cmd_wait_events_fix_image_memory_barriers() 1257 .srcQueueFamilyIndex = cmd->queue_family_index, in vn_CmdCopyImageToBuffer()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_avgblur_vulkan.c | 248 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 261 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 274 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_overlay_vulkan.c | 279 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 292 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 305 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_chromaber_vulkan.c | 210 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 223 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vf_scale_vulkan.c | 335 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 356 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 84 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
|
D | vktDrawImageObjectUtil.cpp | 348 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in readUsingBuffer() 649 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in upload() 745 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in uploadUsingBuffer() 855 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 629 pBufferMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier() 659 pImageMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier() 757 bmb.srcQueueFamilyIndex, in cmdWaitEvents() 783 imb.srcQueueFamilyIndex, in cmdWaitEvents()
|
D | vktSynchronizationSmokeTests.cpp | 321 imageBarrier.srcQueueFamilyIndex = imageParameters.queueFamilyNdxList[0]; in createVulkanImage() 511 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass() 560 bufferBarrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_producer.cc | 200 .srcQueueFamilyIndex = 0, in TransitionSurfacesToExternal()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 137 barrier.srcQueueFamilyIndex = 0; in Configure()
|
D | BufferVk.cpp | 189 barrier.srcQueueFamilyIndex = 0; in TransitionUsageNow()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 79 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 185 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in BuildMemoryBarrier() 797 barrier.srcQueueFamilyIndex = device->GetGraphicsQueueFamily(); in ExportExternalTexture() 907 barrier->srcQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL_KHR; in TweakTransitionForExternalUsage() 950 layoutBarrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TweakTransitionForExternalUsage()
|
D | BufferVk.cpp | 284 barrier->srcQueueFamilyIndex = 0; in TransitionUsageAndGetResourceBarrier()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 542 .srcQueueFamilyIndex = 0, in _buffer_to_image_perform() 554 .srcQueueFamilyIndex = 0, in _buffer_to_image_perform() 925 .srcQueueFamilyIndex = 0, in _raw_to_image_perform() 940 .srcQueueFamilyIndex = 0, in _raw_to_image_perform()
|
D | vkdownload.c | 251 .srcQueueFamilyIndex = 0, in _image_to_raw_perform() 263 .srcQueueFamilyIndex = 0, in _image_to_raw_perform()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkswapper.c | 1080 .srcQueueFamilyIndex = 0, in _build_render_buffer_cmd() 1148 .srcQueueFamilyIndex = 0, in _build_render_buffer_cmd() 1187 .srcQueueFamilyIndex = 0, in _build_render_buffer_cmd()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 118 uint32_t srcQueueFamilyIndex, in ImageMemoryBarrier() argument 130 /* .srcQueueFamilyIndex = */ srcQueueFamilyIndex, in ImageMemoryBarrier()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 437 copy_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImGui_ImplVulkan_CreateFontsTexture() 459 use_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImGui_ImplVulkan_CreateFontsTexture()
|