Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp974 const VkAttachmentLoadOp loadOps[] = in createRenderPassUnusedAttachmentTests() local
987 for (deUint32 loadOpIdx = 0; loadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); loadOpIdx++) in createRenderPassUnusedAttachmentTests()
989 …(new tcu::TestCaseGroup(testCtx, (std::string("loadop") + loadOpToString(loadOps[loadOpIdx])).c_st… in createRenderPassUnusedAttachmentTests()
995 …for (deUint32 stencilLoadOpIdx = 0; stencilLoadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); stencilLoadOpI… in createRenderPassUnusedAttachmentTests()
997 …u::TestCaseGroup(testCtx, (std::string("stencilloadop") + loadOpToString(loadOps[stencilLoadOpIdx]… in createRenderPassUnusedAttachmentTests()
1004 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests()
1006 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassTests.cpp5562 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local
5689 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5700 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5722 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5732 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5897 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local
6050 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6060 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6361 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6367 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp974 const VkAttachmentLoadOp loadOps[] = in createRenderPassUnusedAttachmentTests() local
987 for (deUint32 loadOpIdx = 0; loadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); loadOpIdx++) in createRenderPassUnusedAttachmentTests()
989 …(new tcu::TestCaseGroup(testCtx, (std::string("loadop") + loadOpToString(loadOps[loadOpIdx])).c_st… in createRenderPassUnusedAttachmentTests()
995 …for (deUint32 stencilLoadOpIdx = 0; stencilLoadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); stencilLoadOpI… in createRenderPassUnusedAttachmentTests()
997 …u::TestCaseGroup(testCtx, (std::string("stencilloadop") + loadOpToString(loadOps[stencilLoadOpIdx]… in createRenderPassUnusedAttachmentTests()
1004 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests()
1006 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassTests.cpp5562 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local
5689 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5700 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5722 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5732 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests()
5897 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local
6050 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6060 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6361 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests()
6367 …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.cpp288 const VkAttachmentLoadOp loadOps[] = in init() local
305 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
DvktPipelinePushDescriptorTests.cpp3822 const VkAttachmentLoadOp loadOps[] = in init() local
3841 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp288 const VkAttachmentLoadOp loadOps[] = in init() local
305 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
DvktPipelinePushDescriptorTests.cpp3822 const VkAttachmentLoadOp loadOps[] = in init() local
3841 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()