Home
last modified time | relevance | path

Searched refs:compilerInstance (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm83 gl::ShCompilerInstance *compilerInstance,
95 std::make_shared<TranslateTask>(compilerInstance->getHandle(), compileOptions, source);
103 gl::ShCompilerInstance *compilerInstance,
111 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(compilerInstance->getHandle());
152 return compileImplMtl(context, compilerInstance, getState().getSource(),
DShaderMtl.h26 gl::ShCompilerInstance *compilerInstance,
40 gl::ShCompilerInstance *compilerInstance,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DShaderNULL.cpp23 gl::ShCompilerInstance *compilerInstance, in compile() argument
26 return compileImpl(context, compilerInstance, mState.getSource(), options); in compile()
DShaderNULL.h25 gl::ShCompilerInstance *compilerInstance,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.cpp68 gl::ShCompilerInstance *compilerInstance, in WaitableCompileEventD3D() argument
72 mCompilerInstance(compilerInstance), in WaitableCompileEventD3D()
270 gl::ShCompilerInstance *compilerInstance, in compile() argument
371 auto translateTask = std::make_shared<TranslateTaskD3D>(compilerInstance->getHandle(), options, in compile()
375 angle::WorkerThreadPool::PostWorkerTask(workerThreadPool, translateTask), compilerInstance, in compile()
DShaderD3D.h42 gl::ShCompilerInstance *compilerInstance,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DShaderImpl.h57 gl::ShCompilerInstance *compilerInstance,
66 gl::ShCompilerInstance *compilerInstance,
DShaderImpl.cpp84 gl::ShCompilerInstance *compilerInstance, in compileImpl() argument
94 std::make_shared<TranslateTask>(compilerInstance->getHandle(), compileOptions, source); in compileImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DShaderVk.cpp25 gl::ShCompilerInstance *compilerInstance, in compile() argument
107 return compileImpl(context, compilerInstance, mState.getSource(), compileOptions | options); in compile()
DShaderVk.h25 gl::ShCompilerInstance *compilerInstance,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp242 gl::ShCompilerInstance *compilerInstance, in compile() argument
390 ShHandle handle = compilerInstance->getHandle(); in compile()
414 std::make_shared<TranslateTaskGL>(compilerInstance->getHandle(), options, source, in compile()
427 ShHandle handle = compilerInstance->getHandle(); in compile()
DShaderGL.h31 gl::ShCompilerInstance *compilerInstance,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp389 ShCompilerInstance compilerInstance = mBoundCompiler->getInstance(mState.mShaderType); in compile() local
390 ShHandle compilerHandle = compilerInstance.getHandle(); in compile()
392 mCompilerResourcesString = compilerInstance.getBuiltinResourcesString(); in compile()
395 mCompilingState->shCompilerInstance = std::move(compilerInstance); in compile()