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_buffer_region
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLBuffer.cpp
18
const
cl_buffer_region
®ion = *static_cast<const
cl_buffer_region
*>(createInfo);
in createSubBuffer()
H
A
D
CLBuffer.h
29
bool isRegionValid(const
cl_buffer_region
®ion) const;
61
inline bool Buffer::isRegionValid(const
cl_buffer_region
®ion) const
in isRegionValid()
H
A
D
validationCL.cpp
2437
// CL_INVALID_VALUE if the region specified by the
cl_buffer_region
structure
in ValidateCreateSubBuffer()
2439
const
cl_buffer_region
*region = static_cast<const
cl_buffer_region
*>(buffer_create_info);
in ValidateCreateSubBuffer()
2445
// CL_INVALID_BUFFER_SIZE if the size field of the
cl_buffer_region
structure
in ValidateCreateSubBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLMemoryCL.cpp
53
const
cl_buffer_region
region = {buffer.getOffset(), size};
in createSubBuffer()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
memory.cpp
146
auto reg = reinterpret_cast<const
cl_buffer_region
*>(op_info);
in clCreateSubBuffer()
/third_party/mesa3d/include/CL/
H
A
D
cl.h
169
}
cl_buffer_region
;
typedef
/third_party/opencl-headers/CL/
H
A
D
cl.h
178
}
cl_buffer_region
;
typedef
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl.h
171
}
cl_buffer_region
;
typedef
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_opencl.c
2744
cl_buffer_region
region;
in opencl_map_from_drm_arm()
Completed in 21 milliseconds