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:post_clip
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_kms.h
111
* @
post_clip
: Populate fifo after clip.
118
uint32_t (*
post_clip
)(struct vmw_du_update_plane *update, void *cmd,
member
H
A
D
vmwgfx_scrn.c
562
bo_update.base.
post_clip
= vmw_stud_bo_post_clip;
in vmw_sou_plane_update_bo()
606
/* Update the source and destination bounding box later in
post_clip
*/
in vmw_sou_surface_pre_clip()
628
* translate to it later in
post_clip
in vmw_sou_surface_clip_rect()
724
srf_update.base.
post_clip
= vmw_sou_surface_post_clip;
in vmw_sou_plane_update_surface()
H
A
D
vmwgfx_stdu.c
1377
bo_update.base.
post_clip
= vmw_stdu_bo_populate_update_cpu;
in vmw_stdu_plane_update_bo()
1382
bo_update.base.
post_clip
= vmw_stdu_bo_populate_update;
in vmw_stdu_plane_update_bo()
1561
srf_update.
post_clip
= vmw_stdu_surface_populate_update;
in vmw_stdu_plane_update_surface()
H
A
D
vmwgfx_kms.c
2797
curr_size = update->
post_clip
(update, cmd_next, &bb);
in vmw_du_helper_plane_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_kms.h
112
* @
post_clip
: Populate fifo after clip.
119
uint32_t (*
post_clip
)(struct vmw_du_update_plane *update, void *cmd,
member
H
A
D
vmwgfx_stdu.c
1156
bo_update.base.
post_clip
= vmw_stdu_bo_populate_update_cpu;
in vmw_stdu_plane_update_bo()
1333
srf_update.
post_clip
= vmw_stdu_surface_populate_update;
in vmw_stdu_plane_update_surface()
H
A
D
vmwgfx_scrn.c
555
bo_update.base.
post_clip
= vmw_stud_bo_post_clip;
in vmw_sou_plane_update_bo()
599
/* Update the source and destination bounding box later in
post_clip
*/
in vmw_sou_surface_pre_clip()
621
* translate to it later in
post_clip
in vmw_sou_surface_clip_rect()
716
srf_update.base.
post_clip
= vmw_sou_surface_post_clip;
in vmw_sou_plane_update_surface()
H
A
D
vmwgfx_kms.c
3002
curr_size = update->
post_clip
(update, cmd_next, &bb);
in vmw_du_helper_plane_update()
Completed in 17 milliseconds