Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 44) sorted by relevance

12

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.cpp352 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueStateChanged() local
364 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueTestLogData() local
376 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueInfoLogData() local
388 BatchExecutor* executor = DE_NULL; in dispatchStateChanged() local
401 BatchExecutor* executor = DE_NULL; in dispatchTestLogData() local
412 BatchExecutor* executor = DE_NULL; in dispatchInfoLogData() local
DCMakeLists.txt53 add_executable(executor tools/xeCommandLineExecutor.cpp) target
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.hpp99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log… in operator <<()
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(… in operator <<()
DglsRandomShaderCase.cpp484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate() local
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2107.js19 function executor(resolve) { function
/third_party/skia/src/core/
DSkExecutor.cpp40 static auto* executor = new SkTrivialExecutor(); in trivial_executor() local
53 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
/third_party/node/test/async-hooks/
Dtest-promise.chain-promise-before-init-hooks.js11 const p = new Promise(common.mustCall(function executor(resolve) { function
Dtest-promise.promise-before-init-hooks.js8 const p = new Promise(common.mustCall(function executor(resolve) { function
Dtest-promise.js26 function executor(resolve) { function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput()
128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput()
148 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
DglcShaderMacroTests.cpp65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgTest.cpp68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest() local
/third_party/skia/tests/
DSkScalerCacheTest.cpp57 auto executor = SkExecutor::MakeFIFOThreadPool(kThreadCount); in DEF_TEST() local
DPDFDocumentTest.cpp251 std::unique_ptr<SkExecutor> executor = SkExecutor::MakeFIFOThreadPool(); in DEF_TEST() local
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp520 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler()
554 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler()
610 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor() local
/third_party/skia/tools/skqp/
Djitter_gms.cpp121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
/third_party/typescript/tests/baselines/reference/
DcallWithMissingVoid.js106 function MyPromise(executor) { argument
/third_party/vk-gl-cts/external/amber/src/src/
Damber.cc173 Executor executor; in ExecuteWithShaderData() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c514 ecma_op_create_promise_object (ecma_value_t executor, /**< the executor function or object */ in ecma_op_create_promise_object()
705 ecma_value_t executor = ecma_make_object_value (executor_p); in ecma_promise_new_capability() local
/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h132 SkExecutor* executor() const { return fExecutor; } in executor() function
DSkPDFBitmap.cpp282 if (SkExecutor* executor = doc->executor()) { in SkPDFSerializeImage() local
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp909 TestExecutor executor(testCtx); in runExecServerTests() local
924 TestExecutor executor(testCtx); in runExecServerTests() local
/third_party/python/Lib/concurrent/futures/
Dprocess.py268 def __init__(self, executor): argument

12