mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 06:48:09 +02:00
This adds a few new fields in the brw_cs_prog_data struct and then uses them to fill in the relevant COMPUTE_WALKER fields. Although the Tile Layout field theoretically has different settings for 32/64/128bpe, it appears that the recommended programming is to always pick either TileY 32bpe or Linear. It's not very practical to look at the surface formats involved, anyway. Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27167> |
||
|---|---|---|
| .. | ||
| blorp.c | ||
| blorp.h | ||
| blorp_blit.c | ||
| blorp_clear.c | ||
| blorp_genX_exec.h | ||
| blorp_nir_builder.h | ||
| blorp_priv.h | ||
| meson.build | ||