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_bitfield
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLBitField.h
6
// CLBitField.h: A bit field class that encapsulates the
cl_bitfield
type.
20
explicit BitField(
cl_bitfield
bits) noexcept : mBits(bits) {}
in mBits()
22
BitField &operator=(
cl_bitfield
bits)
in operator =()
28
bool operator==(
cl_bitfield
bits) const { return mBits == bits; }
in operator ==()
29
bool operator!=(
cl_bitfield
bits) const { return mBits != bits; }
in operator !=()
33
cl_bitfield
get() const { return mBits; }
in get()
35
bool isSet(
cl_bitfield
bits) const { return (mBits & bits) != 0u; }
in isSet()
37
bool isNotSet(
cl_bitfield
bits) const { return (mBits & bits) == 0u; }
in isNotSet()
40
bool hasOtherBitsThan(
cl_bitfield
bits) const { return (mBits & ~bits) != 0u; }
in hasOtherBitsThan()
43
bool areMutuallyExclusive(
cl_bitfield
bits
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_ext.h
334
typedef
cl_bitfield
cl_mem_migration_flags_ext;
537
typedef
cl_bitfield
cl_mem_alloc_flags_img;
788
typedef
cl_bitfield
cl_svm_mem_flags_arm;
790
typedef
cl_bitfield
cl_device_svm_capabilities_arm;
894
typedef
cl_bitfield
cl_device_scheduling_controls_capabilities_arm;
928
typedef
cl_bitfield
cl_device_controlled_termination_capabilities_arm;
951
#define CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL (((
cl_bitfield
)1) << 31)
1317
typedef
cl_bitfield
cl_device_unified_shared_memory_capabilities_intel;
1330
typedef
cl_bitfield
cl_mem_alloc_flags_intel;
1626
typedef
cl_bitfield
cl_command_queue_capabilities_inte
[all...]
H
A
D
cl.h
40
typedef cl_ulong
cl_bitfield
;
typedef
42
typedef
cl_bitfield
cl_device_type;
45
typedef
cl_bitfield
cl_device_fp_config;
48
typedef
cl_bitfield
cl_device_exec_capabilities;
50
typedef
cl_bitfield
cl_device_svm_capabilities;
52
typedef
cl_bitfield
cl_command_queue_properties;
55
typedef
cl_bitfield
cl_device_affinity_domain;
66
typedef
cl_bitfield
cl_mem_flags;
68
typedef
cl_bitfield
cl_svm_mem_flags;
73
typedef
cl_bitfield
cl_mem_migration_flag
[all...]
/third_party/mesa3d/include/CL/
H
A
D
cl.h
40
typedef cl_ulong
cl_bitfield
;
typedef
42
typedef
cl_bitfield
cl_device_type;
45
typedef
cl_bitfield
cl_device_fp_config;
48
typedef
cl_bitfield
cl_device_exec_capabilities;
50
typedef
cl_bitfield
cl_device_svm_capabilities;
52
typedef
cl_bitfield
cl_command_queue_properties;
55
typedef
cl_bitfield
cl_device_affinity_domain;
66
typedef
cl_bitfield
cl_mem_flags;
68
typedef
cl_bitfield
cl_svm_mem_flags;
73
typedef
cl_bitfield
cl_mem_migration_flag
[all...]
H
A
D
cl_ext_intel.h
57
#define CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL (((
cl_bitfield
)1) << 31)
423
typedef
cl_bitfield
cl_device_unified_shared_memory_capabilities_intel;
436
typedef
cl_bitfield
cl_mem_alloc_flags_intel;
H
A
D
cl_ext.h
334
typedef
cl_bitfield
cl_mem_migration_flags_ext;
743
typedef
cl_bitfield
cl_svm_mem_flags_arm;
745
typedef
cl_bitfield
cl_device_svm_capabilities_arm;
/third_party/opencl-headers/CL/
H
A
D
cl_ext.h
36
typedef
cl_bitfield
cl_device_command_buffer_capabilities_khr;
42
typedef
cl_bitfield
cl_command_buffer_flags_khr;
715
typedef
cl_bitfield
cl_mem_migration_flags_ext;
918
typedef
cl_bitfield
cl_mem_alloc_flags_img;
1123
typedef
cl_bitfield
cl_device_integer_dot_product_capabilities_khr;
1524
typedef
cl_bitfield
cl_svm_mem_flags_arm;
1526
typedef
cl_bitfield
cl_device_svm_capabilities_arm;
1630
typedef
cl_bitfield
cl_device_scheduling_controls_capabilities_arm;
1664
typedef
cl_bitfield
cl_device_controlled_termination_capabilities_arm;
1695
#define CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL (((
cl_bitfield
)
[all...]
H
A
D
cl.h
40
typedef cl_ulong
cl_bitfield
;
typedef
42
typedef
cl_bitfield
cl_device_type;
45
typedef
cl_bitfield
cl_device_fp_config;
48
typedef
cl_bitfield
cl_device_exec_capabilities;
50
typedef
cl_bitfield
cl_device_svm_capabilities;
52
typedef
cl_bitfield
cl_command_queue_properties;
55
typedef
cl_bitfield
cl_device_affinity_domain;
66
typedef
cl_bitfield
cl_mem_flags;
68
typedef
cl_bitfield
cl_svm_mem_flags;
73
typedef
cl_bitfield
cl_mem_migration_flag
[all...]
Completed in 20 milliseconds