/third_party/node/test/parallel/ |
D | test-url-format.js | 8 const formatTests = { variable 264 for (const u in formatTests) { 265 const expect = formatTests[u].href; 266 delete formatTests[u].href; 268 const actualObj = url.format(formatTests[u]); 272 `wonky format(${JSON.stringify(formatTests[u])}) == ${
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 849 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses samp… in createImageViewTests() local 871 formatTests->addChild(formatGroup.release()); in createImageViewTests() 874 viewTypeGroup->addChild(formatTests.release()); in createImageViewTests()
|
D | vktPipelineStencilTests.cpp | 967 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses … in createStencilTests() local 1053 formatTests->addChild(formatTest.release()); in createStencilTests() 1058 stencilTests->addChild(formatTests.release()); in createStencilTests() 1060 noColorAttachmentTests->addChild(formatTests.release()); in createStencilTests()
|
D | vktPipelineDepthTests.cpp | 1304 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses diffe… in createDepthTests() local 1394 formatTests->addChild(formatTest.release()); in createDepthTests() 1398 depthTests->addChild(formatTests.release()); in createDepthTests() 1400 noColorAttachmentTests->addChild(formatTests.release()); in createDepthTests()
|
D | vktPipelineImageTests.cpp | 857 …de::MovePtr<tcu::TestCaseGroup> formatTests = createImageFormatTests(testCtx, allocationKind, pipe… in createImageViewTypeTests() local 859 viewTypeGroup->addChild(formatTests.release()); in createImageViewTypeTests()
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2358 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAttachmentFeedbackLoopLayoutSamplerTests() local 2392 …formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests() 2398 …formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests() 2404 viewTypeGroup->addChild(formatTests.release()); in createAttachmentFeedbackLoopLayoutSamplerTests()
|
D | vktPipelineSamplerTests.cpp | 1976 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAllFormatsSamplerTests() local 2026 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests() 2029 viewTypeGroup->addChild(formatTests.release()); in createAllFormatsSamplerTests()
|
D | vktPipelineBlendTests.cpp | 2142 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses… in createBlendTests() local 2187 formatTests->addChild(formatTest.release()); in createBlendTests() 2283 blendTests->addChild(formatTests.release()); in createBlendTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 849 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses samp… in createImageViewTests() local 871 formatTests->addChild(formatGroup.release()); in createImageViewTests() 874 viewTypeGroup->addChild(formatTests.release()); in createImageViewTests()
|
D | vktPipelineStencilTests.cpp | 967 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses … in createStencilTests() local 1053 formatTests->addChild(formatTest.release()); in createStencilTests() 1058 stencilTests->addChild(formatTests.release()); in createStencilTests() 1060 noColorAttachmentTests->addChild(formatTests.release()); in createStencilTests()
|
D | vktPipelineDepthTests.cpp | 1304 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses diffe… in createDepthTests() local 1394 formatTests->addChild(formatTest.release()); in createDepthTests() 1398 depthTests->addChild(formatTests.release()); in createDepthTests() 1400 noColorAttachmentTests->addChild(formatTests.release()); in createDepthTests()
|
D | vktPipelineImageTests.cpp | 857 …de::MovePtr<tcu::TestCaseGroup> formatTests = createImageFormatTests(testCtx, allocationKind, pipe… in createImageViewTypeTests() local 859 viewTypeGroup->addChild(formatTests.release()); in createImageViewTypeTests()
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2358 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAttachmentFeedbackLoopLayoutSamplerTests() local 2392 …formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests() 2398 …formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests() 2404 viewTypeGroup->addChild(formatTests.release()); in createAttachmentFeedbackLoopLayoutSamplerTests()
|
D | vktPipelineSamplerTests.cpp | 1976 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAllFormatsSamplerTests() local 2026 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests() 2029 viewTypeGroup->addChild(formatTests.release()); in createAllFormatsSamplerTests()
|
D | vktPipelineBlendTests.cpp | 2142 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses… in createBlendTests() local 2187 formatTests->addChild(formatTest.release()); in createBlendTests() 2283 blendTests->addChild(formatTests.release()); in createBlendTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 1670 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, de::toLower(formatNa… in addBufferAccessTests() local 1691 formatTests->addChild(uboReadTests.release()); in addBufferAccessTests() 1692 formatTests->addChild(ssboReadTests.release()); in addBufferAccessTests() 1693 formatTests->addChild(ssboWriteTests.release()); in addBufferAccessTests() 1695 shaderTypeTests->addChild(formatTests.release()); in addBufferAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 1670 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, de::toLower(formatNa… in addBufferAccessTests() local 1691 formatTests->addChild(uboReadTests.release()); in addBufferAccessTests() 1692 formatTests->addChild(ssboReadTests.release()); in addBufferAccessTests() 1693 formatTests->addChild(ssboWriteTests.release()); in addBufferAccessTests() 1695 shaderTypeTests->addChild(formatTests.release()); in addBufferAccessTests()
|