Home
last modified time | relevance | path

Searched refs:active_color_attachments (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c71 uint8_t active_color_attachments; member
544 pipeline->blend.state.rt_count = util_last_bit(builder->active_color_attachments); in panvk_pipeline_builder_parse_color_blend()
740 pipeline->fs.rt_mask = builder->active_color_attachments; in panvk_pipeline_builder_init_fs_state()
949 builder->active_color_attachments = 0; in panvk_pipeline_builder_init_graphics()
955 builder->active_color_attachments |= 1 << i; in panvk_pipeline_builder_init_graphics()
Dpanvk_private.h1026 uint8_t active_color_attachments; member