Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c50 struct block_queue { struct
74 block_queue_init(struct block_queue *bq) in block_queue_init() argument
81 block_queue_finish(struct block_queue *bq) in block_queue_finish()
96 push_block(struct block_queue *bq) in push_block()
119 pop_block(struct block_queue *bq, struct block_instructions *bi) in pop_block()
204 comparison_pre_block(nir_block *block, struct block_queue *bq, nir_builder *bld) in comparison_pre_block()
350 struct block_queue bq; in nir_opt_comparison_pre_impl()