mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
tu/cs: Allow conditional execution in substreams
This should work perfectly fine for all modes. The only caveat is that re-emitting the condition won't happen, but that's fine. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36590>
This commit is contained in:
parent
f12db79c5a
commit
9ea3d7c393
1 changed files with 0 additions and 1 deletions
|
|
@ -447,7 +447,6 @@ tu_cs_trace_end(struct u_trace_context *utctx, void *cs, const char *fmt, ...);
|
|||
static inline void
|
||||
tu_cond_exec_start(struct tu_cs *cs, uint32_t cond_flags)
|
||||
{
|
||||
assert(cs->mode == TU_CS_MODE_GROW);
|
||||
assert(cs->cond_stack_depth < TU_COND_EXEC_STACK_SIZE);
|
||||
|
||||
ASSERTED enum compare_mode mode =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue