Searched refs:PlatformFunctions (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | PlatformFunctions.cpp | 103 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 …]
|
D | BackendD3D12.h | 24 class PlatformFunctions; variable 41 const PlatformFunctions* GetFunctions() const; 50 std::unique_ptr<PlatformFunctions> mFunctions;
|
D | PlatformFunctions.h | 30 class PlatformFunctions { 32 PlatformFunctions(); 33 ~PlatformFunctions();
|
D | BackendD3D12.cpp | 27 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()
|
D | DeviceD3D12.h | 28 class PlatformFunctions; variable 67 const PlatformFunctions* GetFunctions() const;
|
D | AdapterD3D12.cpp | 68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl()
|
D | ShaderModuleD3D12.cpp | 563 ResultOrError<ComPtr<ID3DBlob>> CompileShaderFXC(const PlatformFunctions* functions, in CompileShaderFXC() 678 MaybeError CompileShader(const PlatformFunctions* functions, in CompileShader()
|
D | DeviceD3D12.cpp | 240 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | PlatformFunctions.cpp | 21 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()
|
D | BackendD3D12.h | 24 class PlatformFunctions; variable 33 const PlatformFunctions* GetFunctions() const; 40 std::unique_ptr<PlatformFunctions> mFunctions;
|
D | PlatformFunctions.h | 32 class PlatformFunctions { 34 PlatformFunctions(); 35 ~PlatformFunctions();
|
D | BackendD3D12.cpp | 26 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()
|
D | DeviceD3D12.h | 32 class PlatformFunctions; variable 63 const PlatformFunctions* GetFunctions() const;
|
D | ComputePipelineD3D12.cpp | 41 const PlatformFunctions* functions = device->GetFunctions(); in ComputePipeline()
|
D | AdapterD3D12.cpp | 63 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in Initialize()
|
D | DeviceD3D12.cpp | 155 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions()
|
D | RenderPipelineD3D12.cpp | 334 const PlatformFunctions* functions = device->GetFunctions(); in RenderPipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CMakeLists.txt | 275 "d3d12/PlatformFunctions.cpp" 276 "d3d12/PlatformFunctions.h"
|
D | BUILD.gn | 413 "d3d12/PlatformFunctions.cpp", 414 "d3d12/PlatformFunctions.h",
|
/third_party/flutter/skia/third_party/dawn/ |
D | BUILD.gn | 349 "src/dawn_native/d3d12/PlatformFunctions.cpp", 350 "src/dawn_native/d3d12/PlatformFunctions.h",
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | BUILD.gn | 205 "src/dawn_native/d3d12/PlatformFunctions.cpp", 206 "src/dawn_native/d3d12/PlatformFunctions.h",
|