Home
last modified time | relevance | path

Searched refs:PlatformFunctions (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp103 PlatformFunctions::PlatformFunctions() = default;
104 PlatformFunctions::~PlatformFunctions() = default;
106 MaybeError PlatformFunctions::LoadFunctions() { in LoadFunctions()
116 MaybeError PlatformFunctions::LoadD3D12() { in LoadD3D12()
145 MaybeError PlatformFunctions::LoadD3D11() { in LoadD3D11()
159 MaybeError PlatformFunctions::LoadDXGI() { in LoadDXGI()
182 void PlatformFunctions::LoadDXCLibraries() { in LoadDXCLibraries()
195 void PlatformFunctions::LoadDXIL(const std::string& baseWindowsSDKPath) { in LoadDXIL()
208 void PlatformFunctions::LoadDXCompiler(const std::string& baseWindowsSDKPath) { in LoadDXCompiler()
233 MaybeError PlatformFunctions::LoadFXCompiler() { in LoadFXCompiler()
[all …]
DBackendD3D12.h24 class PlatformFunctions; variable
41 const PlatformFunctions* GetFunctions() const;
50 std::unique_ptr<PlatformFunctions> mFunctions;
DPlatformFunctions.h30 class PlatformFunctions {
32 PlatformFunctions();
33 ~PlatformFunctions();
DBackendD3D12.cpp27 ResultOrError<ComPtr<IDXGIFactory4>> CreateFactory(const PlatformFunctions* functions, in CreateFactory()
88 mFunctions = std::make_unique<PlatformFunctions>(); in Initialize()
149 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions()
DDeviceD3D12.h28 class PlatformFunctions; variable
67 const PlatformFunctions* GetFunctions() const;
DAdapterD3D12.cpp68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl()
DShaderModuleD3D12.cpp563 ResultOrError<ComPtr<ID3DBlob>> CompileShaderFXC(const PlatformFunctions* functions, in CompileShaderFXC()
678 MaybeError CompileShader(const PlatformFunctions* functions, in CompileShader()
DDeviceD3D12.cpp240 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp21 PlatformFunctions::PlatformFunctions() { in PlatformFunctions() function in dawn_native::d3d12::PlatformFunctions
23 PlatformFunctions::~PlatformFunctions() { in ~PlatformFunctions()
26 MaybeError PlatformFunctions::LoadFunctions() { in LoadFunctions()
34 MaybeError PlatformFunctions::LoadD3D12() { in LoadD3D12()
53 MaybeError PlatformFunctions::LoadDXGI() { in LoadDXGI()
64 MaybeError PlatformFunctions::LoadD3DCompiler() { in LoadD3DCompiler()
74 bool PlatformFunctions::isPIXEventRuntimeLoaded() const { in isPIXEventRuntimeLoaded()
78 void PlatformFunctions::LoadPIXRuntime() { in LoadPIXRuntime()
DBackendD3D12.h24 class PlatformFunctions; variable
33 const PlatformFunctions* GetFunctions() const;
40 std::unique_ptr<PlatformFunctions> mFunctions;
DPlatformFunctions.h32 class PlatformFunctions {
34 PlatformFunctions();
35 ~PlatformFunctions();
DBackendD3D12.cpp26 ResultOrError<ComPtr<IDXGIFactory4>> CreateFactory(const PlatformFunctions* functions, in CreateFactory()
77 mFunctions = std::make_unique<PlatformFunctions>(); in Initialize()
93 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions()
DDeviceD3D12.h32 class PlatformFunctions; variable
63 const PlatformFunctions* GetFunctions() const;
DComputePipelineD3D12.cpp41 const PlatformFunctions* functions = device->GetFunctions(); in ComputePipeline()
DAdapterD3D12.cpp63 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in Initialize()
DDeviceD3D12.cpp155 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions()
DRenderPipelineD3D12.cpp334 const PlatformFunctions* functions = device->GetFunctions(); in RenderPipeline()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt275 "d3d12/PlatformFunctions.cpp"
276 "d3d12/PlatformFunctions.h"
DBUILD.gn413 "d3d12/PlatformFunctions.cpp",
414 "d3d12/PlatformFunctions.h",
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn349 "src/dawn_native/d3d12/PlatformFunctions.cpp",
350 "src/dawn_native/d3d12/PlatformFunctions.h",
/third_party/flutter/skia/third_party/externals/dawn/
DBUILD.gn205 "src/dawn_native/d3d12/PlatformFunctions.cpp",
206 "src/dawn_native/d3d12/PlatformFunctions.h",