Searched refs:GetDxcCompiler (Results 1 – 5 of 5) sorted by relevance
38 ComPtr<IDxcCompiler> GetDxcCompiler() const;
139 ComPtr<IDxcCompiler> Backend::GetDxcCompiler() const { in GetDxcCompiler() function in dawn_native::d3d12::Backend
232 ComPtr<IDxcCompiler> Device::GetDxcCompiler() const { in GetDxcCompiler() function in dawn_native::d3d12::Device233 return ToBackend(GetAdapter())->GetBackend()->GetDxcCompiler(); in GetDxcCompiler()
70 ComPtr<IDxcCompiler> GetDxcCompiler() const;
811 device->IsToggleEnabled(Toggle::UseDXC) ? device->GetDxcCompiler().Get() in Compile()