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_char8
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
433
typedef cl_char
__cl_char8
__attribute__((vector_size(8)));
typedef
443
typedef __m64
__cl_char8
;
typedef
575
__cl_char8
v8;
594
__cl_char8
v8[2];
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
462
typedef cl_char
__cl_char8
__attribute__((vector_size(8)));
typedef
472
typedef __m64
__cl_char8
;
typedef
602
__cl_char8
v8;
621
__cl_char8
v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
453
typedef cl_char
__cl_char8
__attribute__((vector_size(8)));
typedef
463
typedef __m64
__cl_char8
;
typedef
595
__cl_char8
v8;
614
__cl_char8
v8[2];
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
64
__cl_char8
v8 = b8.v8;
in test_char()
65
printf("
__cl_char8
: %d %d %d %d %d %d %d %d \n", ((cl_char*)&v8)[0], ((cl_char*)&v8)[1], ((cl_char*)&v8)[2], ((cl_char*)&v8)[3], ((cl_char*)&v8)[4], ((cl_char*)&v8)[5], ((cl_char*)&v8)[6], ((cl_char*)&v8)[7] );
in test_char()
67
printf( "
__cl_char8
SIMD vectors not supported on this architecture.\n" );
in test_char()
Completed in 20 milliseconds