Home
last modified time | relevance | path

Searched refs:nr_so_targets_saved (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c105 unsigned nr_so_targets_saved; member
1526 ctx->nr_so_targets_saved = ctx->nr_so_targets; in cso_save_stream_outputs()
1545 if (ctx->nr_so_targets == 0 && ctx->nr_so_targets_saved == 0) { in cso_restore_stream_outputs()
1550 assert(ctx->nr_so_targets_saved <= PIPE_MAX_SO_BUFFERS); in cso_restore_stream_outputs()
1551 for (i = 0; i < ctx->nr_so_targets_saved; i++) { in cso_restore_stream_outputs()
1563 pipe->set_stream_output_targets(pipe, ctx->nr_so_targets_saved, in cso_restore_stream_outputs()
1566 ctx->nr_so_targets = ctx->nr_so_targets_saved; in cso_restore_stream_outputs()
1567 ctx->nr_so_targets_saved = 0; in cso_restore_stream_outputs()