/external/deqp/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,
|
/external/skqp/src/gpu/vk/ |
D | GrVkImage.cpp | 111 uint32_t srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in setImageLayout() local 120 srcQueueFamilyIndex = fInfo.fCurrentQueueFamily; in setImageLayout() 127 srcQueueFamilyIndex = fInfo.fCurrentQueueFamily; in setImageLayout() 139 srcQueueFamilyIndex, // srcQueueFamilyIndex in setImageLayout()
|
D | GrVkGpu.cpp | 1551 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage() 1592 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
|
/external/deqp/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()
|
D | vktDrawInstancedTests.cpp | 553 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
|
/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…
|
D | buffer_validation.cpp | 872 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness() 885 … report_data->FormatHandle(barrier_record->handle).c_str(), barrier_record->srcQueueFamilyIndex, in ValidateQFOTransferBarrierUniqueness() 902 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in RecordQFOTransferBarriers() 938 …report_data->FormatHandle(barrier.handle).c_str(), barrier.srcQueueFamilyIndex, barrier.dstQueueFa… in ValidateAndUpdateQFOScoreboard() 968 found->srcQueueFamilyIndex, found->dstQueueFamilyIndex); in ValidateQueuedQFOTransferBarriers() 987 acquire.srcQueueFamilyIndex, acquire.dstQueueFamilyIndex); in ValidateQueuedQFOTransferBarriers()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_dump.c | 129 .srcQueueFamilyIndex = 0, in dump_image_do_blit() 186 .srcQueueFamilyIndex = 0, in dump_image_do_blit()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 628 pBufferMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier() 658 pImageMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier() 756 bmb.srcQueueFamilyIndex, in cmdWaitEvents() 782 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()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 350 imageMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue() 376 bufferMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 79 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()
|
D | layer_validation_tests.cpp | 1954 image_barrier_.srcQueueFamilyIndex = src; in operator ()() 1956 buffer_barrier_.srcQueueFamilyIndex = src; in operator ()()
|
D | vkrenderframework.cpp | 1018 uint32_t srcQueueFamilyIndex, uint32_t dstQueueFamilyIndex) { in ImageMemoryBarrier() argument 1024 …ory_barrier(output_mask, input_mask, Layout(), image_layout, subresourceRange, srcQueueFamilyIndex, in ImageMemoryBarrier()
|
/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/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 117 uint32_t srcQueueFamilyIndex, in ImageMemoryBarrier() argument 129 /* .srcQueueFamilyIndex = */ srcQueueFamilyIndex, in ImageMemoryBarrier()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1074 copy_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ensure_swapchain_fonts() 1104 use_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in ensure_swapchain_fonts() 1198 imb.srcQueueFamilyIndex = present_queue->family_index; in render_swapchain_display() 1343 imb.srcQueueFamilyIndex = device_data->graphic_queue->family_index; in render_swapchain_display()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 99 (imgBarrier->srcQueueFamilyIndex == VK_QUEUE_FAMILY_IGNORED) && in pipelineBarrier()
|