Home
last modified time | relevance | path

Searched refs:dstQueueFamilyIndex (Results 1 - 25 of 65) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBarrierUtil.cpp36 const deUint32 dstQueueFamilyIndex) in makeBufferMemoryBarrier()
45 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeBufferMemoryBarrier()
60 const deUint32 dstQueueFamilyIndex) in makeBufferMemoryBarrier2()
71 dstQueueFamilyIndex, // deUint32 dstQueueFamilyIndex; in makeBufferMemoryBarrier2()
85 const deUint32 dstQueueFamilyIndex) in makeImageMemoryBarrier()
96 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeImageMemoryBarrier()
111 const deUint32 dstQueueFamilyIndex) in makeImageMemoryBarrier2()
124 dstQueueFamilyIndex, // deUint32 destQueueFamilyIndex; in makeImageMemoryBarrier2()
30 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes, const deUint32 srcQueueFamilyIndex, const deUint32 dstQueueFamilyIndex) makeBufferMemoryBarrier() argument
52 makeBufferMemoryBarrier2(const VkPipelineStageFlags2KHR srcStageMask, const VkAccessFlags2KHR srcAccessMask, const VkPipelineStageFlags2KHR dstStageMask, const VkAccessFlags2KHR dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize size, const deUint32 srcQueueFamilyIndex, const deUint32 dstQueueFamilyIndex) makeBufferMemoryBarrier2() argument
78 makeImageMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkImage image, const VkImageSubresourceRange subresourceRange, const deUint32 srcQueueFamilyIndex, const deUint32 dstQueueFamilyIndex) makeImageMemoryBarrier() argument
102 makeImageMemoryBarrier2(const VkPipelineStageFlags2KHR srcStageMask, const VkAccessFlags2KHR srcAccessMask, const VkPipelineStageFlags2KHR dstStageMask, const VkAccessFlags2KHR dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkImage image, const VkImageSubresourceRange subresourceRange, const deUint32 srcQueueFamilyIndex, const deUint32 dstQueueFamilyIndex) makeImageMemoryBarrier2() argument
H A 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/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c298 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_event_cmd_record()
316 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_event_cmd_record()
358 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_fence_cmd_record()
375 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_fence_cmd_record()
H A Dvn_command_buffer.c113 * dstQueueFamilyIndex). The other queue family must be the queue family the
162 const uint32_t dst_qfi = out_barrier->dstQueueFamilyIndex; in vn_cmd_fix_image_memory_barrier()
165 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
169 out_barrier->dstQueueFamilyIndex = cmd->queue_family_index; in vn_cmd_fix_image_memory_barrier()
176 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
188 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier()
189 } else if (src_qfi == out_barrier->dstQueueFamilyIndex || in vn_cmd_fix_image_memory_barrier()
192 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; in vn_cmd_fix_image_memory_barrier()
200 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in vn_cmd_fix_image_memory_barrier()
244 img_barrier->dstQueueFamilyIndex) { in vn_cmd_wait_events_fix_image_memory_barriers()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c74 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_buffer_memory_barrier()
95 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, in upgrade_image_memory_barrier()
/third_party/ffmpeg/libavfilter/
H A Dvf_avgblur_vulkan.c258 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
271 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
284 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_blend_vulkan.c279 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
292 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
305 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_gblur_vulkan.c352 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
365 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
378 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_overlay_vulkan.c288 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
301 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
314 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_chromaber_vulkan.c216 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
229 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_flip_vulkan.c182 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
195 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_transpose_vulkan.c166 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
179 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
H A Dvf_scale_vulkan.c335 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
356 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in process_frames()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp100 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
H A 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()
857 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp100 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
H A 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()
857 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp650 pBufferMemoryBarrier.dstQueueFamilyIndex
680 pImageMemoryBarrier.dstQueueFamilyIndex
787 bmb.dstQueueFamilyIndex
813 imb.dstQueueFamilyIndex
H A DvktSynchronizationOperationMultiQueueTests.cpp421 imageMemoryBarrier2.dstQueueFamilyIndex = readFamily; in createBarrierMultiQueue()
447 bufferMemoryBarrier2.dstQueueFamilyIndex = readFamily; in createBarrierMultiQueue()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A 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()
H A DBufferVk.cpp285 barrier->dstQueueFamilyIndex = 0; in TransitionUsageAndGetResourceBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp650 pBufferMemoryBarrier.dstQueueFamilyIndex
680 pImageMemoryBarrier.dstQueueFamilyIndex
787 bmb.dstQueueFamilyIndex
813 imb.dstQueueFamilyIndex
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp80 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_image.cc319 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImageBarrier()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp119 uint32_t dstQueueFamilyIndex,
131 /* .dstQueueFamilyIndex = */ dstQueueFamilyIndex,
1039 /* .dstQueueFamilyIndex = */ mGraphicsQueueFamilyIndex,

Completed in 24 milliseconds

123