OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:need_src_alpha
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pipeline.c
55
uint32_t
need_src_alpha
;
member in struct:radv_blend_state
521
blend->
need_src_alpha
& (1 << i));
527
if (!(col_format & 0xf) && blend->
need_src_alpha
& (1 << 0)) {
703
blend.
need_src_alpha
|= 0x1;
813
blend.
need_src_alpha
|= 1 << i;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline.c
52
uint32_t
need_src_alpha
;
member in struct:radv_blend_state
490
blend->
need_src_alpha
& (1 << i));
501
if (!(col_format & 0xf) && blend->
need_src_alpha
& (1 << 0)) {
645
blend.
need_src_alpha
|= 0x1;
754
blend.
need_src_alpha
|= 1 << i;
Completed in 14 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026