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:fHalf4
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/src/sksl/
H
A
D
SkSLBuiltinTypes.cpp
30
,
fHalf4
(Type::MakeVectorType("half4", "h4", *fHalf, /*columns=*/4))
in BuiltinTypes()
141
fHalf4
.get()}))
162
fHalf4
.get()}))
H
A
D
SkSLUtil.cpp
62
if (type == *context.fTypes.
fHalf4
) { *outType = kHalf4_GrSLType; return true; }
in type_to_grsltype()
H
A
D
SkSLBuiltinTypes.h
32
const std::unique_ptr<Type>
fHalf4
;
member in SkSL::BuiltinTypes
/third_party/skia/src/sksl/dsl/priv/
H
A
D
DSLFPs.cpp
59
code.c_str(), ThreadContext::Context().fTypes.
fHalf4
.get()));
in SampleChild()
/third_party/skia/src/sksl/ir/
H
A
D
SkSLChildCall.cpp
46
const Type* half4 = context.fTypes.
fHalf4
.get();
in call_signature_is_valid()
H
A
D
SkSLFunctionDeclaration.cpp
73
return type == *context.fTypes.
fHalf4
|| type == *context.fTypes.fFloat4;
in check_parameters()
142
return type == *context.fTypes.
fHalf4
|| type == *context.fTypes.fFloat4;
in check_main_signature()
H
A
D
SkSLIndexExpression.cpp
44
case 4: return *context.fTypes.
fHalf4
;
in IndexType()
H
A
D
SkSLType.cpp
628
case 4: return *context.fTypes.
fHalf4
;
/third_party/skia/src/sksl/transform/
H
A
D
SkSLBuiltinVariableScanner.cpp
47
funcDef.declaration().returnType() == *fContext.fTypes.
fHalf4
) {
in FindAndDeclareBuiltinVariables()
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLPipelineStageCodeGenerator.cpp
184
SkASSERT(arguments[0]->type() == *fProgram.fContext->fTypes.
fHalf4
||
in writeChildCall()
191
SkASSERT(arguments[0]->type() == *fProgram.fContext->fTypes.
fHalf4
||
in writeChildCall()
193
SkASSERT(arguments[1]->type() == *fProgram.fContext->fTypes.
fHalf4
||
in writeChildCall()
H
A
D
SkSLVMCodeGenerator.cpp
1060
SkASSERT(arg->type() == *fProgram.fContext->fTypes.
fHalf4
||
1068
SkASSERT(arg->type() == *fProgram.fContext->fTypes.
fHalf4
||
1074
SkASSERT(arg->type() == *fProgram.fContext->fTypes.
fHalf4
||
H
A
D
SkSLMetalCodeGenerator.cpp
2241
if (r.expression()->type() == *fContext.fTypes.
fHalf4
) {
in writeReturnStatement()
H
A
D
SkSLSPIRVCodeGenerator.cpp
3583
if (main->returnType() == *fContext.fTypes.
fHalf4
) {
in writeInstructions()
/third_party/skia/src/sksl/dsl/
H
A
D
DSLType.cpp
81
return context.fTypes.
fHalf4
.get();
in get_type_from_type_constant()
/third_party/skia/src/core/
H
A
D
SkRuntimeEffect.cpp
118
if (*type == *ctx.fTypes.
fHalf4
) { v->type = Type::kFloat4; return true; }
in init_uniform_type()
Completed in 21 milliseconds