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:group_present
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_gpuprops.c
96
u64
group_present
;
in kbase_gpuprops_construct_coherent_groups()
local
108
group_present
= props->raw_props.l2_present;
in kbase_gpuprops_construct_coherent_groups()
111
group_present
= props->raw_props.shader_present;
in kbase_gpuprops_construct_coherent_groups()
120
* where first_set is
group_present
with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
132
* And so on until all the bits from
group_present
have been cleared
in kbase_gpuprops_construct_coherent_groups()
137
first_set =
group_present
& ~(
group_present
- 1);
in kbase_gpuprops_construct_coherent_groups()
139
while (
group_present
!= 0 && num_groups < BASE_MAX_COHERENT_GROUPS) {
in kbase_gpuprops_construct_coherent_groups()
140
group_present
-= first_set; /* Clear the current group bit */
in kbase_gpuprops_construct_coherent_groups()
143
first_set =
group_present
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_gpuprops.c
97
u64
group_present
;
in kbase_gpuprops_construct_coherent_groups()
local
109
group_present
= props->raw_props.l2_present;
in kbase_gpuprops_construct_coherent_groups()
112
group_present
= props->raw_props.shader_present;
in kbase_gpuprops_construct_coherent_groups()
121
* where first_set is
group_present
with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
133
* And so on until all the bits from
group_present
have been cleared
in kbase_gpuprops_construct_coherent_groups()
138
first_set =
group_present
& ~(
group_present
- 1);
in kbase_gpuprops_construct_coherent_groups()
140
while (
group_present
!= 0 && num_groups < BASE_MAX_COHERENT_GROUPS) {
in kbase_gpuprops_construct_coherent_groups()
141
group_present
-= first_set; /* Clear the current group bit */
in kbase_gpuprops_construct_coherent_groups()
144
first_set =
group_present
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gpuprops.c
42
u64
group_present
;
in kbase_gpuprops_construct_coherent_groups()
local
54
group_present
= props->raw_props.l2_present;
in kbase_gpuprops_construct_coherent_groups()
57
group_present
= props->raw_props.shader_present;
in kbase_gpuprops_construct_coherent_groups()
66
* where first_set is
group_present
with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
78
* And so on until all the bits from
group_present
have been cleared
in kbase_gpuprops_construct_coherent_groups()
83
first_set =
group_present
& ~(
group_present
- 1);
in kbase_gpuprops_construct_coherent_groups()
85
while (
group_present
!= 0 && num_groups < BASE_MAX_COHERENT_GROUPS) {
in kbase_gpuprops_construct_coherent_groups()
86
group_present
-= first_set; /* Clear the current group bit */
in kbase_gpuprops_construct_coherent_groups()
89
first_set =
group_present
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gpuprops.c
42
u64
group_present
;
in kbase_gpuprops_construct_coherent_groups()
local
54
group_present
= props->raw_props.l2_present;
in kbase_gpuprops_construct_coherent_groups()
57
group_present
= props->raw_props.shader_present;
in kbase_gpuprops_construct_coherent_groups()
66
* where first_set is
group_present
with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
78
* And so on until all the bits from
group_present
have been cleared
in kbase_gpuprops_construct_coherent_groups()
83
first_set =
group_present
& ~(
group_present
- 1);
in kbase_gpuprops_construct_coherent_groups()
85
while (
group_present
!= 0 && num_groups < BASE_MAX_COHERENT_GROUPS) {
in kbase_gpuprops_construct_coherent_groups()
86
group_present
-= first_set; /* Clear the current group bit */
in kbase_gpuprops_construct_coherent_groups()
89
first_set =
group_present
in kbase_gpuprops_construct_coherent_groups()
[all...]
Completed in 3 milliseconds