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:isStruct
(Results
1 - 25
of
68
) sorted by relevance
1
2
3
/third_party/glslang/glslang/Include/
H
A
D
Types.h
1727
if (
isStruct
()) {
in shallowCopy()
1752
if (
isStruct
())
in makeTemporary()
1821
virtual bool isScalar() const { return ! isVector() && ! isMatrix() && !
isStruct
() && ! isArray(); }
in isScalar()
1823
virtual bool isScalarOrVector() const { return !isMatrix() && !
isStruct
() && !isArray(); }
in isScalarOrVector()
1834
virtual bool
isStruct
() const { return basicType == EbtStruct || basicType == EbtBlock; }
in isStruct()
function in TType
1866
virtual bool isUnusableName() const { return
isStruct
() && structure == nullptr; }
in isUnusableName()
1885
return
isStruct
() && std::any_of(structure->begin(), structure->end(), hasa);
in contains()
1903
return contains([this](const TType* t) { return t != this && t->
isStruct
(); } );
2054
if (
isStruct
() && structure->size() > 0) {
2318
} else if (
isStruct
()
[all...]
/third_party/python/Modules/_ctypes/
H
A
D
stgdict.c
348
PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int
isStruct
)
in PyCStructUnionType_update_stgdict()
argument
460
if (!
isStruct
) {
in PyCStructUnionType_update_stgdict()
500
if (
isStruct
&& !isPacked) {
in PyCStructUnionType_update_stgdict()
573
if (
isStruct
&& !isPacked) {
in PyCStructUnionType_update_stgdict()
612
if (
isStruct
) {
in PyCStructUnionType_update_stgdict()
642
if (
isStruct
&& !isPacked) {
in PyCStructUnionType_update_stgdict()
650
if (!
isStruct
)
in PyCStructUnionType_update_stgdict()
/third_party/skia/src/sksl/ir/
H
A
D
SkSLFieldAccess.cpp
48
if (baseType.
isStruct
()) {
in Convert()
69
SkASSERT(base->type().
isStruct
());
in Make()
H
A
D
SkSLConstructorStruct.cpp
19
SkASSERTF(type.
isStruct
() && type.fields().size() > 0, "%s", type.description().c_str());
in Convert()
H
A
D
SkSLType.h
183
return !(this->isArray() || this->
isStruct
());
in isInBuiltinTypes()
448
virtual bool
isStruct
() const {
in isStruct()
function in SkSL::Type
H
A
D
SkSLType.cpp
340
bool
isStruct
() const override {
777
if (this->
isStruct
()) {
794
if (this->
isStruct
()) {
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H
A
D
CollectVariables_test.cpp
67
ASSERT_TRUE(uniform.
isStruct
());
in validateDepthRangeShader()
94
EXPECT_FALSE(field.
isStruct
());
in validateDepthRangeShader()
422
EXPECT_TRUE(blockField.
isStruct
());
in TEST_F()
432
EXPECT_FALSE(structField.
isStruct
());
in TEST_F()
470
EXPECT_TRUE(blockField.
isStruct
());
in TEST_F()
480
EXPECT_FALSE(structField.
isStruct
());
in TEST_F()
517
EXPECT_TRUE(blockField.
isStruct
());
in TEST_F()
527
EXPECT_FALSE(structField.
isStruct
());
in TEST_F()
1083
EXPECT_FALSE(glPositionField.
isStruct
());
in TEST_F()
1143
EXPECT_FALSE(varying.
isStruct
());
in TEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
VaryingPacking.cpp
315
ASSERT(!varying.
isStruct
());
in packVaryingIntoRegisterMap()
482
ASSERT(!varying.
isStruct
());
in insertVaryingIntoRegisterMap()
578
ASSERT(!frontField->
isStruct
() && !frontField->isArray());
in collectUserVaryingField()
592
ASSERT(!backField->
isStruct
() && !backField->isArray());
in collectUserVaryingField()
650
ASSERT(!frontField->
isStruct
() && !frontField->isArray());
in collectUserVaryingFieldTF()
668
if (varying.
isStruct
())
in collectVarying()
686
if (fieldVarying.
isStruct
())
in collectVarying()
756
if (input->
isStruct
())
in collectTFVarying()
762
ASSERT(input->isShaderIOBlock || (!field->
isStruct
() && !field->isArray()));
in collectTFVarying()
770
if (input->fields[fieldIndex].
isStruct
())
in collectTFVarying()
[all...]
H
A
D
Uniform.cpp
65
ASSERT(!isArray() || !
isStruct
());
in LinkedUniform()
75
ASSERT(!isArray() || !
isStruct
());
in LinkedUniform()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
VariablePacker.cpp
32
ASSERT(variable.
isStruct
());
in ExpandStructVariable()
69
if (variable.
isStruct
())
in ExpandVariable()
219
ASSERT(!variable.
isStruct
());
H
A
D
blocklayout.cpp
376
if (shaderVar.
isStruct
())
in getBaseAlignment()
456
if (!arrayVar.hasParentArrayIndex() && !arrayVar.
isStruct
())
in enterArray()
466
if (!arrayVar.hasParentArrayIndex() && !arrayVar.
isStruct
())
in exitArray()
639
if (variable.
isStruct
())
in TraverseShaderVariable()
H
A
D
blocklayoutHLSL.cpp
137
if (variable.
isStruct
())
in HLSLVariableRegisterCount()
H
A
D
ShaderVars.cpp
201
ASSERT(!
isStruct
() || !isArray());
in getBasicTypeElementCount()
215
if (
isStruct
())
in getExternalSize()
/third_party/glslang/glslang/MachineIndependent/
H
A
D
iomapper.cpp
512
type1.
isStruct
() && !type2.
isStruct
()) {
in operator ()()
520
type2.
isStruct
() && !type1.
isStruct
()) {
in operator ()()
691
if (!(type1->
isStruct
() && type2->
isStruct
())) {
in typeCheck()
844
if (type.
isStruct
()) {
in resolveUniformLocation()
874
if (type.
isStruct
()) {
in resolveInOutLocation()
960
if (type.
isStruct
()) {
in resolveInOutLocation()
1032
if (type.getQualifier().hasLocation() && (type.
isStruct
() || typ
in resolveUniformLocation()
[all...]
H
A
D
SymbolTable.cpp
224
<< (param.type->
isStruct
() ? "of " + param.type->getTypeName() + " " : "")
in dump()
369
assert(! copyOf.type.
isStruct
());
in TVariable()
/third_party/skia/src/sksl/dsl/
H
A
D
DSLType.cpp
219
bool DSLType::
isStruct
() const {
in isStruct()
function in SkSL::dsl::DSLType
220
return this->skslType().
isStruct
();
in isStruct()
/third_party/vk-gl-cts/framework/randomshaders/
H
A
D
rsgVariableValue.cpp
37
if (a.getType().
isStruct
())
in compareValueRangesAllTrue()
205
if (a.getType().
isStruct
())
in computeIntersection()
H
A
D
rsgVariableType.cpp
115
DE_ASSERT(
isStruct
());
in getMemberScalarOffset()
H
A
D
rsgVariableType.hpp
158
bool
isStruct
(void) const { return m_baseType == TYPE_STRUCT; }
in isStruct()
function in rsg::VariableType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
GetElementPtrTypeIterator.h
106
bool
isStruct
() const { return CurTy.is<StructType *>(); }
in isStruct()
function
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H
A
D
ShaderVars.h
108
bool
isStruct
() const { return !fields.empty(); }
in isStruct()
function
/third_party/glslang/glslang/HLSL/
H
A
D
hlslParseHelper.cpp
176
if (memberType.
isStruct
()) {
in growGlobalUniformBlock()
189
if (txType.
isStruct
()) {
in getLayoutFromTxType()
1136
if (type.
isStruct
()) {
in split()
1162
return type.
isStruct
() || type.isArray();
in shouldFlatten()
1165
(type.
isStruct
() && type.containsOpaque());
in shouldFlatten()
1177
if (type.isBuiltIn() && !type.
isStruct
())
in flatten()
1185
if (type.
isStruct
() && type.getStruct()->size()==0)
in flatten()
1234
else if (type.
isStruct
())
in flatten()
1295
assert(type.
isStruct
());
in flattenStruct()
1421
if (!sym->isArray() && !sym->
isStruct
())
in findSubtreeOffset()
[all...]
/third_party/glslang/gtests/
H
A
D
GlslMapIO.FromFile.cpp
111
if (!in.getType()->
isStruct
()) {
in verifyIOMapping()
114
if (outIt.second->getType()->
isStruct
()) {
in verifyIOMapping()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
Types.h
289
if(
isStruct
())
in setMatrixPackingIfUnspecified()
449
bool
isStruct
() const { return structure != 0; }
in isStruct()
function in TType
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
DynamicHLSL.cpp
418
ASSERT(!varying.
isStruct
());
619
ASSERT(!varying.
isStruct
());
826
ASSERT(!varying.isBuiltIn() && !varying.
isStruct
());
Completed in 33 milliseconds
1
2
3