Home
last modified time | relevance | path

Searched refs:formatTests (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-url-format.js8 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/
DvktPipelineImageViewTests.cpp849 …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()
DvktPipelineStencilTests.cpp967 …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()
DvktPipelineDepthTests.cpp1304 …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()
DvktPipelineImageTests.cpp857 …de::MovePtr<tcu::TestCaseGroup> formatTests = createImageFormatTests(testCtx, allocationKind, pipe… in createImageViewTypeTests() local
859 viewTypeGroup->addChild(formatTests.release()); in createImageViewTypeTests()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2358 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAttachmentFeedbackLoopLayoutSamplerTests() local
2392formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests()
2398formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests()
2404 viewTypeGroup->addChild(formatTests.release()); in createAttachmentFeedbackLoopLayoutSamplerTests()
DvktPipelineSamplerTests.cpp1976 …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()
DvktPipelineBlendTests.cpp2142 …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/
DvktPipelineImageViewTests.cpp849 …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()
DvktPipelineStencilTests.cpp967 …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()
DvktPipelineDepthTests.cpp1304 …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()
DvktPipelineImageTests.cpp857 …de::MovePtr<tcu::TestCaseGroup> formatTests = createImageFormatTests(testCtx, allocationKind, pipe… in createImageViewTypeTests() local
859 viewTypeGroup->addChild(formatTests.release()); in createImageViewTypeTests()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2358 …de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests sam… in createAttachmentFeedbackLoopLayoutSamplerTests() local
2392formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests()
2398formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionTyp… in createAttachmentFeedbackLoopLayoutSamplerTests()
2404 viewTypeGroup->addChild(formatTests.release()); in createAttachmentFeedbackLoopLayoutSamplerTests()
DvktPipelineSamplerTests.cpp1976 …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()
DvktPipelineBlendTests.cpp2142 …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/
DvktRobustnessBufferAccessTests.cpp1670 …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/
DvktRobustnessBufferAccessTests.cpp1670 …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()