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:out_tile
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
674
struct ipu_image_tile *in_tile, *
out_tile
;
in fill_tile_column()
local
679
out_tile
= &out->tile[ctx->out_tile_map[tile_idx]];
in fill_tile_column()
685
out_tile
->top = out_left;
in fill_tile_column()
686
out_tile
->height = out_width;
in fill_tile_column()
688
out_tile
->left = out_left;
in fill_tile_column()
689
out_tile
->width = out_width;
in fill_tile_column()
706
struct ipu_image_tile *in_tile, *
out_tile
;
in fill_tile_row()
local
711
out_tile
= &out->tile[ctx->out_tile_map[tile_idx]];
in fill_tile_row()
717
out_tile
->left = out_top;
in fill_tile_row()
718
out_tile
in fill_tile_row()
1131
struct ipu_image_tile *in_tile, *
out_tile
;
calc_tile_resize_coefficients()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
673
struct ipu_image_tile *in_tile, *
out_tile
;
in fill_tile_column()
local
678
out_tile
= &out->tile[ctx->out_tile_map[tile_idx]];
in fill_tile_column()
684
out_tile
->top = out_left;
in fill_tile_column()
685
out_tile
->height = out_width;
in fill_tile_column()
687
out_tile
->left = out_left;
in fill_tile_column()
688
out_tile
->width = out_width;
in fill_tile_column()
705
struct ipu_image_tile *in_tile, *
out_tile
;
in fill_tile_row()
local
710
out_tile
= &out->tile[ctx->out_tile_map[tile_idx]];
in fill_tile_row()
716
out_tile
->left = out_top;
in fill_tile_row()
717
out_tile
in fill_tile_row()
1127
struct ipu_image_tile *in_tile, *
out_tile
;
calc_tile_resize_coefficients()
local
[all...]
Completed in 6 milliseconds