Searched refs:perfDiagnostics (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RemoveSwitchFallThrough.cpp | 26 PerformanceDiagnostics *perfDiagnostics); 30 PerformanceDiagnostics *perfDiagnostics); 60 PerformanceDiagnostics *perfDiagnostics) in removeFallThrough() argument 62 RemoveSwitchFallThroughTraverser rm(statementList, perfDiagnostics); in removeFallThrough() 80 PerformanceDiagnostics *perfDiagnostics) in RemoveSwitchFallThroughTraverser() argument 85 mPerfDiagnostics(perfDiagnostics) in RemoveSwitchFallThroughTraverser() 265 PerformanceDiagnostics *perfDiagnostics) in RemoveSwitchFallThrough() argument 267 return RemoveSwitchFallThroughTraverser::removeFallThrough(statementList, perfDiagnostics); in RemoveSwitchFallThrough()
|
D | RemoveDynamicIndexing.cpp | 268 PerformanceDiagnostics *perfDiagnostics); 300 PerformanceDiagnostics *perfDiagnostics) in RemoveDynamicIndexingTraverser() argument 305 mPerfDiagnostics(perfDiagnostics) in RemoveDynamicIndexingTraverser() 535 PerformanceDiagnostics *perfDiagnostics) in RemoveDynamicIndexingIf() argument 537 RemoveDynamicIndexingTraverser traverser(std::move(matcher), symbolTable, perfDiagnostics); in RemoveDynamicIndexingIf() 562 PerformanceDiagnostics *perfDiagnostics) in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix() argument 568 perfDiagnostics); in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix() 574 PerformanceDiagnostics *perfDiagnostics) in RemoveDynamicIndexingOfSwizzledVector() argument 580 perfDiagnostics); in RemoveDynamicIndexingOfSwizzledVector()
|
D | RemoveDynamicIndexing.h | 32 PerformanceDiagnostics *perfDiagnostics); 38 PerformanceDiagnostics *perfDiagnostics);
|
D | RemoveSwitchFallThrough.h | 23 PerformanceDiagnostics *perfDiagnostics);
|
/external/angle/src/compiler/translator/ |
D | TranslatorVulkan.h | 30 PerformanceDiagnostics *perfDiagnostics) override; 40 PerformanceDiagnostics *perfDiagnostics,
|
D | TranslatorHLSL.cpp | 40 PerformanceDiagnostics *perfDiagnostics) in translate() argument 108 perfDiagnostics)) in translate() 190 perfDiagnostics, mShaderStorageBlocks); in translate()
|
D | TranslatorMetal.cpp | 67 PerformanceDiagnostics *perfDiagnostics) in translate() argument 76 if (!TranslatorVulkan::translateImpl(root, compileOptions, perfDiagnostics, &driverUniforms, in translate()
|
D | TranslatorMetal.h | 31 PerformanceDiagnostics *perfDiagnostics) override;
|
D | TranslatorESSL.h | 26 PerformanceDiagnostics *perfDiagnostics) override;
|
D | TranslatorGLSL.h | 26 PerformanceDiagnostics *perfDiagnostics) override;
|
D | TranslatorHLSL.h | 36 PerformanceDiagnostics *perfDiagnostics) override;
|
D | Compiler.h | 162 PerformanceDiagnostics *perfDiagnostics) = 0;
|
D | OutputHLSL.h | 52 PerformanceDiagnostics *perfDiagnostics,
|
D | TranslatorVulkan.cpp | 1053 PerformanceDiagnostics *perfDiagnostics) in translate() argument 1069 if (!translateImpl(root, compileOptions, perfDiagnostics, nullptr, &outputGLSL)) in translate()
|
D | Compiler.cpp | 980 PerformanceDiagnostics perfDiagnostics(&mDiagnostics); in compile() local 981 if (!translate(root, compileOptions, &perfDiagnostics)) in compile()
|
D | OutputHLSL.cpp | 309 PerformanceDiagnostics *perfDiagnostics, in OutputHLSL() argument 325 mPerfDiagnostics(perfDiagnostics), in OutputHLSL()
|