mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
iris: bail if SLM is needed
This commit is contained in:
parent
973b937cac
commit
b0dc11993e
1 changed files with 3 additions and 0 deletions
|
|
@ -4274,6 +4274,9 @@ iris_upload_compute_state(struct iris_context *ice,
|
|||
struct brw_stage_prog_data *prog_data = shader->prog_data;
|
||||
struct brw_cs_prog_data *cs_prog_data = (void *) prog_data;
|
||||
|
||||
// XXX: L3 configuration not set up for SLM
|
||||
assert(prog_data->total_shared == 0);
|
||||
|
||||
struct pipe_resource *grid_size_res = NULL;
|
||||
uint32_t grid_size_offset;
|
||||
if (grid->indirect) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue