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:fHalf4x4
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/sksl/
H
A
D
SkSLBuiltinTypes.cpp
78
,
fHalf4x4
(Type::MakeMatrixType("half4x4", "h44", *fHalf, /*columns=*/4, /*rows=*/4))
in BuiltinTypes()
154
fHalf3x4.get(), fHalf4x2.get(), fHalf4x3.get(),
fHalf4x4
.get()}))
158
fHalf3x3.get(),
fHalf4x4
.get()}))
H
A
D
SkSLUtil.cpp
65
if (type == *context.fTypes.
fHalf4x4
) { *outType = kHalf4x4_GrSLType; return true; }
in type_to_grsltype()
H
A
D
SkSLBuiltinTypes.h
83
const std::unique_ptr<Type>
fHalf4x4
;
member in SkSL::BuiltinTypes
/third_party/skia/src/sksl/dsl/
H
A
D
DSLType.cpp
99
return context.fTypes.
fHalf4x4
.get();
in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
H
A
D
SkSLType.cpp
649
case 4: return *context.fTypes.
fHalf4x4
;
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLGLSLCodeGenerator.cpp
288
else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.
fHalf4x4
) {
in writeDeterminantHack()
358
else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.
fHalf4x4
) {
in writeInverseHack()
/third_party/skia/src/core/
H
A
D
SkRuntimeEffect.cpp
124
if (*type == *ctx.fTypes.
fHalf4x4
) { v->type = Type::kFloat4x4; return true; }
in init_uniform_type()
Completed in 13 milliseconds