Searched refs:dirty_so_targets (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h352 bool dirty_so_targets; member in struct:zink_context
H A Dzink_draw.cpp98 ctx->dirty_so_targets = false;
523 if (ctx->dirty_so_targets) {
588 if (have_streamout && ctx->dirty_so_targets)
H A Dzink_resource.c1024 ctx->dirty_so_targets = true;
1284 ctx->dirty_so_targets = true;
H A Dzink_context.c2437 ctx->dirty_so_targets = true;
3644 ctx->dirty_so_targets = true;
3764 ctx->dirty_so_targets = true;
3922 ctx->dirty_so_targets = ctx->num_so_targets > 0;

Completed in 55 milliseconds