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_float2
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
440
typedef cl_float
__cl_float2
__attribute__((vector_size(8)));
typedef
450
typedef __m64
__cl_float2
;
typedef
1211
__cl_float2
v2;
1224
__cl_float2
v2[2];
1243
__cl_float2
v2[4];
1262
__cl_float2
v2[8];
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
469
typedef cl_float
__cl_float2
__attribute__((vector_size(8)));
typedef
479
typedef __m64
__cl_float2
;
typedef
1238
__cl_float2
v2;
1251
__cl_float2
v2[2];
1270
__cl_float2
v2[4];
1289
__cl_float2
v2[8];
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
460
typedef cl_float
__cl_float2
__attribute__((vector_size(8)));
typedef
470
typedef __m64
__cl_float2
;
typedef
1231
__cl_float2
v2;
1244
__cl_float2
v2[2];
1263
__cl_float2
v2[4];
1282
__cl_float2
v2[8];
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
530
__cl_float2
v2 = b2.v2;
in test_float()
531
printf("
__cl_float2
: %f %f \n", ((cl_float*)&v2)[0], ((cl_float*)&v2)[1] );
in test_float()
533
printf( "
__cl_float2
SIMD vectors not supported on this architecture.\n" );
in test_float()
Completed in 14 milliseconds