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:CL_VERSION_MINOR
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
device.cpp
153
minor =
CL_VERSION_MINOR
(version);
in device()
448
std::to_string(
CL_VERSION_MINOR
(version));
in device_version_as_string()
455
int minor =
CL_VERSION_MINOR
(clc_version);
in device_clc_version_as_string()
555
CL_VERSION_MINOR
(clc_version) == 2)
in opencl_c_all_versions()
H
A
D
platform.cpp
76
std::to_string(
CL_VERSION_MINOR
(version));
in platform_version_as_string()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.cpp
200
CL_VERSION_MINOR
(info.version) !=
CL_VERSION_MINOR
(version))
in createInfo()
203
<<
CL_VERSION_MINOR
(info.version)
in createInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CLPlatformVk.cpp
101
std::to_string(
CL_VERSION_MINOR
(GetVersion())) + " ANGLE " +
in GetVersionString()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
device.cpp
41
std::to_string(
CL_VERSION_MINOR
(il_version.version));
in supported_il_versions_as_string()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H
A
D
invocation.cpp
955
((
CL_VERSION_MINOR
(version) & 0xff) << 8u);
in to_spirv_version_encoding()
/third_party/mesa3d/include/CL/
H
A
D
cl.h
928
#define
CL_VERSION_MINOR
(version) \
macro
/third_party/opencl-headers/CL/
H
A
D
cl.h
937
#define
CL_VERSION_MINOR
(version) \
macro
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl.h
930
#define
CL_VERSION_MINOR
(version) \
macro
Completed in 18 milliseconds