Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getFlowOp
(Results
1 - 25
of
25
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H
A
D
NodeSearch.h
41
switch (node->
getFlowOp
())
H
A
D
RunAtTheEndOfShader.cpp
47
if (node->
getFlowOp
() == EOpReturn)
H
A
D
FindPreciseNodes.cpp
443
if (node->
getFlowOp
() == EOpReturn && node->getChildCount() == 1 &&
H
A
D
IntermRebuild.cpp
855
return new TIntermBranch(node.
getFlowOp
(), newExpr);
in traverseBranchChildren()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H
A
D
EarlyFragmentTestsOptimization.cpp
58
if (node->
getFlowOp
() == EOpKill)
in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H
A
D
AddDefaultReturnStatements.cpp
33
if (returnNode != nullptr && returnNode->
getFlowOp
() == EOpReturn)
in NeedsReturnStatement()
H
A
D
ArrayReturnValueToOutParameter.cpp
182
if (mFunctionWithArrayReturnValue && node->
getFlowOp
() == EOpReturn)
in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
ValidateBarrierFunctionCall.cpp
39
if (branch->
getFlowOp
() == EOpReturn)
H
A
D
ASTMetadataHLSL.cpp
222
switch (node->
getFlowOp
())
H
A
D
OutputTree.cpp
680
switch (node->
getFlowOp
())
in visitBranch()
H
A
D
OutputGLSLBase.cpp
1032
switch (node->
getFlowOp
())
in visitBranch()
H
A
D
OutputHLSL.cpp
2161
node->getSequence()->back()->getAsBranchNode()->
getFlowOp
() != EOpReturn;
in visitBlock()
2914
switch (node->
getFlowOp
())
in visitBranch()
H
A
D
IntermNode.h
266
TOperator
getFlowOp
() { return mFlowOp; }
in getFlowOp()
function in sh::TIntermBranch
H
A
D
OutputSPIRV.cpp
6243
switch (node->
getFlowOp
())
in visitBranch()
/third_party/glslang/glslang/MachineIndependent/
H
A
D
propagateNoContraction.cpp
316
if (node->
getFlowOp
() == glslang::EOpReturn && node->getExpression() &&
in visitBranch()
651
assert(return_node->
getFlowOp
() == glslang::EOpReturn && return_node->getExpression());
in propagateNoContractionInReturnNode()
H
A
D
intermOut.cpp
1442
switch (node->
getFlowOp
()) {
in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H
A
D
SimplifyLoopConditions.cpp
142
if (node->
getFlowOp
() == EOpContinue && (mLoop.condition || mLoop.expression))
in visitBranch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
intermOut.cpp
451
switch (node->
getFlowOp
()) {
in visitBranch()
H
A
D
intermediate.h
398
TOperator
getFlowOp
() { return flowOp; }
in getFlowOp()
function in TIntermBranch
H
A
D
OutputASM.cpp
1968
switch(node->
getFlowOp
())
in visitBranch()
1986
default: UNREACHABLE(node->
getFlowOp
());
in visitBranch()
4058
switch(node->
getFlowOp
())
in visitBranch()
4066
default: UNREACHABLE(node->
getFlowOp
());
in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H
A
D
SeparateCompoundExpressions.cpp
595
pushStmt(*new TIntermBranch(node.
getFlowOp
(), newExpr));
H
A
D
EmitMetal.cpp
2371
const TOperator flowOp = branchNode->
getFlowOp
();
/third_party/glslang/glslang/HLSL/
H
A
D
hlslGrammar.cpp
3711
if (branch != nullptr && (branch->
getFlowOp
() == EOpCase ||
in acceptCompoundStatement()
3712
branch->
getFlowOp
() == EOpDefault)) {
in acceptCompoundStatement()
/third_party/glslang/glslang/Include/
H
A
D
intermediate.h
1308
TOperator
getFlowOp
() const { return flowOp; }
in getFlowOp()
function in glslang::TIntermBranch
/third_party/glslang/SPIRV/
H
A
D
GlslangToSpv.cpp
4034
if (child->getAsBranchNode() && child->getAsBranchNode()->
getFlowOp
() == glslang::EOpDefault)
in visitSwitch()
4036
else if (child->getAsBranchNode() && child->getAsBranchNode()->
getFlowOp
() == glslang::EOpCase) {
in visitSwitch()
4159
switch (node->
getFlowOp
()) {
in visitBranch()
Completed in 61 milliseconds