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:vgpr_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v9_0.c
4514
unsigned total_size,
vgpr_offset
, sgpr_offset;
in gfx_v9_0_do_edc_gpr_workarounds()
local
4551
vgpr_offset
= total_size;
in gfx_v9_0_do_edc_gpr_workarounds()
4567
ib.ptr[i + (
vgpr_offset
/ 4)] = vgpr_init_shader_ptr[i];
in gfx_v9_0_do_edc_gpr_workarounds()
4584
gpu_addr = (ib.gpu_addr + (u64)
vgpr_offset
) >> 8;
in gfx_v9_0_do_edc_gpr_workarounds()
H
A
D
gfx_v8_0.c
1527
unsigned total_size,
vgpr_offset
, sgpr_offset;
in gfx_v8_0_do_edc_gpr_workarounds()
local
1548
vgpr_offset
= total_size;
in gfx_v8_0_do_edc_gpr_workarounds()
1564
ib.ptr[i + (
vgpr_offset
/ 4)] = vgpr_init_compute_shader[i];
in gfx_v8_0_do_edc_gpr_workarounds()
1580
gpu_addr = (ib.gpu_addr + (u64)
vgpr_offset
) >> 8;
in gfx_v8_0_do_edc_gpr_workarounds()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v9_0.c
4348
unsigned total_size,
vgpr_offset
, sgpr_offset;
in gfx_v9_0_do_edc_gpr_workarounds()
local
4385
vgpr_offset
= total_size;
in gfx_v9_0_do_edc_gpr_workarounds()
4401
ib.ptr[i + (
vgpr_offset
/ 4)] = vgpr_init_shader_ptr[i];
in gfx_v9_0_do_edc_gpr_workarounds()
4418
gpu_addr = (ib.gpu_addr + (u64)
vgpr_offset
) >> 8;
in gfx_v9_0_do_edc_gpr_workarounds()
H
A
D
gfx_v8_0.c
1495
unsigned total_size,
vgpr_offset
, sgpr_offset;
in gfx_v8_0_do_edc_gpr_workarounds()
local
1516
vgpr_offset
= total_size;
in gfx_v8_0_do_edc_gpr_workarounds()
1532
ib.ptr[i + (
vgpr_offset
/ 4)] = vgpr_init_compute_shader[i];
in gfx_v8_0_do_edc_gpr_workarounds()
1548
gpu_addr = (ib.gpu_addr + (u64)
vgpr_offset
) >> 8;
in gfx_v8_0_do_edc_gpr_workarounds()
Completed in 32 milliseconds