/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | ShaderLang.cpp | 40 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 …]
|
D | TranslatorVulkan.cpp | 226 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()
|
D | CodeGen.cpp | 81 void DeleteCompiler(TCompiler *compiler) in DeleteCompiler()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | ConstructCompiler_test.cpp | 19 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
|
D | ShaderVariable_test.cpp | 220 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
|
D | ExpressionLimit_test.cpp | 223 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/ |
D | SeparateDeclarations.cpp | 36 bool SeparateDeclarationsTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply() 73 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root) in SeparateDeclarations()
|
D | RewriteUnaryMinusOperatorFloat.cpp | 32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() 92 bool RewriteUnaryMinusOperatorFloat(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorFloat()
|
D | RewriteUnaryMinusOperatorInt.cpp | 33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() 110 bool RewriteUnaryMinusOperatorInt(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorInt()
|
D | SeparateArrayInitialization.cpp | 40 bool SeparateArrayInitTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply() 85 bool SeparateArrayInitialization(TCompiler *compiler, TIntermNode *root) in SeparateArrayInitialization()
|
D | RewriteRepeatedAssignToSwizzled.cpp | 45 bool RewriteAssignToSwizzledTraverser::rewrite(TCompiler *compiler, TIntermBlock *root) in rewrite() 92 bool RewriteRepeatedAssignToSwizzled(TCompiler *compiler, TIntermBlock *root) in RewriteRepeatedAssignToSwizzled()
|
D | PruneEmptyCases.cpp | 62 bool PruneEmptyCasesTraverser::apply(TCompiler *compiler, TIntermBlock *root) in apply() 122 bool PruneEmptyCases(TCompiler *compiler, TIntermBlock *root) in PruneEmptyCases()
|
D | ExpandIntegerPowExpressions.cpp | 39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply() 147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
|
D | RewriteTexelFetchOffset.cpp | 45 bool Traverser::Apply(TCompiler *compiler, in Apply() 156 bool RewriteTexelFetchOffset(TCompiler *compiler, in RewriteTexelFetchOffset()
|
D | PruneNoOps.cpp | 54 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply() 163 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
|
D | EmulateGLFragColorBroadcast.cpp | 83 bool GLFragColorBroadcastTraverser::broadcastGLFragColor(TCompiler *compiler, TIntermBlock *root) in broadcastGLFragColor() 105 bool EmulateGLFragColorBroadcast(TCompiler *compiler, in EmulateGLFragColorBroadcast()
|
D | RewriteDfdy.cpp | 47 bool Traverser::Apply(TCompiler *compiler, in Apply() 145 bool RewriteDfdy(TCompiler *compiler, in RewriteDfdy()
|
D | InitializeVariables.cpp | 163 void InsertInitCode(TCompiler *compiler, in InsertInitCode() 288 bool InitializeUninitializedLocals(TCompiler *compiler, in InitializeUninitializedLocals() 301 bool InitializeVariables(TCompiler *compiler, in InitializeVariables()
|
D | ArrayReturnValueToOutParameter.cpp | 77 bool ArrayReturnValueToOutParameterTraverser::apply(TCompiler *compiler, in apply() 227 bool ArrayReturnValueToOutParameter(TCompiler *compiler, in ArrayReturnValueToOutParameter()
|
D | EmulateMultiDrawShaderBuiltins.cpp | 120 bool EmulateGLDrawID(TCompiler *compiler, in EmulateGLDrawID() 164 bool EmulateGLBaseVertexBaseInstance(TCompiler *compiler, in EmulateGLBaseVertexBaseInstance()
|
D | ClampPointSize.cpp | 20 bool ClampPointSize(TCompiler *compiler, in ClampPointSize()
|
D | ClampFragDepth.cpp | 23 bool ClampFragDepth(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in ClampFragDepth()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
D | ReplaceShadowingVariables.cpp | 106 ANGLE_NO_DISCARD bool executeReplacements(TCompiler *compiler) in executeReplacements() 129 ANGLE_NO_DISCARD bool ReplaceShadowingVariables(TCompiler *compiler, in ReplaceShadowingVariables()
|
D | ReplaceVariable.cpp | 46 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/ |
D | shader_translator.cpp | 272 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()
|