Home
last modified time | relevance | path

Searched defs:Backend (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.h26 class Backend; variable
DBackendD3D12.cpp83 Backend::Backend(InstanceBase* instance) in Backend() function in dawn_native::d3d12::Backend
/third_party/skia/bench/
DBenchmark.h43 enum Backend { enum
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h28 class Backend; variable
DBackendVk.cpp392 Backend::Backend(InstanceBase* instance) in Backend() function in dawn_native::vulkan::Backend
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp269 Backend::Backend(InstanceBase* instance, wgpu::BackendType backendType) in Backend() function in dawn_native::opengl::Backend
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp64 class Backend : public BackendConnection { class
66 Backend(InstanceBase* instance) : BackendConnection(instance, wgpu::BackendType::Null) { in Backend() function in dawn_native::null::Backend
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h338 ThinBackend Backend; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h104 std::unique_ptr<MCAsmBackend> Backend; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp475 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState()
482 LTO::LTO(Config Conf, ThinBackend Backend, in LTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp83 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler()
DELFObjectWriter.cpp1424 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local