Home
last modified time | relevance | path

Searched refs:GetCbvUavSrvDescriptorRanges (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupLayoutD3D12.h60 const std::vector<D3D12_DESCRIPTOR_RANGE>& GetCbvUavSrvDescriptorRanges() const;
DPipelineLayoutD3D12.cpp88 rangesCount += bindGroupLayout->GetCbvUavSrvDescriptorRanges().size() + in Initialize()
128 if (SetRootDescriptorTable(bindGroupLayout->GetCbvUavSrvDescriptorRanges())) { in Initialize()
DBindGroupLayoutD3D12.cpp182 const std::vector<D3D12_DESCRIPTOR_RANGE>& BindGroupLayout::GetCbvUavSrvDescriptorRanges() in GetCbvUavSrvDescriptorRanges() function in dawn_native::d3d12::BindGroupLayout