Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkBarrierUtil.cpp35 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()
DvkBarrierUtil.hpp37 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/
DGrVkImage.cpp111 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()
DGrVkGpu.cpp1551 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
1592 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp84 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in bufferBarrier()
DvktDrawImageObjectUtil.cpp348 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()
DvktDrawInstancedTests.cpp553 barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in iterate()
/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…
Dbuffer_validation.cpp872 !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/
Danv_dump.c129 .srcQueueFamilyIndex = 0, in dump_image_do_blit()
186 .srcQueueFamilyIndex = 0, in dump_image_do_blit()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp628 pBufferMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier()
658 pImageMemoryBarrier.srcQueueFamilyIndex, in cmdPipelineBarrier()
756 bmb.srcQueueFamilyIndex, in cmdWaitEvents()
782 imb.srcQueueFamilyIndex, in cmdWaitEvents()
DvktSynchronizationSmokeTests.cpp321 imageBarrier.srcQueueFamilyIndex = imageParameters.queueFamilyNdxList[0]; in createVulkanImage()
511 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass()
560 bufferBarrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
DvktSynchronizationOperationMultiQueueTests.cpp350 imageMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
376 bufferMemoryBarrier2.srcQueueFamilyIndex = writeFamily; in createBarrierMultiQueue()
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp79 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()
Dlayer_validation_tests.cpp1954 image_barrier_.srcQueueFamilyIndex = src; in operator ()()
1956 buffer_barrier_.srcQueueFamilyIndex = src; in operator ()()
Dvkrenderframework.cpp1018 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/
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/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp117 uint32_t srcQueueFamilyIndex, in ImageMemoryBarrier() argument
129 /* .srcQueueFamilyIndex = */ srcQueueFamilyIndex, in ImageMemoryBarrier()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1074 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/
DGrVkCommandBuffer.cpp99 (imgBarrier->srcQueueFamilyIndex == VK_QUEUE_FAMILY_IGNORED) && in pipelineBarrier()

123