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:fInterfaceBlock
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/sksl/ir/
H
A
D
SkSLFunctionDefinition.cpp
35
if (rtAdjust.fVar || rtAdjust.
fInterfaceBlock
) {
in append_rtadjust_fixup_to_vertex_main()
56
return DSLExpression(rtAdjust.
fInterfaceBlock
in append_rtadjust_fixup_to_vertex_main()
57
? Field(rtAdjust.
fInterfaceBlock
, rtAdjust.fFieldIndex)
in append_rtadjust_fixup_to_vertex_main()
H
A
D
SkSLVarDeclarations.cpp
185
if (ThreadContext::RTAdjustState().fVar || ThreadContext::RTAdjustState().
fInterfaceBlock
) {
in Convert()
/third_party/skia/src/sksl/
H
A
D
SkSLThreadContext.h
116
const Variable*
fInterfaceBlock
= nullptr;
member
117
// If
fInterfaceBlock
is non-null, contains the index of the sk_RTAdjust field within it.
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLSPIRVCodeGenerator.h
464
std::unique_ptr<InterfaceBlock>
fInterfaceBlock
;
member
H
A
D
SkSLSPIRVCodeGenerator.cpp
3456
fUniformBuffer.
fInterfaceBlock
= std::make_unique<InterfaceBlock>(
in writeUniformBuffer()
3461
fUniformBufferId = this->writeInterfaceBlock(*fUniformBuffer.
fInterfaceBlock
);
in writeUniformBuffer()
/third_party/skia/tests/
H
A
D
SkSLDSLTest.cpp
2046
REPORTER_ASSERT(r, !SkSL::ThreadContext::RTAdjustState().
fInterfaceBlock
);
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2051
REPORTER_ASSERT(r, SkSL::ThreadContext::RTAdjustState().
fInterfaceBlock
);
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/skia/src/sksl/dsl/
H
A
D
DSLCore.cpp
225
rtAdjust.
fInterfaceBlock
= &intf.variable();
in FindRTAdjust()
Completed in 13 milliseconds