Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_comparison_pre.c59 /** List of freed block_instructions structures that can be reused. */
63 struct block_instructions { struct
83 struct block_instructions *n; in block_queue_finish()
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) { in block_queue_finish()
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) { in block_queue_finish()
95 static struct block_instructions *
98 struct block_instructions *bi = in push_block()
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks); in push_block()
102 bi = calloc(1, sizeof(struct block_instructions)); in push_block()
119 pop_block(struct block_queue *bq, struct block_instructions *b
[all...]

Completed in 1 milliseconds