Home
last modified time | relevance | path

Searched refs:IDxcCompiler (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.h38 ComPtr<IDxcCompiler> GetDxcCompiler() const;
53 ComPtr<IDxcCompiler> mDxcCompiler;
DBackendD3D12.cpp139 ComPtr<IDxcCompiler> Backend::GetDxcCompiler() const { in GetDxcCompiler()
DDeviceD3D12.h70 ComPtr<IDxcCompiler> GetDxcCompiler() const;
DShaderModuleD3D12.cpp448 IDxcCompiler* dxcCompiler, in CompileShaderDXC()
680 IDxcCompiler* dxcCompiler, in CompileShader()
DDeviceD3D12.cpp232 ComPtr<IDxcCompiler> Device::GetDxcCompiler() const { in GetDxcCompiler()
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h351 CROSS_PLATFORM_UUIDOF(IDxcCompiler, "8c210bf3-011f-4422-8d70-6f9acb8db617")
352 struct IDxcCompiler : public IUnknown { struct
390 struct IDxcCompiler2 : public IDxcCompiler {
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp81 ComPtr<IDxcCompiler> compiler;