mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 17:48:15 +02:00
To generate a nir_component_mask_t, we should use nir_component_mask, not BITFIELD_MASK()... But we're also generating the same mask twice here, so let's just store that to a variable and reuse the mask when shifting it while we're at it. Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Tested-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Eric R. Smith <eric.smith@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36606> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| pan_collect_varyings.c | ||
| pan_ir.c | ||
| pan_ir.h | ||
| pan_lower_frag_coord_zw.c | ||
| pan_lower_framebuffer.c | ||
| pan_lower_framebuffer.h | ||
| pan_lower_helper_invocation.c | ||
| pan_lower_image_index.c | ||
| pan_lower_image_ms.c | ||
| pan_lower_noperspective.c | ||
| pan_lower_sample_position.c | ||
| pan_lower_store_component.c | ||
| pan_lower_vertex_id.c | ||
| pan_lower_writeout.c | ||
| pan_lower_xfb.c | ||