Home
last modified time | relevance | path

Searched refs:loadOps (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp973 const VkAttachmentLoadOp loadOps[] = in createRenderPassUnusedAttachmentTests() local
986 for (deUint32 loadOpIdx = 0; loadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); loadOpIdx++) in createRenderPassUnusedAttachmentTests()
988 …(new tcu::TestCaseGroup(testCtx, (std::string("loadop") + loadOpToString(loadOps[loadOpIdx])).c_st… in createRenderPassUnusedAttachmentTests()
994 …for (deUint32 stencilLoadOpIdx = 0; stencilLoadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); stencilLoadOpI… in createRenderPassUnusedAttachmentTests()
996 …u::TestCaseGroup(testCtx, (std::string("stencilloadop") + loadOpToString(loadOps[stencilLoadOpIdx]… in createRenderPassUnusedAttachmentTests()
1003 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests()
1005 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassTests.cpp4880 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local
5000 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5011 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5022 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5032 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5170 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local
5323 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
5333 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
5633 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
5639 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp848 std::string loadOps, storeOps; in dumpCommandsForDiagnostics() local
852 loadOps += " Color: "; in dumpCommandsForDiagnostics()
857 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[i].loadOp); in dumpCommandsForDiagnostics()
866 loadOps += " Depth/Stencil: "; in dumpCommandsForDiagnostics()
870 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].loadOp); in dumpCommandsForDiagnostics()
871 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilLoadOp); in dumpCommandsForDiagnostics()
879 result += " LoadOp: " + loadOps; in dumpCommandsForDiagnostics()
Dvk_helpers.cpp1816 std::string loadOps, storeOps; in addCommandDiagnostics() local
1820 loadOps += " Color: "; in addCommandDiagnostics()
1825 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1836 loadOps += " Depth/Stencil: "; in addCommandDiagnostics()
1839 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1840 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].stencilLoadOp); in addCommandDiagnostics()
1850 out << "LoadOp: " << loadOps << "\\l"; in addCommandDiagnostics()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp248 const VkAttachmentLoadOp loadOps[] = in init() local
265 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
DvktPipelinePushDescriptorTests.cpp3775 const VkAttachmentLoadOp loadOps[] = in init() local
3794 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp153 SmallVectorImpl<Operation *> *loadOps) { in getLoadOpsForMemref()
156 loadOps->push_back(loadOpInst); in getLoadOpsForMemref()