Home
last modified time | relevance | path

Searched refs:validateOutput (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/modules/esm/
Dloader.js114 function nextHookFactory(chain, meta, { validateArgs, validateOutput }) { field
137 nextNextHook = nextHookFactory(chain, meta, { validateArgs, validateOutput }); field
165 validateOutput(outputErrIdentifier, output);
591 const validateOutput = (hookErrIdentifier, output) => { function
601 const nextLoad = nextHookFactory(chain, meta, { validateArgs, validateOutput }); field
606 validateOutput(hookErrIdentifier, loaded);
823 const validateOutput = (hookErrIdentifier, output) => { function
833 const nextResolve = nextHookFactory(chain, meta, { validateArgs, validateOutput }); field
838 validateOutput(hookErrIdentifier, resolution);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp114 if (validateOutput(outputs)) in iterate()
121 bool validateOutput(std::vector<deUint64>& outputs) in validateOutput() function in vkt::shaderexecutor::__anon370dcedf0111::ShaderClockTestInstance
/third_party/vk-gl-cts/external/openglcts/modules/common/
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()