Searched refs:storeOps (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/ |
D | MemRefDataFlowOpt.cpp | 91 SmallVector<Operation *, 8> storeOps; in forwardStoreToLoad() local 99 storeOps.push_back(storeOp); in forwardStoreToLoad() 111 for (auto *storeOp : storeOps) { in forwardStoreToLoad()
|
D | LoopFusion.cpp | 144 SmallVectorImpl<Operation *> *storeOps) { in getStoreOpsForMemref() 147 storeOps->push_back(storeOpInst); in getStoreOpsForMemref()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 980 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests() local 990 for (deUint32 storeOpIdx = 0; storeOpIdx < DE_LENGTH_OF_ARRAY(storeOps); storeOpIdx++) in createRenderPassUnusedAttachmentTests() 992 …w tcu::TestCaseGroup(testCtx, (std::string("storeop") + storeOpToString(storeOps[storeOpIdx])).c_s… in createRenderPassUnusedAttachmentTests() 998 …for (deUint32 stencilStoreOpIdx = 0; stencilStoreOpIdx < DE_LENGTH_OF_ARRAY(storeOps); stencilStor… in createRenderPassUnusedAttachmentTests() 1001 …const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStore… in createRenderPassUnusedAttachmentTests() 1004 params.storeOp = storeOps[storeOpIdx]; in createRenderPassUnusedAttachmentTests() 1006 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 4887 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() local 5001 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests() 5012 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests() 5023 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests() 5033 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentTests() 5177 const VkAttachmentStoreOp storeOps[] = in addAttachmentAllocationTests() local 5324 …p storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests() 5334 …ncilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests() 5634 …reOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests() 5640 …stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); in addAttachmentAllocationTests() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 848 std::string loadOps, storeOps; in dumpCommandsForDiagnostics() local 853 storeOps += " Color: "; in dumpCommandsForDiagnostics() 858 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[i].storeOp); in dumpCommandsForDiagnostics() 867 storeOps += " Depth/Stencil: "; in dumpCommandsForDiagnostics() 873 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[dsIndex].storeOp); in dumpCommandsForDiagnostics() 874 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilStoreOp); in dumpCommandsForDiagnostics() 881 result += "------------ StoreOp: " + storeOps; in dumpCommandsForDiagnostics()
|
D | vk_helpers.cpp | 1816 std::string loadOps, storeOps; in addCommandDiagnostics() local 1821 storeOps += " Color: "; in addCommandDiagnostics() 1826 storeOps += GetStoreOpShorthand( in addCommandDiagnostics() 1837 storeOps += " Depth/Stencil: "; in addCommandDiagnostics() 1842 storeOps += GetStoreOpShorthand( in addCommandDiagnostics() 1844 storeOps += GetStoreOpShorthand( in addCommandDiagnostics() 1851 out << "StoreOp: " << storeOps << "\\l"; in addCommandDiagnostics()
|