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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c56 hud_batch_query_update(struct hud_batch_query_context *bq, argument
59 if (!bq || bq->failed)
62 if (bq->query[bq->head])
63 pipe->end_query(pipe, bq->query[bq->head]);
65 bq->results = 0;
67 while (bq->pending) {
68 unsigned idx = (bq
118 hud_batch_query_begin(struct hud_batch_query_context * bq,struct pipe_context * pipe) argument
136 struct hud_batch_query_context *bq = *pbq; local in function:batch_query_add
174 struct hud_batch_query_context *bq = *pbq; local in function:hud_batch_query_cleanup
218 struct hud_batch_query_context *bq = info->batch; local in function:query_new_value_batch
[all...]
H A Dhud_private.h177 void hud_batch_query_begin(struct hud_batch_query_context *bq,
179 void hud_batch_query_update(struct hud_batch_query_context *bq,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c56 hud_batch_query_update(struct hud_batch_query_context *bq, argument
59 if (!bq || bq->failed)
62 if (bq->query[bq->head])
63 pipe->end_query(pipe, bq->query[bq->head]);
65 bq->results = 0;
67 while (bq->pending) {
68 unsigned idx = (bq
118 hud_batch_query_begin(struct hud_batch_query_context * bq,struct pipe_context * pipe) argument
136 struct hud_batch_query_context *bq = *pbq; local in function:batch_query_add
174 struct hud_batch_query_context *bq = *pbq; local in function:hud_batch_query_cleanup
218 struct hud_batch_query_context *bq = info->batch; local in function:query_new_value_batch
[all...]
H A Dhud_private.h179 void hud_batch_query_begin(struct hud_batch_query_context *bq,
181 void hud_batch_query_update(struct hud_batch_query_context *bq,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c74 block_queue_init(struct block_queue *bq) argument
76 exec_list_make_empty(&bq->blocks);
77 exec_list_make_empty(&bq->reusable_blocks);
81 block_queue_finish(struct block_queue *bq) argument
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
96 push_block(struct block_queue *bq) argument
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
113 exec_list_push_tail(&bq->blocks, &bi->node);
119 pop_block(struct block_queue *bq, struc argument
204 comparison_pre_block(nir_block * block,struct block_queue * bq,nir_builder * bld) argument
350 struct block_queue bq; local in function:nir_opt_comparison_pre_impl
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c74 block_queue_init(struct block_queue *bq) argument
76 exec_list_make_empty(&bq->blocks);
77 exec_list_make_empty(&bq->reusable_blocks);
81 block_queue_finish(struct block_queue *bq) argument
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
96 push_block(struct block_queue *bq) argument
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
115 exec_list_push_tail(&bq->blocks, &bi->node);
121 pop_block(struct block_queue *bq, struc argument
208 comparison_pre_block(nir_block * block,struct block_queue * bq,nir_builder * bld) argument
354 struct block_queue bq; local in function:nir_opt_comparison_pre_impl
[all...]

Completed in 5 milliseconds