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:gpc_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H
A
D
gf100.c
1873
u8
gpc_map
[GPC_MAX];
in gf100_gr_oneinit_tiles()
local
1899
gpc_map
[i] = i;
in gf100_gr_oneinit_tiles()
1904
if (gr->tpc_nr[
gpc_map
[i + 1]] >
in gf100_gr_oneinit_tiles()
1905
gr->tpc_nr[
gpc_map
[i + 0]]) {
in gf100_gr_oneinit_tiles()
1906
u8 swap =
gpc_map
[i];
in gf100_gr_oneinit_tiles()
1907
gpc_map
[i + 0] =
gpc_map
[i + 1];
in gf100_gr_oneinit_tiles()
1908
gpc_map
[i + 1] = swap;
in gf100_gr_oneinit_tiles()
1924
init_frac[i] = gr->tpc_nr[
gpc_map
[i]] * gr->gpc_nr * mul_factor;
in gf100_gr_oneinit_tiles()
1932
gr->tile[i++] =
gpc_map
[
in gf100_gr_oneinit_tiles()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H
A
D
gf100.c
1920
u8
gpc_map
[GPC_MAX];
in gf100_gr_oneinit_tiles()
local
1946
gpc_map
[i] = i;
in gf100_gr_oneinit_tiles()
1951
if (gr->tpc_nr[
gpc_map
[i + 1]] >
in gf100_gr_oneinit_tiles()
1952
gr->tpc_nr[
gpc_map
[i + 0]]) {
in gf100_gr_oneinit_tiles()
1953
u8 swap =
gpc_map
[i];
in gf100_gr_oneinit_tiles()
1954
gpc_map
[i + 0] =
gpc_map
[i + 1];
in gf100_gr_oneinit_tiles()
1955
gpc_map
[i + 1] = swap;
in gf100_gr_oneinit_tiles()
1971
init_frac[i] = gr->tpc_nr[
gpc_map
[i]] * gr->gpc_nr * mul_factor;
in gf100_gr_oneinit_tiles()
1979
gr->tile[i++] =
gpc_map
[
in gf100_gr_oneinit_tiles()
[all...]
Completed in 7 milliseconds