Home
last modified time | relevance | path

Searched refs:dstQueueFamilyIndex (Results 1 – 25 of 26) sorted by relevance

12

/external/skqp/src/gpu/vk/
DGrVkImage.cpp112 uint32_t dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in setImageLayout() local
121 dstQueueFamilyIndex = gpu->queueIndex(); in setImageLayout()
128 dstQueueFamilyIndex = fInitialQueueFamily; in setImageLayout()
140 dstQueueFamilyIndex, // dstQueueFamilyIndex in setImageLayout()
DGrVkGpu.cpp1544 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
1585 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
/external/skia/src/gpu/vk/
DGrVkImage.cpp117 uint32_t dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in setImageLayout() local
126 dstQueueFamilyIndex = gpu->queueIndex(); in setImageLayout()
133 dstQueueFamilyIndex = fInitialQueueFamily; in setImageLayout()
145 dstQueueFamilyIndex, // dstQueueFamilyIndex in setImageLayout()
DGrVkGpu.cpp1556 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
1597 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in createTestingOnlyVkImage()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h95 return barrier->srcQueueFamilyIndex != barrier->dstQueueFamilyIndex; in IsTransferOp()
105 …ume_transfer || IsTransferOp(barrier)) && (pool->queueFamilyIndex == barrier->dstQueueFamilyIndex); in IsAcquireOp()
845 uint32_t dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
851 dstQueueFamilyIndex(barrier.dstQueueFamilyIndex) {}
855 hc << srcQueueFamilyIndex << dstQueueFamilyIndex << handle;
860 …(srcQueueFamilyIndex == rhs.srcQueueFamilyIndex) && (dstQueueFamilyIndex == rhs.dstQueueFamilyInde…
Dbuffer_validation.cpp874 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness()
895 barrier_record->dstQueueFamilyIndex); in ValidateQFOTransferBarrierUniqueness()
909 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in RecordQFOTransferBarriers()
948 …ta->FormatHandle(barrier.handle).c_str(), barrier.srcQueueFamilyIndex, barrier.dstQueueFamilyIndex, in ValidateAndUpdateQFOScoreboard()
978 found->srcQueueFamilyIndex, found->dstQueueFamilyIndex); in ValidateQueuedQFOTransferBarriers()
997 acquire.srcQueueFamilyIndex, acquire.dstQueueFamilyIndex); in ValidateQueuedQFOTransferBarriers()
Dcore_validation.cpp7804 VK_QUEUE_FAMILY_IGNORED != img_barrier.dstQueueFamilyIndex) { in ValidateRenderPassImageBarriers()
7809 … funcName, i, img_barrier.srcQueueFamilyIndex, i, img_barrier.dstQueueFamilyIndex); in ValidateRenderPassImageBarriers()
8258 const uint32_t dst_queue_family = barrier->dstQueueFamilyIndex; in ValidateBarrierQueueFamilies()
8273 const uint32_t dst_queue_family = barrier->dstQueueFamilyIndex; in ValidateBarrierQueueFamilies()
/external/mesa3d/src/intel/vulkan/
Danv_dump.c130 .dstQueueFamilyIndex = 0, in dump_image_do_blit()
187 .dstQueueFamilyIndex = 0, in dump_image_do_blit()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp327 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in readUsingBuffer()
575 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in upload()
671 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in uploadUsingBuffer()
781 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in transition2DImage()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp243 barrier.dstQueueFamilyIndex = readFamily; in createBarrierMultiQueue()
263 barrier.dstQueueFamilyIndex = readFamily; in createBarrierMultiQueue()
DvktSynchronizationSmokeTests.cpp287 …imageBarrier.dstQueueFamilyIndex = imageParameters.queueFamilyNdxList[imageParameters.queueFamilyC… in createVulkanImage()
477 …renderBarrier.dstQueueFamilyIndex = renderInfo.queueFamilyNdxList[renderInfo.queueFamilyNdxCoun… in recordRenderPass()
526 bufferBarrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in copyToCPU()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h430 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in buffer_memory_barrier()
513 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in image_memory_barrier()
Dlayer_validation_tests.cpp4280 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
5039 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
5119 bmb.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
5238 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
5322 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
5670 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
10544 barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
14726 buf_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
14791 img_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
14850 buf_barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in TEST_F()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1131 deUint32 dstQueueFamilyIndex; member
1146 deUint32 dstQueueFamilyIndex; member
DvkVulkan_c.inl2576 deUint32 dstQueueFamilyIndex; member
2590 deUint32 dstQueueFamilyIndex; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp722 …preAttachmentBarriers[imgNdx].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; // deUint32 … in ImageSamplingInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c4119 pImageMemoryBarriers[i].dstQueueFamilyIndex, in radv_CmdPipelineBarrier()
4208 pImageMemoryBarriers[i].dstQueueFamilyIndex, in radv_CmdWaitEvents()
/external/mesa3d/include/vulkan/
Dvulkan.h2503 uint32_t dstQueueFamilyIndex; member
2517 uint32_t dstQueueFamilyIndex; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2673 uint32_t dstQueueFamilyIndex; member
2687 uint32_t dstQueueFamilyIndex; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2673 uint32_t dstQueueFamilyIndex; member
2687 uint32_t dstQueueFamilyIndex; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2838 uint32_t dstQueueFamilyIndex; member
2852 uint32_t dstQueueFamilyIndex; member
Dvulkan.hpp19864 , dstQueueFamilyIndex( dstQueueFamilyIndex_ ) in BufferMemoryBarrier()
19907 dstQueueFamilyIndex = dstQueueFamilyIndex_; in setDstQueueFamilyIndex()
19946 && ( dstQueueFamilyIndex == rhs.dstQueueFamilyIndex ) in operator ==()
19965 uint32_t dstQueueFamilyIndex; member
31382 , dstQueueFamilyIndex( dstQueueFamilyIndex_ ) in ImageMemoryBarrier()
31436 dstQueueFamilyIndex = dstQueueFamilyIndex_; in setDstQueueFamilyIndex()
31471 && ( dstQueueFamilyIndex == rhs.dstQueueFamilyIndex ) in operator ==()
31491 uint32_t dstQueueFamilyIndex; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2791 uint32_t dstQueueFamilyIndex; member
2805 uint32_t dstQueueFamilyIndex; member
Dvulkan.hpp22638 , dstQueueFamilyIndex( dstQueueFamilyIndex_ ) in BufferMemoryBarrier()
22681 dstQueueFamilyIndex = dstQueueFamilyIndex_; in setDstQueueFamilyIndex()
22720 && ( dstQueueFamilyIndex == rhs.dstQueueFamilyIndex ) in operator ==()
22739 uint32_t dstQueueFamilyIndex; member
24990 , dstQueueFamilyIndex( dstQueueFamilyIndex_ ) in ImageMemoryBarrier()
25044 dstQueueFamilyIndex = dstQueueFamilyIndex_; in setDstQueueFamilyIndex()
25079 && ( dstQueueFamilyIndex == rhs.dstQueueFamilyIndex ) in operator ==()
25099 uint32_t dstQueueFamilyIndex; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2573 uint32_t dstQueueFamilyIndex; member
2587 uint32_t dstQueueFamilyIndex; member

12