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:getBConst
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
ConstantUnion.h
42
case EbtBool: setFConst(static_cast<float>(constant.
getBConst
())); break;
in cast()
52
case EbtBool: setIConst(static_cast<int>(constant.
getBConst
())); break;
in cast()
62
case EbtBool: setUConst(static_cast<unsigned int>(constant.
getBConst
())); break;
in cast()
72
case EbtBool: setBConst(constant.
getBConst
()); break;
in cast()
82
case EbtBool: setBConst(constant.
getBConst
()); break;
in cast()
102
bool
getBConst
() const { return bConst; }
in getBConst()
function in ConstantUnion
H
A
D
Intermediate.cpp
626
if (cond->getAsConstantUnion()->
getBConst
(0) == true)
in addSelection()
671
if (cond->getAsConstantUnion()->
getBConst
(0))
in addSelection()
1797
case EbtBool: tempConstArray[i].setBConst(!unionArray[i].
getBConst
()); break;
in fold()
2044
leftUnionArray[i].setFConst(static_cast<float>(node->
getBConst
(i)));
in promoteConstantUnion()
2063
leftUnionArray[i].setIConst(static_cast<int>(node->
getBConst
(i)));
in promoteConstantUnion()
2082
leftUnionArray[i].setUConst(static_cast<unsigned int>(node->
getBConst
(i)));
in promoteConstantUnion()
2101
leftUnionArray[i].setBConst(node->
getBConst
(i));
in promoteConstantUnion()
H
A
D
intermediate.h
442
bool
getBConst
(int index) const { return unionArrayPointer ? unionArrayPointer[index].
getBConst
() : false; }
in getBConst()
function in TIntermConstantUnion
H
A
D
intermOut.cpp
380
if (node->getUnionArrayPointer()[i].
getBConst
())
in visitConstantUnion()
H
A
D
OutputASM.cpp
1755
bool trueCondition = constantCondition->getUnionArrayPointer()->
getBConst
();
in visitSelection()
1798
bool trueCondition = constantCondition->getUnionArrayPointer()->
getBConst
();
in visitSelection()
3068
bool trueCondition = constantCondition->getUnionArrayPointer()->
getBConst
();
in cost()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
ConstantUnion.cpp
106
bool TConstantUnion::
getBConst
() const
in getBConst()
function in sh::TConstantUnion
123
return
getBConst
() == false;
in isZero()
149
setFConst(static_cast<float>(constant.
getBConst
()));
in cast()
168
setIConst(static_cast<int>(constant.
getBConst
()));
in cast()
187
setUConst(static_cast<unsigned int>(constant.
getBConst
()));
in cast()
215
setBConst(constant.
getBConst
());
in cast()
234
setBConst(constant.
getBConst
());
in cast()
H
A
D
ValidateClipCullDistance.cpp
123
idx = constIdx->
getBConst
() ? 1 : 0;
in visitBinary()
H
A
D
ConstantUnion.h
60
bool
getBConst
() const;
H
A
D
IntermNode.cpp
1675
if (mCondition->getAsConstantUnion()->
getBConst
(0))
in fold()
2778
if (operandArray[i].
getBConst
())
2792
if (!operandArray[i].
getBConst
())
3024
resultArray[i].setBConst(!operandArray[i].
getBConst
());
3300
resultArray[i].setBConst(!operandArray[i].
getBConst
());
3699
resultArray[i].setBConst(unionArrays[0][i].
getBConst
() ==
3700
unionArrays[1][i].
getBConst
());
3730
resultArray[i].setBConst(unionArrays[0][i].
getBConst
() !=
3731
unionArrays[1][i].
getBConst
());
3903
bool a = unionArrays[2][i].
getBConst
();
[all...]
H
A
D
OutputTree.cpp
596
if (node->getConstantValue()[i].
getBConst
())
in visitConstantUnion()
H
A
D
IntermNode.h
367
bool
getBConst
(size_t index) const
in getBConst()
function in sh::TIntermConstantUnion
369
return mUnionArrayPointer ? mUnionArrayPointer[index].
getBConst
() : false;
in getBConst()
H
A
D
OutputGLSLBase.cpp
503
out << pConstUnion->
getBConst
();
in writeConstantUnion()
H
A
D
OutputHLSL.cpp
276
out << constUnion->
getBConst
();
in writeSingleConstant()
/third_party/glslang/glslang/MachineIndependent/
H
A
D
LiveTraverser.h
125
if (constant->getConstArray()[0].
getBConst
() == true && node->getTrueBlock())
in visitSelection()
127
if (constant->getConstArray()[0].
getBConst
() == false && node->getFalseBlock())
in visitSelection()
H
A
D
Constant.cpp
446
if (unionArray[i].
getBConst
())
in fold()
456
if (! unionArray[i].
getBConst
())
in fold()
519
case EbtBool: newConstArray[i].setBConst(!unionArray[i].
getBConst
()); break;
in fold()
645
newConstArray[i].setIConst(unionArray[i].
getBConst
()); break;
in fold()
647
newConstArray[i].setUConst(unionArray[i].
getBConst
()); break;
in fold()
659
newConstArray[i].setDConst(unionArray[i].
getBConst
()); break;
in fold()
697
newConstArray[i].setI8Const(unionArray[i].
getBConst
()); break;
in fold()
699
newConstArray[i].setU8Const(unionArray[i].
getBConst
()); break;
in fold()
701
newConstArray[i].setI16Const(unionArray[i].
getBConst
()); break;
in fold()
703
newConstArray[i].setU16Const(unionArray[i].
getBConst
()); brea
in fold()
[all...]
H
A
D
SpirvIntrinsics.cpp
224
bool value = constArray[0].
getBConst
();
in getSpirvDecorateQualifierString()
H
A
D
Intermediate.cpp
2509
if (cond->getAsConstantUnion()->getConstArray()[0].
getBConst
())
in addSelection()
3943
case EbtBool: TO_ALL(
getBConst
); break;
in promoteConstantUnion()
H
A
D
intermOut.cpp
1268
if (constUnion[i].
getBConst
())
in OutputConstantUnion()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
ShaderCompileTreeTest.cpp
90
isZero = (node->
getBConst
(i) == false);
H
A
D
ConstantFoldingTest.h
126
return node.
getBConst
() == value;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H
A
D
ReplaceClipCullDistanceVariable.cpp
141
idx = constIdx->
getBConst
() ? 1 : 0;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H
A
D
ReplaceForShaderFramebufferFetch.cpp
168
idx = constIdx->
getBConst
() ? 1 : 0;
in visitBinary()
/third_party/glslang/glslang/Include/
H
A
D
ConstantUnion.h
127
bool
getBConst
() const { return bConst; }
in getBConst()
function in glslang::TConstUnion
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H
A
D
EmitMetal.cpp
1334
mOut << (constUnion->
getBConst
() ? "true" : "false");
/third_party/glslang/SPIRV/
H
A
D
GlslangToSpv.cpp
1370
unsigned literal = constant->getConstArray()[0].
getBConst
();
in TranslateLiterals()
3617
bool cond = glslangOperands[arg]->getAsConstantUnion()->getConstArray()[0].
getBConst
();
in visitAggregate()
4570
unsigned literal = constant->getConstArray()[0].
getBConst
();
in convertGlslangToSpvType()
9826
spvConsts.push_back(builder.makeBoolConstant(zero ? false : consts[nextConst].
getBConst
()));
in createSpvConstantFromConstUnionArray()
9878
scalar = builder.makeBoolConstant(zero ? false : consts[nextConst].
getBConst
(), specConstant);
in createSpvConstantFromConstUnionArray()
Completed in 51 milliseconds
1
2