Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp5237 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local
5364 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5375 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5397 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5407 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5563 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local
5716 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
5726 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6026 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6032 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp752 std::string loadOps, storeOps; in dumpCommandsForDiagnostics() local
756 loadOps += " Color: "; in dumpCommandsForDiagnostics()
761 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[i].loadOp); in dumpCommandsForDiagnostics()
770 loadOps += " Depth/Stencil: "; in dumpCommandsForDiagnostics()
774 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].loadOp); in dumpCommandsForDiagnostics()
775 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilLoadOp); in dumpCommandsForDiagnostics()
783 result += " LoadOp: " + loadOps; in dumpCommandsForDiagnostics()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1967 std::string loadOps, storeOps; in addCommandDiagnostics() local
1971 loadOps += " Color: "; in addCommandDiagnostics()
1976 loadOps += GetLoadOpShorthand( in addCommandDiagnostics()
1988 loadOps += " Depth/Stencil: "; in addCommandDiagnostics()
1991 loadOps += GetLoadOpShorthand( in addCommandDiagnostics()
1993 loadOps += GetLoadOpShorthand( in addCommandDiagnostics()
2004 out << "LoadOp: " << loadOps << "\\l"; in addCommandDiagnostics()