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_ushort4
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
434
typedef cl_ushort
__cl_ushort4
__attribute__((vector_size(8)));
typedef
444
typedef __m64
__cl_ushort4
;
typedef
778
__cl_ushort4
v4;
797
__cl_ushort4
v4[2];
816
__cl_ushort4
v4[4];
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
463
typedef cl_ushort
__cl_ushort4
__attribute__((vector_size(8)));
typedef
473
typedef __m64
__cl_ushort4
;
typedef
805
__cl_ushort4
v4;
824
__cl_ushort4
v4[2];
843
__cl_ushort4
v4[4];
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
454
typedef cl_ushort
__cl_ushort4
__attribute__((vector_size(8)));
typedef
464
typedef __m64
__cl_ushort4
;
typedef
798
__cl_ushort4
v4;
817
__cl_ushort4
v4[2];
836
__cl_ushort4
v4[4];
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
237
__cl_ushort4
v4 = b4.v4;
in test_ushort()
238
printf("
__cl_ushort4
: %d %d %d %d \n", ((unsigned short*)&v4)[0], ((unsigned short*)&v4)[1], ((unsigned short*)&v4)[2], ((unsigned short*)&v4)[3] );
in test_ushort()
240
printf( "
__cl_ushort4
SIMD vectors not supported on this architecture.\n" );
in test_ushort()
Completed in 13 milliseconds