Home
last modified time | relevance | path

Searched refs:srcQueueFamilyIndex (Results 1 – 25 of 84) sorted by relevance

1234

/external/deqp/external/vulkancts/framework/vulkan/
DvkBarrierUtil.cpp32 … const VkDeviceSize bufferSizeBytes, const uint32_t srcQueueFamilyIndex, in makeBufferMemoryBarrier() argument
40 srcQueueFamilyIndex, // uint32_t srcQueueFamilyIndex; in makeBufferMemoryBarrier()
53 const uint32_t srcQueueFamilyIndex, in makeBufferMemoryBarrier2() argument
63 srcQueueFamilyIndex, // uint32_t srcQueueFamilyIndex; in makeBufferMemoryBarrier2()
74 … const uint32_t srcQueueFamilyIndex, const uint32_t dstQueueFamilyIndex) in makeImageMemoryBarrier() argument
83 srcQueueFamilyIndex, // uint32_t srcQueueFamilyIndex; in makeImageMemoryBarrier()
96 … const uint32_t srcQueueFamilyIndex, const uint32_t dstQueueFamilyIndex) in makeImageMemoryBarrier2() argument
107 srcQueueFamilyIndex, // uint32_t srcQueueFamilyIndex; in makeImageMemoryBarrier2()
DvkBarrierUtil.hpp35 … const uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
43 … const uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
49 … const uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
58 … const uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
/external/mesa3d/src/virtio/vulkan/
Dvn_feedback.c303 .srcQueueFamilyIndex = barrier2->srcQueueFamilyIndex, in vn_build_buffer_memory_barrier()
372 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_event_feedback_cmd_record()
397 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_event_feedback_cmd_record()
419 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_cmd_record_flush_barrier()
469 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_feedback_cmd_record()
607 .srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, in vn_query_feedback_cmd_record_internal()
Dvn_command_buffer.c318 &barrier->newLayout, &barrier->srcQueueFamilyIndex, in vn_cmd_fix_image_memory_barrier()
344 &barrier->newLayout, &barrier->srcQueueFamilyIndex, in vn_cmd_fix_image_memory_barrier2()
398 if (img_barrier->srcQueueFamilyIndex == in vn_cmd_wait_events_fix_image_memory_barriers()
1485 .srcQueueFamilyIndex = cmd->pool->queue_family_index, in vn_transition_prime_layout()
/external/mesa3d/src/vulkan/runtime/
Dvk_synchronization.c134 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_buffer_memory_barrier()
156 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_image_memory_barrier()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h99 return barrier->srcQueueFamilyIndex != barrier->dstQueueFamilyIndex; in IsTransferOp()
104 …ume_transfer || IsTransferOp(barrier)) && (pool->queueFamilyIndex == barrier->srcQueueFamilyIndex); in TempIsReleaseOp()
1287 uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
1293 srcQueueFamilyIndex(barrier.srcQueueFamilyIndex),
1298 hc << srcQueueFamilyIndex << dstQueueFamilyIndex << handle;
1303 …return (srcQueueFamilyIndex == rhs.srcQueueFamilyIndex) && (dstQueueFamilyIndex == rhs.dstQueueFam…
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp92 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
DvktDrawImageObjectUtil.cpp299 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in readUsingBuffer()
547 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in upload()
639 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in uploadUsingBuffer()
727 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp628 … pBufferMemoryBarrier.offset, pBufferMemoryBarrier.size, pBufferMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier()
654 … pImageMemoryBarrier.srcQueueFamilyIndex, pImageMemoryBarrier.dstQueueFamilyIndex)); in cmdPipelineBarrier()
743 … bmb.buffer, bmb.offset, bmb.size, bmb.srcQueueFamilyIndex, bmb.dstQueueFamilyIndex)); in cmdWaitEvents()
760 … imb.oldLayout, imb.newLayout, imb.image, imb.subresourceRange, imb.srcQueueFamilyIndex, in cmdWaitEvents()
DvktSynchronizationSmokeTests.cpp365 imageBarrier.srcQueueFamilyIndex = imageParameters.queueFamilyNdxList[0]; in createVulkanImage()
564 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass()
614 bufferBarrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
DvktSynchronizationOperationMultiQueueTests.cpp426 imageMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
449 bufferMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp81 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h436 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in buffer_memory_barrier()
507 … uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
517 barrier.srcQueueFamilyIndex = srcQueueFamilyIndex;
Dvkrenderframework.h279 uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
Dvkpositivelayertests.cpp898 image_barrier.srcQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F()
905 image_barrier.srcQueueFamilyIndex = no_gfx; in TEST_F()
941 buffer_barrier.srcQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F()
952 buffer_barrier.srcQueueFamilyIndex = no_gfx; in TEST_F()
1961 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
1985 img_barrier2.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
2837 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
3599 imb.srcQueueFamilyIndex = 0; in TEST_F()
3640 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
7315 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
[all …]
Dvklayertests_buffer_image_memory_sampler.cpp1868 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
2485 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
2505 img_barrier.srcQueueFamilyIndex = 0; in TEST_F()
2511 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
2565 bmb.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
3718 buf_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
3794 img_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
4027 buf_barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
4267 img_barrier_template.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
/external/swiftshader/src/Vulkan/
DVkStructConversion.hpp293 pBufferMemoryBarriers[i].srcQueueFamilyIndex,
313 pImageMemoryBarriers[i].srcQueueFamilyIndex,
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp181 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in UploadContent()
222 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in UploadContent()
/external/deqp-deps/amber/src/vulkan/
Dtransfer_image.cc318 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImageBarrier()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_synchronization.cpp345 imb.srcQueueFamilyIndex = res->queue; in for_image()
405 imb.srcQueueFamilyIndex = res->queue; in for_image()
Dzink_batch.c853 imb.srcQueueFamilyIndex = screen->gfx_queue; in zink_end_batch()
870 imb.srcQueueFamilyIndex = screen->gfx_queue; in zink_end_batch()
/external/mesa3d/src/panfrost/vulkan/csf/
Dpanvk_vX_cmd_buffer.c513 barrier->srcQueueFamilyIndex, in panvk_per_arch()
527 barrier->srcQueueFamilyIndex, in panvk_per_arch()
/external/angle/src/tests/test_utils/
DVulkanHelper.cpp118 uint32_t srcQueueFamilyIndex, in ImageMemoryBarrier() argument
130 /* .srcQueueFamilyIndex = */ srcQueueFamilyIndex, in ImageMemoryBarrier()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1114 copy_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ensure_swapchain_fonts()
1144 use_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ensure_swapchain_fonts()
1238 imb.srcQueueFamilyIndex = present_queue->family_index; in render_swapchain_display()
1383 imb.srcQueueFamilyIndex = device_data->graphic_queue->family_index; in render_swapchain_display()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp5445 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5488 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5548 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5586 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5612 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5643 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
5672 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()

1234