Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c63 struct block_instructions { struct
83 struct block_instructions *n; in block_queue_finish() argument
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 *bi) in pop_block()
127 add_instruction_for_block(struct block_instructions *bi, in add_instruction_for_block()
[all …]