iris: Fix TCS/TES slot unification
TCS outputs, TES inputs...not TCS inputs Fixes some barrier tests
This commit is contained in:
@@ -684,8 +684,8 @@ get_unified_tess_slots(const struct iris_context *ice,
|
|||||||
*per_patch_slots = tes->patch_inputs_read;
|
*per_patch_slots = tes->patch_inputs_read;
|
||||||
|
|
||||||
if (tcs) {
|
if (tcs) {
|
||||||
*per_vertex_slots |= tcs->inputs_read;
|
*per_vertex_slots |= tcs->outputs_written;
|
||||||
*per_patch_slots |= tcs->patch_inputs_read;
|
*per_patch_slots |= tcs->patch_outputs_written;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user