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:LocalMemSize
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
PackedCLEnums_autogen.cpp
299
return DeviceInfo::
LocalMemSize
;
in FromCLenum()
525
case DeviceInfo::
LocalMemSize
:
in ToCLenum()
788
case DeviceInfo::
LocalMemSize
:
in operator <<()
1496
return KernelWorkGroupInfo::
LocalMemSize
;
in FromCLenum()
1516
case KernelWorkGroupInfo::
LocalMemSize
:
in ToCLenum()
1540
case KernelWorkGroupInfo::
LocalMemSize
:
in operator <<()
H
A
D
PackedCLEnums_autogen.h
116
LocalMemSize
= 35,
member in cl::DeviceInfo
324
LocalMemSize
= 2,
member in cl::KernelWorkGroupInfo
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_compute.c
205
machines[idx]->
LocalMemSize
= cs->shader.req_local_mem;
in softpipe_launch_grid()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLKernel.cpp
121
case KernelWorkGroupInfo::
LocalMemSize
:
in getWorkGroupInfo()
H
A
D
CLDevice.cpp
112
case DeviceInfo::
LocalMemSize
:
in getInfo()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_exec.h
340
unsigned
LocalMemSize
;
member
H
A
D
tgsi_exec.c
3712
size = mach->
LocalMemSize
;
in exec_load_membuf()
3855
size = mach->
LocalMemSize
;
in exec_store_membuf()
3993
if (likely(mach->
LocalMemSize
>= 4 && offset.u[i] <= mach->
LocalMemSize
- 4))
in exec_atomop_membuf()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLKernelCL.cpp
197
!GetWorkGroupInfo(mNative, device, cl::KernelWorkGroupInfo::
LocalMemSize
,
in createInfo()
Completed in 15 milliseconds