Home
last modified time | relevance | path

Searched refs:mLayout (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.cpp339 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 DPipeline.cpp109 : 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 DBindGroup.h86 Ref<BindGroupLayoutBase> mLayout; member in dawn_native::BindGroupBase
H A DPipeline.h92 Ref<PipelineLayoutBase> mLayout; member in dawn_native::PipelineBase
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java45 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 DDescriptorSetAllocator.cpp37 : ObjectBase(layout->GetDevice()), mLayout(layout) { in DescriptorSetAllocator()
154 std::vector<VkDescriptorSetLayout> layouts(mMaxSets, mLayout->GetHandle()); in AllocateDescriptorPool()
H A DDescriptorSetAllocator.h52 BindGroupLayout* mLayout; member in dawn_native::vulkan::DescriptorSetAllocator

Completed in 3 milliseconds