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:fVar
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/sksl/ir/
H
A
D
SkSLVarDeclarations.h
36
,
fVar
(var)
in VarDeclaration()
43
if (
fVar
) {
44
fVar
->detachDeadVarDeclaration();
70
SkASSERT(
fVar
);
in var()
71
return *
fVar
;
in var()
75
fVar
= var;
in setVar()
98
const Variable*
fVar
;
member in SkSL::final
H
A
D
SkSLVarDeclarations.cpp
185
if (ThreadContext::RTAdjustState().
fVar
|| ThreadContext::RTAdjustState().fInterfaceBlock) {
in Convert()
193
ThreadContext::RTAdjustState().
fVar
= var.get();
in Convert()
H
A
D
SkSLFunctionDefinition.cpp
35
if (rtAdjust.
fVar
|| rtAdjust.fInterfaceBlock) {
in append_rtadjust_fixup_to_vertex_main()
58
: Ref(rtAdjust.
fVar
));
in append_rtadjust_fixup_to_vertex_main()
/third_party/skia/include/effects/
H
A
D
SkRuntimeEffect.h
303
// looking at
fVar
. If the size is incorrect, no copy will be performed, and debug
304
// builds will abort. If this is the result of querying a missing variable,
fVar
will
309
if (!
fVar
) {
in operator =()
311
} else if (sizeof(val) !=
fVar
->sizeInBytes()) {
in operator =()
314
memcpy(SkTAddOffset<void>(fOwner->writableUniformData(),
fVar
->offset),
in operator =()
321
if (!
fVar
) {
in operator =()
323
} else if (
fVar
->sizeInBytes() != 9 * sizeof(float)) {
in operator =()
327
(ptrdiff_t)
fVar
->offset);
in operator =()
338
if (!
fVar
) {
in set()
341
} else if (sizeof(T) * count !=
fVar
in set()
352
const SkRuntimeEffect::Uniform*
fVar
; // nullptr if the variable was not found
global()
member
[all...]
/third_party/skia/src/sksl/dsl/priv/
H
A
D
DSLWriter.cpp
43
// We haven't even attempted to create a var yet, so
fVar
ought to be null
in Var()
44
SkASSERT(!var.
fVar
);
in Var()
60
var.
fVar
= varPtr;
in Var()
66
return var.
fVar
;
in Var()
/third_party/skia/src/sksl/dsl/
H
A
D
DSLVar.cpp
88
std::swap(
fVar
, other.
fVar
);
in swap()
123
fVar
= ThreadContext::SymbolTable()->takeOwnershipOfIRNode(std::make_unique<SkSL::Variable>(
in DSLGlobalVar()
136
fVar
= &result->as<SkSL::Variable>();
in DSLGlobalVar()
H
A
D
DSLFunction.cpp
64
params[i]->
fVar
= fDecl->parameters()[i];
in init()
H
A
D
DSLCore.cpp
182
var.
fVar
= &alreadyDeclared->as<Variable>();
in Declare()
/third_party/skia/src/sksl/
H
A
D
SkSLThreadContext.h
114
const Variable*
fVar
= nullptr;
member
H
A
D
SkSLAnalysis.cpp
198
:
fVar
(var) {}
in VariableWriteVisitor()
207
if (ref.variable() ==
fVar
&&
218
const Variable*
fVar
;
member in SkSL::__anon18953::VariableWriteVisitor
/third_party/skia/tests/
H
A
D
SkSLTest.cpp
35
if (uniform.
fVar
) {
in set_uniform()
43
if (uniform.
fVar
) {
in set_uniform_array()
/third_party/skia/include/sksl/
H
A
D
DSLVar.h
129
const SkSL::Variable*
fVar
= nullptr;
member in SkSL::VariableStorage::DSLVarBase
Completed in 9 milliseconds