Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Backend
(Results
1 - 25
of
106
) sorted by relevance
1
2
3
4
5
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
BackendD3D12.cpp
70
Backend
* backend,
in CreateAdapterFromIDXGIAdapter()
83
Backend
::
Backend
(InstanceBase* instance)
in Backend()
function in dawn_native::d3d12::Backend
87
MaybeError
Backend
::Initialize() {
in Initialize()
100
ComPtr<IDXGIFactory4>
Backend
::GetFactory() const {
in GetFactory()
104
MaybeError
Backend
::EnsureDxcLibrary() {
in EnsureDxcLibrary()
114
MaybeError
Backend
::EnsureDxcCompiler() {
in EnsureDxcCompiler()
124
MaybeError
Backend
::EnsureDxcValidator() {
in EnsureDxcValidator()
134
ComPtr<IDxcLibrary>
Backend
::GetDxcLibrary() const {
in GetDxcLibrary()
139
ComPtr<IDxcCompiler>
Backend
[all...]
H
A
D
AdapterD3D12.h
26
class
Backend
;
30
Adapter(
Backend
* backend, ComPtr<IDXGIAdapter3> hardwareAdapter);
38
Backend
* GetBackend() const;
60
Backend
* mBackend;
H
A
D
BackendD3D12.h
26
class
Backend
: public BackendConnection {
class
28
Backend
(InstanceBase* instance);
/third_party/skia/bench/
H
A
D
RefCntBench.cpp
19
bool isSuitableFor(
Backend
backend) override {
53
bool isSuitableFor(
Backend
backend) override {
80
bool isSuitableFor(
Backend
backend) override {
108
bool isSuitableFor(
Backend
backend) override {
139
bool isSuitableFor(
Backend
backend) override {
166
bool isSuitableFor(
Backend
backend) override {
H
A
D
PDFBench.cpp
29
bool isSuitableFor(
Backend
backend) override {
50
bool isSuitableFor(
Backend
b) override {
92
bool isSuitableFor(
Backend
backend) override {
129
bool isSuitableFor(
Backend
backend) override {
166
bool isSuitableFor(
Backend
backend) override {
188
bool isSuitableFor(
Backend
b) override {
205
bool isSuitableFor(
Backend
b) final { return b == kNonRendering_Backend; }
232
bool isSuitableFor(
Backend
backend) override {
288
bool isSuitableFor(
Backend
backend) override {
427
bool isSuitableFor(
Backend
backen
[all...]
H
A
D
MathBench.cpp
43
bool isSuitableFor(
Backend
backend) override {
277
bool isSuitableFor(
Backend
backend) override {
345
bool isSuitableFor(
Backend
backend) override {
406
bool isSuitableFor(
Backend
backend) override {
466
bool isSuitableFor(
Backend
backend) override {
522
bool isSuitableFor(
Backend
backend) override {
569
bool isSuitableFor(
Backend
backend) override {
605
bool isSuitableFor(
Backend
backend) override {
689
bool isSuitableFor(
Backend
backend) override {
H
A
D
Sk4fBench.cpp
29
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
47
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
61
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
H
A
D
JSONBench.cpp
25
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
68
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
120
bool isSuitableFor(
Backend
backend) override { return backend == kNonRendering_Backend; }
H
A
D
RecordingBench.h
20
bool isSuitableFor(
Backend
) override;
49
bool isSuitableFor(
Backend
) override;
H
A
D
MutexBench.cpp
17
bool isSuitableFor(
Backend
backend) override {
41
bool isSuitableFor(
Backend
backend) override {
H
A
D
RecordingBench.cpp
24
bool PictureCentricBench::isSuitableFor(
Backend
backend) {
in isSuitableFor()
61
bool DeserializePictureBench::isSuitableFor(
Backend
backend) {
in isSuitableFor()
H
A
D
QuickRejectBench.cpp
18
bool isSuitableFor(
Backend
backend) override { return backend != kNonRendering_Backend; }
45
bool isSuitableFor(
Backend
backend) override { return backend != kNonRendering_Backend; }
H
A
D
Benchmark.h
43
enum
Backend
{
enum in Benchmark
53
virtual bool isSuitableFor(
Backend
backend) {
in isSuitableFor()
H
A
D
SkGlyphCacheBench.cpp
52
bool isSuitableFor(
Backend
backend) override {
86
bool isSuitableFor(
Backend
backend) override {
221
bool isSuitableFor(
Backend
b) override { return b == kNonRendering_Backend; }
H
A
D
PathOpsBench.cpp
29
bool isSuitableFor(
Backend
backend) override {
60
bool isSuitableFor(
Backend
backend) override {
162
bool isSuitableFor(
Backend
backend) override {
H
A
D
ScalarBench.cpp
20
bool isSuitableFor(
Backend
backend) override {
142
bool isSuitableFor(
Backend
backend) override {
H
A
D
ReadPixBench.cpp
84
bool isSuitableFor(
Backend
backend) override {
123
bool isSuitableFor(
Backend
backend) override {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
BackendVk.cpp
234
dawn::WarningLog() << "
Backend
validation enabled but Dawn was not built with "
in Initialize()
392
Backend
::
Backend
(InstanceBase* instance)
in Backend()
function in dawn_native::vulkan::Backend
396
Backend
::~
Backend
() = default;
398
std::vector<std::unique_ptr<AdapterBase>>
Backend
::DiscoverDefaultAdapters() {
in DiscoverDefaultAdapters()
408
ResultOrError<std::vector<std::unique_ptr<AdapterBase>>>
Backend
::DiscoverAdapters(
in DiscoverAdapters()
444
return new
Backend
(instance);
in Connect()
H
A
D
BackendVk.h
69
class
Backend
: public BackendConnection {
class
71
Backend
(InstanceBase* instance);
72
~
Backend
() override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H
A
D
BackendGL.cpp
269
Backend
::
Backend
(InstanceBase* instance, wgpu::BackendType backendType)
in Backend()
function in dawn_native::opengl::Backend
273
std::vector<std::unique_ptr<AdapterBase>>
Backend
::DiscoverDefaultAdapters() {
in DiscoverDefaultAdapters()
278
ResultOrError<std::vector<std::unique_ptr<AdapterBase>>>
Backend
::DiscoverAdapters(
in DiscoverAdapters()
303
return new
Backend
(instance, backendType);
in Connect()
H
A
D
BackendGL.h
22
class
Backend
: public BackendConnection {
class
24
Backend
(InstanceBase* instance, wgpu::BackendType backendType);
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H
A
D
BackendMTL.h
22
class
Backend
: public BackendConnection {
class
24
Backend
(InstanceBase* instance);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCAssembler.h
104
std::unique_ptr<MCAsmBackend>
Backend
;
member
218
MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend>
Backend
,
283
MCAsmBackend *getBackendPtr() const { return
Backend
.get(); }
in getBackendPtr()
289
MCAsmBackend &getBackend() const { return *
Backend
; }
in getBackend()
432
/// \name
Backend
Data Access
/third_party/skia/bench/graphite/
H
A
D
IntersectionTreeBench.cpp
25
bool isSuitableFor(
Backend
backend) override {
116
bool isSuitableFor(
Backend
backend) final {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H
A
D
LTO.h
277
LTO(Config Conf, ThinBackend
Backend
= nullptr,
336
ThinLTOState(ThinBackend
Backend
);
338
ThinBackend
Backend
;
member
Completed in 12 milliseconds
1
2
3
4
5