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:IsSampler
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
BaseTypes.h
62
EbtGuardSamplerBegin, // non type: see implementation of
IsSampler
()
80
EbtGuardSamplerEnd, // non type: see implementation of
IsSampler
()
148
inline bool
IsSampler
(TBasicType type)
in IsSampler()
function
177
assert(!
IsSampler
(type));
in IsIntegerSampler()
207
assert(!
IsSampler
(type));
in IsSampler2D()
237
assert(!
IsSampler
(type));
in IsSamplerCube()
267
assert(!
IsSampler
(type));
in IsSampler3D()
297
assert(!
IsSampler
(type));
in IsSamplerArray()
327
assert(!
IsSampler
(type));
in IsShadowSampler()
340
return type == EbtFloat || type == EbtInt || type == EbtUInt ||
IsSampler
(typ
in SupportsPrecision()
[all...]
H
A
D
Types.h
353
return
IsSampler
(getBasicType()) ? 1 : 0;
in samplerRegisterCount()
447
bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !isInterfaceBlock() && !
IsSampler
(getBasicType()); }
in isScalar()
H
A
D
SymbolTable.cpp
135
if(
IsSampler
(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers())
in containsSamplers()
H
A
D
ParseHelper.cpp
374
if(
IsSampler
(node->getBasicType()))
in lValueErrorCheck()
587
if (op != EOpConstructStruct &&
IsSampler
(typed->getBasicType())) {
in constructorErrorCheck()
651
} else if (
IsSampler
(pType.type)) {
in samplerErrorCheck()
778
type.getBasicType() != EbtStruct &&
IsSampler
(type.getBasicType())) {
in parameterSamplerErrorCheck()
788
if (
IsSampler
(type.getBasicType()))
in containsSampler()
2371
if(
IsSampler
(fieldType->getBasicType())) {
in addInterfaceBlock()
H
A
D
SymbolTable.h
463
if (
IsSampler
(type.type))
in setDefaultPrecision()
H
A
D
OutputASM.cpp
2493
if(!
IsSampler
(arg->getBasicType()))
in source()
3307
ASSERT(!
IsSampler
(type.getBasicType()));
in uniformRegister()
3408
ASSERT(
IsSampler
(type.getBasicType()) || type.isStruct()); // Structures can contain samplers
in samplerRegister()
3477
ASSERT(
IsSampler
(type.getBasicType()) || type.isStruct()); // Structures can contain samplers
in samplerRegister()
3501
return operand &&
IsSampler
(operand->getBasicType()) && samplerRegister(operand) >= 0;
in isSamplerRegister()
3718
bool isSampler =
IsSampler
(type.getBasicType());
in declareUniform()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H
A
D
usage_test.cc
32
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
85
EXPECT_TRUE(a.
IsSampler
());
in TEST_F()
106
EXPECT_TRUE(u.
IsSampler
());
in TEST_F()
131
EXPECT_TRUE(u.
IsSampler
());
in TEST_F()
155
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
179
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
203
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
227
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
251
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
275
EXPECT_FALSE(u.
IsSampler
());
in TEST_F()
[all...]
H
A
D
usage.cc
29
if (
IsSampler
()) {
in operator <<()
117
if (
IsSampler
()) {
in IsComplete()
H
A
D
usage.h
55
bool
IsSampler
() const { return is_sampler_; }
in IsSampler()
function in tint::reader::spirv::Usage
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
BaseTypes.h
65
EbtGuardSamplerBegin, // non type: see implementation of
IsSampler
()
109
EbtGuardSamplerEnd = EbtSamplerVideoWEBGL, // non type: see implementation of
IsSampler
()
211
inline bool
IsSampler
(TBasicType type)
in IsSampler()
function
238
return
IsSampler
(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type);
in IsOpaqueType()
291
ASSERT(!
IsSampler
(type));
in IsIntegerSampler()
502
ASSERT(!
IsSampler
(type));
in IsSampler2D()
558
ASSERT(!
IsSampler
(type));
in IsSamplerCube()
614
ASSERT(!
IsSampler
(type));
in IsSampler3D()
670
ASSERT(!
IsSampler
(type));
in IsSamplerArray()
726
ASSERT(!
IsSampler
(typ
in IsSampler1D()
[all...]
H
A
D
ResourcesHLSL.cpp
30
if (
IsSampler
(type.getBasicType()))
in UniformRegisterPrefix()
211
if (
IsSampler
(type.getBasicType()) ||
in assignUniformRegister()
254
if (
IsSampler
(type.getBasicType()) ||
in assignUniformRegister()
279
ASSERT(
IsSampler
(type.getBasicType()));
in assignSamplerInStructUniformRegister()
503
if (outputType == SH_HLSL_4_1_OUTPUT &&
IsSampler
(type.getBasicType()))
in uniformsHeader()
508
else if (outputType == SH_HLSL_4_0_FL9_3_OUTPUT &&
IsSampler
(type.getBasicType()))
in uniformsHeader()
H
A
D
OutputVulkanGLSL.cpp
37
bool needsSetBinding =
IsSampler
(type.getBasicType()) ||
in writeLayoutQualifier()
H
A
D
StructureHLSL.cpp
45
if (!
IsSampler
(fieldType.getBasicType()))
in Define()
400
if (!
IsSampler
(fieldType->getBasicType()))
in addStructConstructor()
H
A
D
Types.cpp
784
ASSERT(
IsSampler
(type));
in createSamplerSymbols()
836
if (
IsSampler
(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers())
in containsSamplers()
H
A
D
OutputHLSL.cpp
1411
if (
IsSampler
(field->type()->getBasicType()))
in ancestorEvaluatesToSamplerInStruct()
1718
bool indexingReturnsSampler =
IsSampler
(field->type()->getBasicType());
in visitBinary()
2437
if (mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT &&
IsSampler
(typedArg->getBasicType()))
in visitAggregate()
3231
if (
IsSampler
(type.getBasicType()))
in writeParameter()
3282
ASSERT(
IsSampler
(samplerType.getBasicType()));
in writeParameter()
3291
ASSERT(
IsSampler
(samplerType.getBasicType()));
in writeParameter()
H
A
D
Symbol.cpp
139
if (
IsSampler
(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers())
in createSamplerSymbols()
H
A
D
Types.h
358
bool isSampler() const { return
IsSampler
(type); }
in isSampler()
H
A
D
BuildSPIRV.cpp
783
else if (
IsSampler
(type.type) && !type.isSamplerBaseImage)
in declareType()
1183
const bool isSampledImage =
IsSampler
(type);
in getImageTypeParameters()
1733
IsSampler
(type.getBasicType()) ||
in writeInterfaceVariableDecorations()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H
A
D
BreakVariableAliasingInInnerLoops.cpp
62
if (type.isArray() ||
IsSampler
(type.getBasicType()))
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H
A
D
SymbolEnv.cpp
387
ASSERT(
IsSampler
(samplerType));
in getTextureEnv()
500
ASSERT(
IsSampler
(basicType));
in GetTextureBasicType()
561
ASSERT(
IsSampler
(samplerType));
in GetTextureTypeName()
H
A
D
Layout.cpp
84
if (
IsSampler
(basicType))
in ScalarLayoutOf()
143
if (config.treatSamplersAsTextureEnv &&
IsSampler
(type.getBasicType()))
in MetalLayoutOf()
H
A
D
Pipeline.cpp
137
return
IsSampler
(nodeType.getBasicType());
in uses()
H
A
D
EmitMetal.cpp
897
if (
IsSampler
(basicType))
in emitBareTypeName()
1829
else if (
IsSampler
(type.getBasicType()))
/third_party/mesa3d/src/mapi/glapi/tests/
H
A
D
check_table.cpp
1170
{ "glIsSampler", _O(
IsSampler
) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
entry_points.h
309
GLboolean GL_APIENTRY
IsSampler
(GLuint sampler);
Completed in 43 milliseconds
1
2