Searched refs:copyDepth (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.h | 64 angle::Result copyDepth(const gl::Context *context,
|
D | Blit11.cpp | 1068 angle::Result Blit11::copyDepth(const gl::Context *context, in copyDepth() function in rx::Blit11
|
D | Renderer11.cpp | 3773 ANGLE_TRY(mBlit->copyDepth(context, readSRV, readArea, readSize, drawDSV, drawArea, in blitRenderbufferRect()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2667 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate() local 2669 LLVM_DEBUG(llvm::dbgs() << "Generating copies at depth " << copyDepth in affineDataCopyGenerate() 2707 if (failed(region->compute(opInst, copyDepth, /*sliceState=*/nullptr, in affineDataCopyGenerate() 2712 if (!getFullMemRefAsRegion(opInst, copyDepth, region.get())) { in affineDataCopyGenerate() 2747 if (!getFullMemRefAsRegion(opInst, copyDepth, region.get())) { in affineDataCopyGenerate()
|