/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBarrierUtil.cpp | 32 … 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()
|
D | vkBarrierUtil.hpp | 35 … 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/ |
D | vn_feedback.c | 303 .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()
|
D | vn_command_buffer.c | 318 &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/ |
D | vk_synchronization.c | 134 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_buffer_memory_barrier() 156 .srcQueueFamilyIndex = barrier->srcQueueFamilyIndex, in upgrade_image_memory_barrier()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 99 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/ |
D | vktDrawBufferObjectUtil.cpp | 92 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
|
D | vktDrawImageObjectUtil.cpp | 299 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/ |
D | vktSynchronizationUtil.cpp | 628 … 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()
|
D | vktSynchronizationSmokeTests.cpp | 365 imageBarrier.srcQueueFamilyIndex = imageParameters.queueFamilyNdxList[0]; in createVulkanImage() 564 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass() 614 bufferBarrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 426 imageMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue() 449 bufferMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 81 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transitionImageLayout()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 436 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in buffer_memory_barrier() 507 … uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED, 517 barrier.srcQueueFamilyIndex = srcQueueFamilyIndex;
|
D | vkrenderframework.h | 279 uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED,
|
D | vkpositivelayertests.cpp | 898 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 …]
|
D | vklayertests_buffer_image_memory_sampler.cpp | 1868 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/ |
D | VkStructConversion.hpp | 293 pBufferMemoryBarriers[i].srcQueueFamilyIndex, 313 pImageMemoryBarriers[i].srcQueueFamilyIndex,
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | SparseBindingTest.cpp | 181 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in UploadContent() 222 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in UploadContent()
|
/external/deqp-deps/amber/src/vulkan/ |
D | transfer_image.cc | 318 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ImageBarrier()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_synchronization.cpp | 345 imb.srcQueueFamilyIndex = res->queue; in for_image() 405 imb.srcQueueFamilyIndex = res->queue; in for_image()
|
D | zink_batch.c | 853 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/ |
D | panvk_vX_cmd_buffer.c | 513 barrier->srcQueueFamilyIndex, in panvk_per_arch() 527 barrier->srcQueueFamilyIndex, in panvk_per_arch()
|
/external/angle/src/tests/test_utils/ |
D | VulkanHelper.cpp | 118 uint32_t srcQueueFamilyIndex, in ImageMemoryBarrier() argument 130 /* .srcQueueFamilyIndex = */ srcQueueFamilyIndex, in ImageMemoryBarrier()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1114 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/ |
D | vktBindingDescriptorBufferTests.cpp | 5445 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()
|