Searched refs:batch_states (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.c134 const struct zink_batch_state *bs = ctx->batch_states;
135 ctx->batch_states = bs->next;
145 while (ctx->batch_states) {
146 struct zink_batch_state *bs = ctx->batch_states;
271 if (!bs && ctx->batch_states) {
273 if (zink_screen_check_last_finished(screen, ctx->batch_states->fence.batch_id) ||
274 find_unused_state(ctx->batch_states)) {
275 bs = ctx->batch_states;
587 assert(!ctx->batch_states_count || ctx->batch_states);
588 while (ctx->batch_states) {
[all...]
H A Dzink_context.h201 struct zink_batch_state *batch_states; //list of submitted batch states: ordered by increasing timeline id member in struct:zink_context
202 unsigned batch_states_count; //number of states in `batch_states`
H A Dzink_context.c111 struct zink_batch_state *bs = ctx->batch_states;
3118 for (bs = ctx->batch_states; bs; bs = bs->next) {
3168 for (bs = ctx->batch_states; bs; bs = bs->next) {

Completed in 12 milliseconds