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:strides
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_frontend.c
161
unsigned int
strides
[3] = {};
in sun4i_frontend_update_buffer()
local
170
strides
[0] = SUN4I_FRONTEND_LINESTRD_TILED(fb->pitches[0]);
in sun4i_frontend_update_buffer()
183
strides
[1] =
in sun4i_frontend_update_buffer()
191
strides
[2] =
in sun4i_frontend_update_buffer()
198
strides
[0] = fb->pitches[0];
in sun4i_frontend_update_buffer()
201
strides
[1] = fb->pitches[1];
in sun4i_frontend_update_buffer()
204
strides
[2] = fb->pitches[2];
in sun4i_frontend_update_buffer()
210
strides
[0]);
in sun4i_frontend_update_buffer()
214
strides
[1]);
in sun4i_frontend_update_buffer()
218
strides
[
in sun4i_frontend_update_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun4i_frontend.c
161
unsigned int
strides
[3] = {};
in sun4i_frontend_update_buffer()
local
170
strides
[0] = SUN4I_FRONTEND_LINESTRD_TILED(fb->pitches[0]);
in sun4i_frontend_update_buffer()
183
strides
[1] =
in sun4i_frontend_update_buffer()
191
strides
[2] =
in sun4i_frontend_update_buffer()
198
strides
[0] = fb->pitches[0];
in sun4i_frontend_update_buffer()
201
strides
[1] = fb->pitches[1];
in sun4i_frontend_update_buffer()
204
strides
[2] = fb->pitches[2];
in sun4i_frontend_update_buffer()
210
strides
[0]);
in sun4i_frontend_update_buffer()
214
strides
[1]);
in sun4i_frontend_update_buffer()
218
strides
[
in sun4i_frontend_update_buffer()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/host/
H
A
D
isys_stream2mmio_private.h
79
state->
strides
=
in stream2mmio_get_sid_state()
100
ia_css_print("\t \t Strides 0x%x\n", state->
strides
);
in stream2mmio_print_sid_state()
H
A
D
isys_stream2mmio_local.h
29
hrt_data
strides
;
member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/host/
H
A
D
isys_stream2mmio_private.h
79
state->
strides
=
in stream2mmio_get_sid_state()
100
ia_css_print("\t \t Strides 0x%x\n", state->
strides
);
in stream2mmio_print_sid_state()
H
A
D
isys_stream2mmio_local.h
29
hrt_data
strides
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
virtio_gpu.h
425
__le32
strides
[4];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H
A
D
virtgpu_vq.c
1294
cmd_p->
strides
[i] = cpu_to_le32(fb->pitches[i]);
in virtio_gpu_cmd_set_scanout_blob()
Completed in 6 milliseconds