Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 68) sorted by relevance

123

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderLang.cpp40 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList()
59 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
283 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
312 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
329 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local
337 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local
344 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVersion() local
351 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderOutputType() local
361 TCompiler *compiler = GetCompilerFromHandle(handle); in GetInfoLog() local
373 TCompiler *compiler = GetCompilerFromHandle(handle); in GetObjectCode() local
[all …]
DTranslatorVulkan.cpp226 ANGLE_NO_DISCARD bool RotateAndFlipBuiltinVariable(TCompiler *compiler, in RotateAndFlipBuiltinVariable()
291 ANGLE_NO_DISCARD bool ReplaceGLDepthRangeWithDriverUniform(TCompiler *compiler, in ReplaceGLDepthRangeWithDriverUniform()
316 ANGLE_NO_DISCARD bool AppendVertexShaderDepthCorrectionToMain(TCompiler *compiler, in AppendVertexShaderDepthCorrectionToMain()
354 ANGLE_NO_DISCARD bool AppendPreRotation(TCompiler *compiler, in AppendPreRotation()
376 ANGLE_NO_DISCARD bool AppendVertexShaderTransformFeedbackOutputToMain(TCompiler *compiler, in AppendVertexShaderTransformFeedbackOutputToMain()
509 ANGLE_NO_DISCARD bool AddBresenhamEmulationVS(TCompiler *compiler, in AddBresenhamEmulationVS()
580 ANGLE_NO_DISCARD bool InsertFragCoordCorrection(TCompiler *compiler, in InsertFragCoordCorrection()
627 ANGLE_NO_DISCARD bool AddBresenhamEmulationFS(TCompiler *compiler, in AddBresenhamEmulationFS()
DCodeGen.cpp81 void DeleteCompiler(TCompiler *compiler) in DeleteCompiler()
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DConstructCompiler_test.cpp19 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
30 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
42 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
DShaderVariable_test.cpp220 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() local
243 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() local
278 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() local
320 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() local
363 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() local
DExpressionLimit_test.cpp223 bool CheckShaderCompilation(ShHandle compiler, in CheckShaderCompilation()
555 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
577 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
600 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DSeparateDeclarations.cpp36 bool SeparateDeclarationsTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply()
73 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root) in SeparateDeclarations()
DRewriteUnaryMinusOperatorFloat.cpp32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
92 bool RewriteUnaryMinusOperatorFloat(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorFloat()
DRewriteUnaryMinusOperatorInt.cpp33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
110 bool RewriteUnaryMinusOperatorInt(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorInt()
DSeparateArrayInitialization.cpp40 bool SeparateArrayInitTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply()
85 bool SeparateArrayInitialization(TCompiler *compiler, TIntermNode *root) in SeparateArrayInitialization()
DRewriteRepeatedAssignToSwizzled.cpp45 bool RewriteAssignToSwizzledTraverser::rewrite(TCompiler *compiler, TIntermBlock *root) in rewrite()
92 bool RewriteRepeatedAssignToSwizzled(TCompiler *compiler, TIntermBlock *root) in RewriteRepeatedAssignToSwizzled()
DPruneEmptyCases.cpp62 bool PruneEmptyCasesTraverser::apply(TCompiler *compiler, TIntermBlock *root) in apply()
122 bool PruneEmptyCases(TCompiler *compiler, TIntermBlock *root) in PruneEmptyCases()
DExpandIntegerPowExpressions.cpp39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply()
147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
DRewriteTexelFetchOffset.cpp45 bool Traverser::Apply(TCompiler *compiler, in Apply()
156 bool RewriteTexelFetchOffset(TCompiler *compiler, in RewriteTexelFetchOffset()
DPruneNoOps.cpp54 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply()
163 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
DEmulateGLFragColorBroadcast.cpp83 bool GLFragColorBroadcastTraverser::broadcastGLFragColor(TCompiler *compiler, TIntermBlock *root) in broadcastGLFragColor()
105 bool EmulateGLFragColorBroadcast(TCompiler *compiler, in EmulateGLFragColorBroadcast()
DRewriteDfdy.cpp47 bool Traverser::Apply(TCompiler *compiler, in Apply()
145 bool RewriteDfdy(TCompiler *compiler, in RewriteDfdy()
DInitializeVariables.cpp163 void InsertInitCode(TCompiler *compiler, in InsertInitCode()
288 bool InitializeUninitializedLocals(TCompiler *compiler, in InitializeUninitializedLocals()
301 bool InitializeVariables(TCompiler *compiler, in InitializeVariables()
DArrayReturnValueToOutParameter.cpp77 bool ArrayReturnValueToOutParameterTraverser::apply(TCompiler *compiler, in apply()
227 bool ArrayReturnValueToOutParameter(TCompiler *compiler, in ArrayReturnValueToOutParameter()
DEmulateMultiDrawShaderBuiltins.cpp120 bool EmulateGLDrawID(TCompiler *compiler, in EmulateGLDrawID()
164 bool EmulateGLBaseVertexBaseInstance(TCompiler *compiler, in EmulateGLBaseVertexBaseInstance()
DClampPointSize.cpp20 bool ClampPointSize(TCompiler *compiler, in ClampPointSize()
DClampFragDepth.cpp23 bool ClampFragDepth(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in ClampFragDepth()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp106 ANGLE_NO_DISCARD bool executeReplacements(TCompiler *compiler) in executeReplacements()
129 ANGLE_NO_DISCARD bool ReplaceShadowingVariables(TCompiler *compiler, in ReplaceShadowingVariables()
DReplaceVariable.cpp46 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler, in ReplaceVariable()
57 ANGLE_NO_DISCARD bool ReplaceVariableWithTyped(TCompiler *compiler, in ReplaceVariableWithTyped()
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/
Dshader_translator.cpp272 ShHandle compiler = 0; in main() local
456 bool CompileFile(char *fileName, ShHandle compiler, ShCompileOptions compileOptions) in CompileFile()
681 static void PrintActiveVariables(ShHandle compiler) in PrintActiveVariables()

123