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:d_image
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
924
struct ipu_image_convert_image *
d_image
= &ctx->out;
in transform_tile_index()
local
958
* left of
d_image
in transform_tile_index()
960
dst_row +=
d_image
->num_rows - 1;
in transform_tile_index()
961
dst_col +=
d_image
->num_cols - 1;
in transform_tile_index()
965
return dst_row *
d_image
->num_cols + dst_col;
in transform_tile_index()
1389
struct ipu_image_convert_image *
d_image
= &ctx->out;
in convert_start()
local
1404
dest_width =
d_image
->tile[dst_tile].height;
in convert_start()
1405
dest_height =
d_image
->tile[dst_tile].width;
in convert_start()
1407
dest_width =
d_image
->tile[dst_tile].width;
in convert_start()
1408
dest_height =
d_image
in convert_start()
1643
struct ipu_image_convert_image *
d_image
= &ctx->out;
do_tile_complete()
local
2080
struct ipu_image_convert_image *s_image, *
d_image
;
ipu_image_convert_prepare()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
923
struct ipu_image_convert_image *
d_image
= &ctx->out;
in transform_tile_index()
local
957
* left of
d_image
in transform_tile_index()
959
dst_row +=
d_image
->num_rows - 1;
in transform_tile_index()
960
dst_col +=
d_image
->num_cols - 1;
in transform_tile_index()
964
return dst_row *
d_image
->num_cols + dst_col;
in transform_tile_index()
1385
struct ipu_image_convert_image *
d_image
= &ctx->out;
in convert_start()
local
1400
dest_width =
d_image
->tile[dst_tile].height;
in convert_start()
1401
dest_height =
d_image
->tile[dst_tile].width;
in convert_start()
1403
dest_width =
d_image
->tile[dst_tile].width;
in convert_start()
1404
dest_height =
d_image
in convert_start()
1639
struct ipu_image_convert_image *
d_image
= &ctx->out;
do_tile_complete()
local
2076
struct ipu_image_convert_image *s_image, *
d_image
;
ipu_image_convert_prepare()
local
[all...]
Completed in 6 milliseconds