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:width_in_mb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_uvd.c
563
unsigned
width_in_mb
= width / 16;
in amdgpu_uvd_cs_msg_decode()
local
565
unsigned fs_in_mb =
width_in_mb
* height_in_mb;
in amdgpu_uvd_cs_msg_decode()
610
min_dpb_size +=
width_in_mb
* height_in_mb * num_dpb_buffer * 192;
in amdgpu_uvd_cs_msg_decode()
613
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
in amdgpu_uvd_cs_msg_decode()
622
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
in amdgpu_uvd_cs_msg_decode()
625
min_dpb_size +=
width_in_mb
* 64;
in amdgpu_uvd_cs_msg_decode()
628
min_dpb_size +=
width_in_mb
* 128;
in amdgpu_uvd_cs_msg_decode()
631
tmp = max(
width_in_mb
, height_in_mb);
in amdgpu_uvd_cs_msg_decode()
647
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
in amdgpu_uvd_cs_msg_decode()
650
min_dpb_size += ALIGN(
width_in_mb
* height_in_m
in amdgpu_uvd_cs_msg_decode()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_uvd.c
623
unsigned int
width_in_mb
= width / 16;
in amdgpu_uvd_cs_msg_decode()
local
625
unsigned int fs_in_mb =
width_in_mb
* height_in_mb;
in amdgpu_uvd_cs_msg_decode()
670
min_dpb_size +=
width_in_mb
* height_in_mb * num_dpb_buffer * 192;
in amdgpu_uvd_cs_msg_decode()
673
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
in amdgpu_uvd_cs_msg_decode()
682
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
in amdgpu_uvd_cs_msg_decode()
685
min_dpb_size +=
width_in_mb
* 64;
in amdgpu_uvd_cs_msg_decode()
688
min_dpb_size +=
width_in_mb
* 128;
in amdgpu_uvd_cs_msg_decode()
691
tmp = max(
width_in_mb
, height_in_mb);
in amdgpu_uvd_cs_msg_decode()
707
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
in amdgpu_uvd_cs_msg_decode()
710
min_dpb_size += ALIGN(
width_in_mb
* height_in_m
in amdgpu_uvd_cs_msg_decode()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_uvd.c
362
unsigned
width_in_mb
= width / 16;
in radeon_uvd_cs_msg_decode()
local
378
min_dpb_size +=
width_in_mb
* height_in_mb * 17 * 192;
in radeon_uvd_cs_msg_decode()
381
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
in radeon_uvd_cs_msg_decode()
390
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
in radeon_uvd_cs_msg_decode()
393
min_dpb_size +=
width_in_mb
* 64;
in radeon_uvd_cs_msg_decode()
396
min_dpb_size +=
width_in_mb
* 128;
in radeon_uvd_cs_msg_decode()
399
tmp = max(
width_in_mb
, height_in_mb);
in radeon_uvd_cs_msg_decode()
415
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
in radeon_uvd_cs_msg_decode()
418
min_dpb_size += ALIGN(
width_in_mb
* height_in_mb * 32, 64);
in radeon_uvd_cs_msg_decode()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_uvd.c
364
unsigned
width_in_mb
= width / 16;
in radeon_uvd_cs_msg_decode()
local
380
min_dpb_size +=
width_in_mb
* height_in_mb * 17 * 192;
in radeon_uvd_cs_msg_decode()
383
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
in radeon_uvd_cs_msg_decode()
392
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
in radeon_uvd_cs_msg_decode()
395
min_dpb_size +=
width_in_mb
* 64;
in radeon_uvd_cs_msg_decode()
398
min_dpb_size +=
width_in_mb
* 128;
in radeon_uvd_cs_msg_decode()
401
tmp = max(
width_in_mb
, height_in_mb);
in radeon_uvd_cs_msg_decode()
417
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
in radeon_uvd_cs_msg_decode()
420
min_dpb_size += ALIGN(
width_in_mb
* height_in_mb * 32, 64);
in radeon_uvd_cs_msg_decode()
Completed in 6 milliseconds