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:svm_support
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
device.hpp
82
cl_device_svm_capabilities
svm_support
() const;
116
return
svm_support
() & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM;
in has_system_svm()
H
A
D
device.cpp
364
device::
svm_support
() const {
in svm_support()
function in device
491
if (
svm_support
())
in supported_extensions()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
kernel.cpp
379
if (!any_of(std::mem_fn(&device::
svm_support
), obj(d_kern).program().devices()))
in clSetKernelArgSVMPointer()
397
if (!any_of(std::mem_fn(&device::
svm_support
), obj(d_kern).program().devices()))
in clSetKernelExecInfo()
H
A
D
transfer.cpp
991
if (!q.device().
svm_support
())
1058
if (!q.device().
svm_support
())
1120
if (!q.device().
svm_support
())
1183
if (!q.device().
svm_support
())
1233
if (!q.device().
svm_support
())
1285
if (!q.device().
svm_support
())
H
A
D
memory.cpp
589
if (!any_of(std::mem_fn(&device::
svm_support
), ctx.devices()))
in clSVMAlloc()
633
if (!any_of(std::mem_fn(&device::
svm_support
), ctx.devices()))
in clSVMFree()
H
A
D
device.cpp
424
buf.as_scalar<cl_device_svm_capabilities>() = dev.
svm_support
();
in clGetDeviceInfo()
Completed in 5 milliseconds