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:mLayout
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
BindGroup.cpp
339
mLayout
(descriptor->layout),
in BindGroupBase()
340
mBindingData(
mLayout
->ComputeBindingDataPointers(bindingDataStart)) {
in BindGroupBase()
341
for (BindingIndex i{0}; i <
mLayout
->GetBindingCount(); ++i) {
in BindGroupBase()
352
ASSERT(bindingIndex <
mLayout
->GetBindingCount());
in BindGroupBase()
409
if (
mLayout
!= nullptr) {
in DestroyImpl()
411
for (BindingIndex i{0}; i <
mLayout
->GetBindingCount(); ++i) {
in DestroyImpl()
421
Ref<BindGroupLayoutBase> layout =
mLayout
;
in DeleteThis()
440
return
mLayout
.Get();
in GetLayout()
445
return
mLayout
.Get();
in GetLayout()
455
ASSERT(bindingIndex <
mLayout
in GetBindingAsBufferBinding()
[all...]
H
A
D
Pipeline.cpp
109
: ApiObjectBase(device, label),
mLayout
(layout) {
in PipelineBase()
160
return
mLayout
.Get();
in GetLayout()
165
return
mLayout
.Get();
in GetLayout()
189
DAWN_TRY(GetDevice()->ValidateObject(
mLayout
.Get()));
in ValidateGetBindGroupLayout()
202
if (!
mLayout
->GetBindGroupLayoutsMask()[groupIndex]) {
in GetBindGroupLayout()
205
return Ref<BindGroupLayoutBase>(
mLayout
->GetBindGroupLayout(groupIndex));
in GetBindGroupLayout()
221
recorder.Record(
mLayout
->GetContentHash());
in ComputeContentHash()
235
if (a->
mLayout
.Get() != b->
mLayout
.Get() || a->mStageMask != b->mStageMask) {
in EqualForCache()
H
A
D
BindGroup.h
86
Ref<BindGroupLayoutBase>
mLayout
;
member in dawn_native::BindGroupBase
H
A
D
Pipeline.h
92
Ref<PipelineLayoutBase>
mLayout
;
member in dawn_native::PipelineBase
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H
A
D
StateAdapter.java
45
private LinearLayout
mLayout
;
field in StateAdapter
61
if (
mLayout
!= null) {
in setState()
71
// The first list item is the
mLayout
that contains a list of state items
91
if (
mLayout
== null) {
in getView()
92
mLayout
= new LinearLayout(mViewerActivity);
in getView()
93
mLayout
.setOrientation(LinearLayout.VERTICAL);
in getView()
96
return
mLayout
;
in getView()
169
if (mStateJson.length() <
mLayout
.getChildCount()) {
in updateDrawer()
170
mLayout
.removeViews(
in updateDrawer()
171
mStateJson.length(),
mLayout
in updateDrawer()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
DescriptorSetAllocator.cpp
37
: ObjectBase(layout->GetDevice()),
mLayout
(layout) {
in DescriptorSetAllocator()
154
std::vector<VkDescriptorSetLayout> layouts(mMaxSets,
mLayout
->GetHandle());
in AllocateDescriptorPool()
H
A
D
DescriptorSetAllocator.h
52
BindGroupLayout*
mLayout
;
member in dawn_native::vulkan::DescriptorSetAllocator
Completed in 5 milliseconds