Home
last modified time | relevance | path

Searched refs:validateOutput (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/modules/esm/
H A Dhooks.js290 const validateOutput = (hookErrIdentifier, output) => {
300 const nextResolve = nextHookFactory(chain[chain.length - 1], meta, { validateArgs, validateOutput });
305 validateOutput(hookErrIdentifier, resolution);
435 const validateOutput = (hookErrIdentifier, output) => {
445 const nextLoad = nextHookFactory(chain[chain.length - 1], meta, { validateArgs, validateOutput });
450 validateOutput(hookErrIdentifier, loaded);
821 function nextHookFactory(current, meta, { validateArgs, validateOutput }) {
838 nextNextHook = nextHookFactory(next, meta, { validateArgs, validateOutput });
865 validateOutput(outputErrIdentifier, output);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp114 if (validateOutput(outputs)) in iterate()
121 bool validateOutput(std::vector<deUint64>& outputs) in validateOutput() function in vkt::shaderexecutor::__anon28675::ShaderClockTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp114 if (validateOutput(outputs)) in iterate()
121 bool validateOutput(std::vector<deUint64>& outputs) in validateOutput() function in vkt::shaderexecutor::__anon29824::ShaderClockTestInstance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp82 void validateOutput(de::SharedPtr<ShaderExecutor> executor);
105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() function in glcts::ShaderConstExpr::ExecutorTestCase
128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() function in glcts::ShaderConstExpr::ExecutorTestCase
161 validateOutput(executor); in iterate()

Completed in 4 milliseconds