Searched refs:no_colour (Results 1 – 4 of 4) sorted by relevance
106 bool opaque, load_dest, no_colour; member129 bool no_colour; member
161 rt->no_colour = pipe.colormask == 0x0; in panfrost_create_blend_state()250 .no_colour = rt->no_colour in panfrost_get_blend_for_context()
228 if (!blend[i].no_colour) in panfrost_fs_required()258 if (blend[i].no_colour) { in panfrost_emit_bifrost_blend()339 if (blend[i].no_colour) { in panfrost_emit_midgard_blend()370 if (!blend[i].no_colour) in panfrost_emit_blend()393 no_blend &= (!blend[i].load_dest | blend[i].no_colour); in panfrost_prepare_bifrost_fs_state()456 state->stencil_mask_misc.sfbd_write_enable = !blend[0].no_colour; in panfrost_prepare_midgard_fs_state()
4706 - panfrost: Ensure final.no_colour is initialized.