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:fExtraFunctions
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLMetalCodeGenerator.cpp
197
AutoOutputStream outputToExtraFunctions(this, &
fExtraFunctions
, &fIndentation);
in getOutParamHelper()
459
fExtraFunctions
.writeText(kInverse2x2);
in getInversePolyfill()
462
fExtraFunctions
.writeText(kInverse3x3);
in getInversePolyfill()
465
fExtraFunctions
.writeText(kInverse4x4);
in getInversePolyfill()
490
fExtraFunctions
.writeText(kMatrixCompMult);
in writeMatrixCompMult()
509
fExtraFunctions
.writeText(kOuterProduct);
in writeOuterProduct()
921
fExtraFunctions
.printf("%s%s%d(", separator, matrixType.c_str(), rows);
in assembleMatrixFromMatrix()
934
case 1: firstItem = false;
fExtraFunctions
.printf("x0[%d].x", c); break;
in assembleMatrixFromMatrix()
935
case 2: firstItem = false;
fExtraFunctions
.printf("x0[%d].xy", c); break;
in assembleMatrixFromMatrix()
936
case 3: firstItem = false;
fExtraFunctions
in assembleMatrixFromMatrix()
[all...]
H
A
D
SkSLGLSLCodeGenerator.cpp
264
fExtraFunctions
.writeText((
in writeDeterminantHack()
275
fExtraFunctions
.writeText((
in writeDeterminantHack()
292
fExtraFunctions
.writeText((
in writeDeterminantHack()
330
fExtraFunctions
.writeText((
in writeInverseHack()
342
fExtraFunctions
.writeText((
in writeInverseHack()
362
fExtraFunctions
.writeText((
in writeInverseHack()
421
fExtraFunctions
.writeText((transposed + " " + name + "(" + typeName + " m) {\nreturn " +
in writeTransposeHack()
426
fExtraFunctions
.writeText(separator);
in writeTransposeHack()
427
fExtraFunctions
.writeText(("m[" + to_string(column) + "][" + to_string(row) +
in writeTransposeHack()
432
fExtraFunctions
in writeTransposeHack()
[all...]
H
A
D
SkSLGLSLCodeGenerator.h
173
StringStream
fExtraFunctions
;
member in SkSL::GLSLCodeGenerator
H
A
D
SkSLMetalCodeGenerator.h
272
StringStream
fExtraFunctions
;
member in SkSL::MetalCodeGenerator
Completed in 5 milliseconds