OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_color_attachments
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_pipeline.c
70
uint8_t
active_color_attachments
;
member in struct:panvk_pipeline_builder
580
pipeline->blend.state.rt_count = util_last_bit(builder->
active_color_attachments
);
759
pipeline->fs.rt_mask = builder->
active_color_attachments
;
951
builder->
active_color_attachments
= 0;
957
builder->
active_color_attachments
|= 1 << i;
panvk_private.h
971
uint8_t
active_color_attachments
;
Completed in 6 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026