Searched refs:compilerInstance (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/renderer/null/ |
D | ShaderNULL.cpp | 23 gl::ShCompilerInstance *compilerInstance, in compile() argument 26 return compileImpl(context, compilerInstance, mData.getSource(), options); in compile()
|
D | ShaderNULL.h | 25 gl::ShCompilerInstance *compilerInstance,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ShaderVk.cpp | 25 gl::ShCompilerInstance *compilerInstance, in compile() argument 67 return compileImpl(context, compilerInstance, mData.getSource(), compileOptions | options); in compile()
|
D | ShaderVk.h | 25 gl::ShCompilerInstance *compilerInstance,
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ShaderD3D.cpp | 66 gl::ShCompilerInstance *compilerInstance, in WaitableCompileEventD3D() argument 70 mCompilerInstance(compilerInstance), in WaitableCompileEventD3D() 256 gl::ShCompilerInstance *compilerInstance, in compile() argument 354 auto translateTask = std::make_shared<TranslateTaskD3D>(compilerInstance->getHandle(), options, in compile() 358 angle::WorkerThreadPool::PostWorkerTask(workerThreadPool, translateTask), compilerInstance, in compile()
|
D | ShaderD3D.h | 42 gl::ShCompilerInstance *compilerInstance,
|
/external/angle/src/libANGLE/renderer/ |
D | ShaderImpl.h | 57 gl::ShCompilerInstance *compilerInstance, 66 gl::ShCompilerInstance *compilerInstance,
|
D | ShaderImpl.cpp | 82 gl::ShCompilerInstance *compilerInstance, in compileImpl() argument 92 std::make_shared<TranslateTask>(compilerInstance->getHandle(), compileOptions, source); in compileImpl()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ShaderMtl.mm | 24 gl::ShCompilerInstance *compilerInstance, 37 return compileImpl(context, compilerInstance, mData.getSource(), compileOptions | options);
|
D | ShaderMtl.h | 26 gl::ShCompilerInstance *compilerInstance,
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ShaderGL.cpp | 240 gl::ShCompilerInstance *compilerInstance, in compile() argument 388 ShHandle handle = compilerInstance->getHandle(); in compile() 412 std::make_shared<TranslateTaskGL>(compilerInstance->getHandle(), options, source, in compile() 425 ShHandle handle = compilerInstance->getHandle(); in compile()
|
D | ShaderGL.h | 31 gl::ShCompilerInstance *compilerInstance,
|
/external/angle/src/libANGLE/ |
D | Shader.cpp | 359 ShCompilerInstance compilerInstance = mBoundCompiler->getInstance(mState.mShaderType); in compile() local 360 ShHandle compilerHandle = compilerInstance.getHandle(); in compile() 362 mCompilerResourcesString = compilerInstance.getBuiltinResourcesString(); in compile() 365 mCompilingState->shCompilerInstance = std::move(compilerInstance); in compile()
|