/external/llvm-project/mlir/lib/Analysis/ |
D | AffineAnalysis.cpp | 604 const MemRefAccess &dstAccess, in getCommonBlock() argument 637 getChainOfAncestorBlocks(dstAccess, dstAncestorBlocks, forOp.getBody()); in getCommonBlock() 655 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in srcAppearsBeforeDstInAncestralBlock() argument 659 getCommonBlock(srcAccess, dstAccess, srcDomain, numCommonLoops); in srcAppearsBeforeDstInAncestralBlock() 664 auto *dstInst = commonBlock->findAncestorOpInBlock(*dstAccess.opInst); in srcAppearsBeforeDstInAncestralBlock() 860 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in checkMemrefAccessDependence() argument 866 LLVM_DEBUG(dstAccess.opInst->dump();); in checkMemrefAccessDependence() 869 if (srcAccess.memref != dstAccess.memref) in checkMemrefAccessDependence() 875 !isa<AffineWriteOpInterface>(dstAccess.opInst)) in checkMemrefAccessDependence() 884 dstAccess.getAccessMap(&dstAccessMap); in checkMemrefAccessDependence() [all …]
|
D | Utils.cpp | 612 MemRefAccess dstAccess(opsB[j]); in computeSliceUnion() local 613 if (srcAccess.memref != dstAccess.memref) in computeSliceUnion() 623 isa<AffineReadOpInterface>(dstAccess.opInst); in computeSliceUnion() 627 srcAccess, dstAccess, /*loopDepth=*/numCommonLoops + 1, in computeSliceUnion() 1077 MemRefAccess dstAccess(dstOpInst); in isLoopParallel() local 1080 srcAccess, dstAccess, depth, &dependenceConstraints, in isLoopParallel()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestMemRefDependenceCheck.cpp | 76 MemRefAccess dstAccess(dstOpInst); in checkDependences() local 84 srcAccess, dstAccess, d, &dependenceConstraints, in checkDependences()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 200 VkFlags dstAccess, in addGlobalMemoryBarrier() argument 204 mGlobalMemoryBarrierDstAccess |= dstAccess; in addGlobalMemoryBarrier() 521 void addGlobalMemoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages); 602 void memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages); 782 VkFlags dstAccess, in addGlobalMemoryBarrier() argument 786 mCurrentWritingNode->addGlobalMemoryBarrier(srcAccess, dstAccess, stages); in addGlobalMemoryBarrier()
|
D | CommandGraph.cpp | 1145 void CommandGraph::memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages) in memoryBarrier() argument 1149 newNode->addGlobalMemoryBarrier(srcAccess, dstAccess, stages); in memoryBarrier()
|
D | vk_helpers.h | 762 VkFlags dstAccess) in mergeMemoryBarrier() argument 767 mMemoryBarrierDstAccess |= dstAccess; in mergeMemoryBarrier()
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | AffineAnalysis.h | 113 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess,
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 376 tcu::PixelBufferAccess dstAccess = dst.getAccess(); in renderQuadGridReference() local 377 tcu::clear(dstAccess, tcu::IVec4(0, 0, 0, 0xff)); in renderQuadGridReference() 402 dstAccess.setPixel(color, x0+x, y0+y); in renderQuadGridReference()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopFusionUtils.cpp | 236 MemRefAccess dstAccess(dstOpInst); in getMaxLoopDepth() local 244 srcAccess, dstAccess, d, &dependenceConstraints, in getMaxLoopDepth()
|
D | LoopUtils.cpp | 456 MemRefAccess dstAccess(dstOp); in checkTilingLegalityImpl() local 461 srcAccess, dstAccess, d, &dependenceConstraints, &depComps); in checkTilingLegalityImpl() 474 LLVM_DEBUG(dstAccess.opInst->dump();); in checkTilingLegalityImpl()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 537 tcu::PixelBufferAccess dstAccess = dst.getAccess(); in renderQuadGridReference() local 538 tcu::clear(dstAccess, tcu::IVec4(0, 0, 0, 0xff)); in renderQuadGridReference() 563 dstAccess.setPixel(color, x0+x, y0+y); in renderQuadGridReference()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 459 tcu::PixelBufferAccess dstAccess = dst.getAccess(); in readPixels() local 463 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1770 VkAccessFlags dstAccess = GrVkImage::LayoutToSrcAccessMask(newLayout); in set_layout_and_queue_from_mutable_state() local 1784 image->setImageLayoutAndQueueIndex(gpu, newLayout, dstAccess, dstStage, false, in set_layout_and_queue_from_mutable_state() 1844 VkAccessFlags dstAccess; in xferBarrier() local 1847 dstAccess = VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT; in xferBarrier() 1851 dstAccess = VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; in xferBarrier() 1858 barrier.dstAccessMask = dstAccess; in xferBarrier()
|
D | GrVkOpsRenderPass.cpp | 73 VkAccessFlags dstAccess = VK_ACCESS_INPUT_ATTACHMENT_READ_BIT | in setAttachmentLayouts() local 79 fGpu, VK_IMAGE_LAYOUT_GENERAL, dstAccess, dstStages, false); in setAttachmentLayouts()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 387 VkAccessFlags dstAccess, in makeMemoryBarrierInfo() argument 397 dstAccess, // VkAccessFlags dstAccessMask; in makeMemoryBarrierInfo()
|
D | vktMemoryPipelineBarrierTests.cpp | 7457 const Access dstAccess = accessFlagToAccess((vk::VkAccessFlagBits)dstAccess_); in CacheState() local 7462 m_unavailableWriteOperations[dstStage][srcStage][dstAccess] = 0; in CacheState() 7517 const Access dstAccess = accessFlagToAccess((vk::VkAccessFlagBits)dstAccess_); in perform() local 7522 m_unavailableWriteOperations[dstStage][srcStage][dstAccess] |= access; in perform() 7593 const Access dstAccess = accessFlagToAccess((vk::VkAccessFlagBits)dstAccess_); in getFullBarrier() local 7598 if (m_unavailableWriteOperations[dstStage][srcStage][dstAccess]) in getFullBarrier() 7602 srcAccesses |= m_unavailableWriteOperations[dstStage][srcStage][dstAccess]; in getFullBarrier() 7677 const Access dstAccess = accessFlagToAccess((vk::VkAccessFlagBits)dstAccess_); in checkImageLayoutBarrier() local 7682 …if (m_unavailableWriteOperations[dstStage][srcStage][dstAccess] != (getWriteAccessFlags() & m_allo… in checkImageLayoutBarrier() 7729 const Access dstAccess = accessFlagToAccess((vk::VkAccessFlagBits)dstAccess_); in imageLayoutBarrier() local [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 905 tcu::PixelBufferAccess dstAccess = dst.getAccess(); in readPixels() local 909 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 884 tcu::PixelBufferAccess dstAccess (dstImage->getAccess()); in convertDepthToColor() local 892 dstAccess.setPixel(color, x, y); in convertDepthToColor() 903 tcu::PixelBufferAccess dstAccess (dstImage->getAccess()); in convertStencilToColor() local 912 dstAccess.setPixel(color, x, y); in convertStencilToColor()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 319 …const tcu::PixelBufferAccess dstAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.ge… in writeTextureLevelPyramidData() local 358 tcu::copy(dstAccess, srcAccess); in writeTextureLevelPyramidData()
|