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:CLDeviceImpl
(Results
1 - 17
of
17
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
CLDeviceImpl.cpp
6
//
CLDeviceImpl
.cpp: Implements the class methods for
CLDeviceImpl
.
8
#include "libANGLE/renderer/
CLDeviceImpl
.h"
15
CLDeviceImpl
::Info::Info() = default;
17
CLDeviceImpl
::Info::Info(cl::DeviceType deviceType) : type(deviceType) {}
in Info()
19
CLDeviceImpl
::Info::~Info() = default;
21
CLDeviceImpl
::Info::Info(Info &&) = default;
23
CLDeviceImpl
::Info &
CLDeviceImpl
::Info::operator=(Info &&) = default;
25
CLDeviceImpl
function in rx::CLDeviceImpl
[all...]
H
A
D
CLDeviceImpl.h
6
//
CLDeviceImpl
.h: Defines the abstract rx::
CLDeviceImpl
class.
16
class
CLDeviceImpl
: angle::NonCopyable
class
19
using Ptr = std::unique_ptr<
CLDeviceImpl
>;
66
CLDeviceImpl
(const cl::Device &device);
67
virtual ~
CLDeviceImpl
();
H
A
D
CLtypes.h
18
class
CLDeviceImpl
;
H
A
D
CLPlatformImpl.h
12
#include "libANGLE/renderer/
CLDeviceImpl
.h"
48
virtual
CLDeviceImpl
::CreateDatas createDevices() const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLDevice.h
13
#include "libANGLE/renderer/
CLDeviceImpl
.h"
41
const rx::
CLDeviceImpl
::Info &getInfo() const;
45
template <typename T = rx::
CLDeviceImpl
>
58
const rx::
CLDeviceImpl
::CreateFunc &createFunc);
62
const rx::
CLDeviceImpl
::Ptr mImpl;
63
const rx::
CLDeviceImpl
::Info mInfo;
86
inline const rx::
CLDeviceImpl
::Info &Device::getInfo() const
in getInfo()
H
A
D
CLPlatform.h
76
DevicePtrs createDevices(rx::
CLDeviceImpl
::CreateDatas &&createDatas);
H
A
D
CLDevice.cpp
338
rx::
CLDeviceImpl
::CreateFuncs subDeviceCreateFuncs;
in createSubDevices()
431
const rx::
CLDeviceImpl
::CreateFunc &createFunc)
in Device()
H
A
D
CLPlatform.cpp
261
DevicePtrs Platform::createDevices(rx::
CLDeviceImpl
::CreateDatas &&createDatas)
in createDevices()
H
A
D
validationCL.cpp
591
const rx::
CLDeviceImpl
::Info &info = dev.getInfo();
in ValidateGetDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CLDeviceVk.cpp
15
CLDeviceVk::CLDeviceVk(const cl::Device &device) :
CLDeviceImpl
(device) {}
in CLDeviceVk()
19
CLDeviceImpl
::Info CLDeviceVk::createInfo(cl::DeviceType type) const
in createInfo()
H
A
D
CLPlatformVk.cpp
59
CLDeviceImpl
::CreateDatas CLPlatformVk::createDevices() const
in createDevices()
62
CLDeviceImpl
::CreateDatas createDatas;
in createDevices()
H
A
D
CLPlatformVk.h
22
CLDeviceImpl
::CreateDatas createDevices() const override;
H
A
D
CLDeviceVk.h
6
// CLDeviceVk.h: Defines the class interface for CLDeviceVk, implementing
CLDeviceImpl
.
13
#include "libANGLE/renderer/
CLDeviceImpl
.h"
18
class CLDeviceVk : public
CLDeviceImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.h
24
CLDeviceImpl
::CreateDatas createDevices() const override;
H
A
D
CLDeviceCL.h
6
// CLDeviceCL.h: Defines the class interface for CLDeviceCL, implementing
CLDeviceImpl
.
11
#include "libANGLE/renderer/
CLDeviceImpl
.h"
16
class CLDeviceCL : public
CLDeviceImpl
H
A
D
CLDeviceCL.cpp
66
CLDeviceImpl
::Info CLDeviceCL::createInfo(cl::DeviceType type) const
in createInfo()
240
:
CLDeviceImpl
(device), mNative(native)
in CLDeviceCL()
H
A
D
CLPlatformCL.cpp
314
CLDeviceImpl
::CreateDatas CLPlatformCL::createDevices() const
in createDevices()
316
CLDeviceImpl
::CreateDatas createDatas;
in createDevices()
Completed in 11 milliseconds