Home
last modified time | relevance | path

Searched defs:CreateBindGroupLayout (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DMinimumBufferSizeValidationTests.cpp215 wgpu::BindGroupLayout CreateBindGroupLayout(const std::vector<BindingDescriptor>& bindings, in CreateBindGroupLayout() function in MinBufferSizeTestsBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp1241 ResultOrError<Ref<BindGroupLayoutBase>> DeviceBase::CreateBindGroupLayout( in CreateBindGroupLayout() function in dawn_native::DeviceBase