HomeSort by: relevance | last modified time | path
    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 5 milliseconds