Home
last modified time | relevance | path

Searched refs:GetDxcCompiler (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.h38 ComPtr<IDxcCompiler> GetDxcCompiler() const;
DBackendD3D12.cpp139 ComPtr<IDxcCompiler> Backend::GetDxcCompiler() const { in GetDxcCompiler() function in dawn_native::d3d12::Backend
DDeviceD3D12.cpp232 ComPtr<IDxcCompiler> Device::GetDxcCompiler() const { in GetDxcCompiler() function in dawn_native::d3d12::Device
233 return ToBackend(GetAdapter())->GetBackend()->GetDxcCompiler(); in GetDxcCompiler()
DDeviceD3D12.h70 ComPtr<IDxcCompiler> GetDxcCompiler() const;
DShaderModuleD3D12.cpp811 device->IsToggleEnabled(Toggle::UseDXC) ? device->GetDxcCompiler().Get() in Compile()