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_ushort
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
128
typedef unsigned __int16
cl_ushort
;
typedef
230
typedef uint16_t
cl_ushort
;
typedef
400
typedef
cl_ushort
__cl_ushort8 __attribute__((vector_size(16)));
434
typedef
cl_ushort
__cl_ushort4 __attribute__((vector_size(8)));
755
cl_ushort
CL_ALIGNED(4) s[2];
757
__CL_ANON_STRUCT__ struct{
cl_ushort
x, y; };
758
__CL_ANON_STRUCT__ struct{
cl_ushort
s0, s1; };
759
__CL_ANON_STRUCT__ struct{
cl_ushort
lo, hi; };
768
cl_ushort
CL_ALIGNED(8) s[4];
770
__CL_ANON_STRUCT__ struct{
cl_ushort
[all...]
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
153
typedef unsigned __int16
cl_ushort
;
typedef
259
typedef uint16_t
cl_ushort
;
typedef
429
typedef
cl_ushort
__cl_ushort8 __attribute__((vector_size(16)));
463
typedef
cl_ushort
__cl_ushort4 __attribute__((vector_size(8)));
782
cl_ushort
CL_ALIGNED(4) s[2];
784
__CL_ANON_STRUCT__ struct{
cl_ushort
x, y; };
785
__CL_ANON_STRUCT__ struct{
cl_ushort
s0, s1; };
786
__CL_ANON_STRUCT__ struct{
cl_ushort
lo, hi; };
795
cl_ushort
CL_ALIGNED(8) s[4];
797
__CL_ANON_STRUCT__ struct{
cl_ushort
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
148
typedef unsigned __int16
cl_ushort
;
typedef
250
typedef uint16_t
cl_ushort
;
typedef
420
typedef
cl_ushort
__cl_ushort8 __attribute__((vector_size(16)));
454
typedef
cl_ushort
__cl_ushort4 __attribute__((vector_size(8)));
775
cl_ushort
CL_ALIGNED(4) s[2];
777
__CL_ANON_STRUCT__ struct{
cl_ushort
x, y; };
778
__CL_ANON_STRUCT__ struct{
cl_ushort
s0, s1; };
779
__CL_ANON_STRUCT__ struct{
cl_ushort
lo, hi; };
788
cl_ushort
CL_ALIGNED(8) s[4];
790
__CL_ANON_STRUCT__ struct{
cl_ushort
[all...]
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
206
cl_ushort
a = 0;
in test_ushort()
213
cl_ushort
b = a;
in test_ushort()
Completed in 12 milliseconds