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:image_array_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
memory.cpp
186
if (desc->
image_array_size
== 0 &&
in clCreateImageWithProperties()
253
desc->
image_array_size
> amax);
in clCreateImageWithProperties()
262
desc->
image_array_size
, slice_pitch,
in clCreateImageWithProperties()
282
if (!desc->image_width || !desc->image_height || !desc->
image_array_size
)
in clCreateImageWithProperties()
290
desc->
image_array_size
> amax);
in clCreateImageWithProperties()
299
desc->
image_array_size
, row_pitch,
in clCreateImageWithProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLDevice.cpp
388
desc.
image_array_size
<= mInfo.imageMaxArraySize;
in supportsNativeImageDimensions()
392
desc.
image_array_size
<= mInfo.imageMaxArraySize;
in supportsNativeImageDimensions()
H
A
D
CLContext.cpp
138
desc->
image_array_size
,
in createImage()
H
A
D
validationCL.cpp
2759
if (image_desc->image_width == 0u || image_desc->
image_array_size
== 0u)
in ValidateCreateImage()
2766
image_desc->
image_array_size
== 0u)
in ValidateCreateImage()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_deshake_opencl.c
1290
.
image_array_size
= 0,
in deshake_opencl_init()
/third_party/mesa3d/include/CL/
H
A
D
cl.h
131
size_t
image_array_size
;
member
/third_party/opencl-headers/CL/
H
A
D
cl.h
131
size_t
image_array_size
;
member
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl.h
131
size_t
image_array_size
;
member
Completed in 21 milliseconds