Searched refs:GetDxcValidator (Results 1 – 5 of 5) sorted by relevance
39 ComPtr<IDxcValidator> GetDxcValidator() const;
144 ComPtr<IDxcValidator> Backend::GetDxcValidator() const { in GetDxcValidator() function in dawn_native::d3d12::Backend
71 ComPtr<IDxcValidator> GetDxcValidator() const;
236 ComPtr<IDxcValidator> Device::GetDxcValidator() const { in GetDxcValidator() function in dawn_native::d3d12::Device237 return ToBackend(GetAdapter())->GetBackend()->GetDxcValidator(); in GetDxcValidator()
224 DAWN_TRY_ASSIGN(dxcVersion, GetDXCompilerVersion(device->GetDxcValidator())); in Create()