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
defs:per_pixel_alpha
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H
A
D
dcn201_hwseq.c
422
bool
per_pixel_alpha
= pipe_ctx->plane_state->
per_pixel_alpha
&& pipe_ctx->bottom_pipe;
in dcn201_update_mpcc()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_plane.c
98
amdgpu_dm_plane_fill_blending_from_plane_state(const struct drm_plane_state *plane_state, bool *
per_pixel_alpha
, bool *pre_multiplied_alpha, bool *global_alpha, int *global_alpha_value)
amdgpu_dm_plane_fill_blending_from_plane_state()
argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
2256
bool
per_pixel_alpha
= pipe_ctx->plane_state->
per_pixel_alpha
;
in dcn20_update_mpcc()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
2593
bool
per_pixel_alpha
= pipe_ctx->plane_state->
per_pixel_alpha
;
in dcn20_update_mpcc()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
2372
bool
per_pixel_alpha
= pipe_ctx->plane_state->
per_pixel_alpha
&& pipe_ctx->bottom_pipe;
in dcn10_update_mpcc()
local
2458
bool
per_pixel_alpha
=
in update_scaler()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
2605
bool
per_pixel_alpha
= pipe_ctx->plane_state->
per_pixel_alpha
&& pipe_ctx->bottom_pipe;
in dcn10_update_mpcc()
local
2681
bool
per_pixel_alpha
=
in update_scaler()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
75
uint32_t
per_pixel_alpha
: 1;
member
864
bool
per_pixel_alpha
;
member
895
bool
per_pixel_alpha
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
89
uint32_t
per_pixel_alpha
: 1;
member
1231
bool
per_pixel_alpha
;
member
1271
bool
per_pixel_alpha
;
member
Completed in 26 milliseconds