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:jit_version
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_softjobs.c
923
/* in
jit_version
1, the structure did not have any end padding, hence
942
WARN_ON(kctx->
jit_version
>= ARRAY_SIZE(jit_info_copy_size_for_jit_version));
in kbase_jit_allocate_prepare()
943
jit_info_user_copy_size = jit_info_copy_size_for_jit_version[kctx->
jit_version
];
in kbase_jit_allocate_prepare()
949
if (katom->nr_extres == 0 || kctx->
jit_version
== 1) {
in kbase_jit_allocate_prepare()
H
A
D
mali_kbase_defs.h
1460
* @
jit_version
: Version number indicating whether userspace is using
1644
u8
jit_version
;
member
H
A
D
mali_kbase_core_linux.c
1101
kctx->
jit_version
= 1;
in kbase_api_mem_jit_init_10_2()
1114
kctx->
jit_version
= 0x2;
in kbase_api_mem_jit_init_11_5()
1136
kctx->
jit_version
= 0x3;
in kbase_api_mem_jit_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_softjobs.c
947
/* in
jit_version
1, the structure did not have any end padding, hence
967
WARN_ON(kctx->
jit_version
>=
in kbase_jit_allocate_prepare()
970
jit_info_copy_size_for_jit_version[kctx->
jit_version
];
in kbase_jit_allocate_prepare()
976
if (katom->nr_extres == 0 || kctx->
jit_version
== 1)
in kbase_jit_allocate_prepare()
H
A
D
mali_kbase_defs.h
1632
* @
jit_version
: Version number indicating whether userspace is using
1821
u8
jit_version
;
member
H
A
D
mali_kbase_core_linux.c
986
kctx->
jit_version
= 1;
in kbase_api_mem_jit_init_10_2()
1000
kctx->
jit_version
= 2;
in kbase_api_mem_jit_init_11_5()
1021
kctx->
jit_version
= 3;
in kbase_api_mem_jit_init()
Completed in 35 milliseconds