Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.cpp728 ShCompilerInstance compilerInstance = mBoundCompiler->getInstance(mState.getShaderType()); in compile() local
729 ShHandle compilerHandle = compilerInstance.getHandle(); in compile()
745 new CompileTask(context->getFrontendFeatures(), compilerInstance.getHandle(), in compile()
746 compilerInstance.getShaderOutputType(), options, mState.mSource, in compile()
761 mCompileJob->shCompilerInstance = std::move(compilerInstance); in compile()